Files
VibeEngineering/.claude/commands/vibe-plan.md
闫旭隆 c484cafb45 Initial commit: VibeEngineering V2
- 两阶段分离:设计阶段人工确认,执行阶段全自动化
- 子代理驱动:Implementer → Spec Reviewer → Quality Reviewer
- 原生 Task 系统:使用 Claude Code Task 替代自定义状态管理
- 跨 Compact 恢复:PreCompact + SessionStart Hook(内联命令实现)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 18:00:55 +08:00

25 lines
522 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: vibe-plan
description: 从设计文档创建实现计划
---
# /vibe-plan
使用 writing-plans skill 分解任务,生成实现计划。
## 执行步骤
1. 读取最新的设计文档 `docs/plans/*-design.md`
2. 调用 writing-plans skill
3. 分解任务,定义 TDD 步骤
4. 生成实现计划:`docs/plans/YYYY-MM-DD-<feature>-plan.md`
## 输出
完成后提示用户:
```
实现计划已生成docs/plans/YYYY-MM-DD-<feature>-plan.md
请审核实现计划,确认后执行:/vibe-execute
```