plan
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Plan Skill: 需求 → 设计 → Sprint Contract
当前状态
!cat .ai_state/project.json 2>/dev/null | head -5
!head -5 .ai_state/design.md 2>/dev/null
R₀ 需求精炼
目标: 把用户说的变成可验收的 Spec。
如果需求清晰 (如 "给 API 加 rate limiting") → 跳到技术调研。 如果需求模糊 → superpowers brainstorming skill 会自动激活, 引导用户逐步明确。
无论用什么方式精炼, 最终必须:
- 写入 .ai_state/design.md: 需求摘要 + MUST/SHOULD/COULD + 验收标准
- 每条验收标准必须可测试 (如 "无效邮箱输入时返回 400")
- 明确列出不做什么
Related skills