Agent Skills
› KhazP/vibe-coding-prompt-template
› vibe-build
vibe-build
GitHub基于AGENTS.md和文档,按规范构建MVP功能。涵盖计划、编码、多维度测试检查及证据报告,确保变更安全合规并记录决策。
Trigger Scenarios
需要构建经过批准的MVP任务
执行包含AI评估和浏览器检查的完整开发流程
Install
npx skills add KhazP/vibe-coding-prompt-template --skill vibe-build -g -y
SKILL.md
Frontmatter
{
"name": "vibe-build",
"description": "Build an approved MVP task using AGENTS.md, agent_docs, tests, browser checks, AI evals, and evidence reporting."
}
Vibe Build
Read AGENTS.md, agent_docs/project_brief.md, agent_docs/tech_stack.md, agent_docs/code_patterns.md, agent_docs/testing.md, and the active task/spec.
Workflow:
- Summarize the current phase and acceptance criteria.
- Propose the smallest safe implementation plan.
- Build one feature at a time.
- Run the documented checks.
- For AI/MCP/tool changes, run the documented direct, indirect, negative, auth-required, failure, trajectory, approval, and data-boundary checks.
- Update
MEMORY.mdwith major decisions or completed phases. - Return evidence: changed files, commands, results, screenshots/browser notes if applicable, AI eval/tool-call evidence if applicable, unresolved risks, and rollback notes.
Do not auto-approve untrusted MCP servers, shell/write/network tools, production actions, billing actions, or destructive changes.
Version History
- 254bae5 Current 2026-08-27 13:02


