AgentSkillsCN

backlog-builder

将 spec/brief.md 转化为带有 ID 和依赖关系的初始史诗与功能待办列表。

SKILL.md
--- frontmatter
name: backlog-builder
description: Convert spec/brief.md into an initial backlog of epics and features with IDs and dependencies.
  1. Read spec/brief.md, spec/index.md (if present), and repository conventions from AGENTS.md.
  2. Produce a backlog with:
    • Epics (2–6)
    • Features per epic (3–10), each small enough to ship in 1–2 PRs
    • Each feature: title, 1–2 sentence goal, rough acceptance criteria, dependencies, risk notes
  3. Write/update:
    • spec/backlog.md
    • Ensure spec/index.md links to the backlog.
  4. End by recommending the next feature to spec (run feature-kickoff).