vibe-build
GitHub用于实现新项目功能切片并报告检查结果。涵盖需求分析、最小安全实施计划、代码构建、自动化检查及AI特性验证,强调保留现场、记录恢复点并更新进度文档。
Trigger Scenarios
Install
npx skills add KhazP/vibe-coding-prompt-template --skill vibe-build -g -y
SKILL.md
Frontmatter
{
"name": "vibe-build",
"description": "Implement an approved new-project slice and report actual checks. For changes to an existing app use vibe-change.",
"allowed-tools": "Read, Write, Edit, Glob, Grep, Bash, AskUserQuestion"
}
Vibe Build
Read AGENTS.md, MEMORY.md, the manifest's product documents, and relevant agent_docs. Establish acceptance criteria for one usable slice and implement within existing authorization. Preserve uncommitted work and record an actual recovery checkpoint before risky changes; never fabricate a commit or backup.
Start with a functioning screen or equivalent observable output. Add authentication, a database, infrastructure, and AI only when requirements justify them. Run the project's applicable checks after reviewing commands; doctor is setup validation only. Use ../vibe-verify/SKILL.md for the actual journey. For AI features also check failure behavior, data boundaries, and permission denial where relevant.
Update current progress and next steps in MEMORY.md; stable rules remain in AGENTS.md. Report Changed, Checked with commands/results, Not checked, Next decision, and Recovery. Do not treat a passing build as proof of working behavior.
Version History
-
b00eb84
Current 2026-09-08 23:14
v0.3.0: 新增情境路由、比例规划及变更/调试/验证等规范技能;增强CLI解析、Windows路径处理及安装流程;完善测试报告与权限设置。
- 254bae5 2026-08-27 13:02


