Agent Skills
› KhazP/vibe-coding-prompt-template
› vibe-build
vibe-build
GitHub用于构建经过审批的MVP任务,通过遵循项目文档、实施计划、运行各类检查(包括AI/MCP安全验证)并生成证据报告,确保开发过程的安全性与合规性。
触发场景
需要构建MVP功能时
执行受控的代码开发与验证流程时
安装
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.
版本历史
- 254bae5 当前 2026-08-27 13:02


