vibe-agents
GitHub根据PRD和技术设计生成项目Agent指令,通过CLI初始化配置并填充占位符,支持无文件系统交互模式,确保上下文一致且符合安全规范。
Trigger Scenarios
Install
npx skills add KhazP/vibe-coding-prompt-template --skill vibe-agents -g -y
SKILL.md
Frontmatter
{
"name": "vibe-agents",
"description": "Generate project agent instructions from agreed requirements and technical decisions. Not for ordinary incremental feature changes.",
"allowed-tools": "Read, Write, Edit, Glob, Grep, Bash, AskUserQuestion"
}
Vibe Agents
Read the agreed PRD and Tech Design using vibe.project.json paths when available; otherwise inspect docs/PRD--MVP.md and docs/TechDesign--MVP.md. Reconcile conflicts and reuse Handoff Context before asking anything.
Run npx vibeworkflow --dry-run --json to inspect setup changes, then initialize within existing authorization. Existing files are preserved by default. Use --force only for explicitly intended replacement after showing affected files. The CLI installs selected files directly; it does not create a templates/ directory.
Fill required placeholders from decisions. AGENTS.md contains stable rules; MEMORY.md contains current progress; agent_docs contains concise build context. Run npx vibeworkflow doctor and resolve required setup errors. Build and behavior remain Not checked.
For a chat without filesystem access, use the repository's downloadable docs/context-pack.md plus the user's product documents; output clearly separated files to save. Do not invent absent template content. Tool configurations follow the installed client's supported settings; do not enable broad permissions automatically.
Version History
- b00eb84 Current 2026-09-08 23:13


