一键导入
backlog-workflow
Use when you need to choose a delivery slice, derive local tasks, split a slice, or verify that a change still matches the current roadmap.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when you need to choose a delivery slice, derive local tasks, split a slice, or verify that a change still matches the current roadmap.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when you need to run or assess AOR live E2E profiles through the black-box step journal.
Use when you need to prepare, review, or update a live E2E rehearsal profile for AOR.
Use when preparing, reviewing, validating, or publishing an AOR npm CLI alpha release for @grinrus/aor.
Use when a feature or flow change adds fields, changes packets, changes reports, or affects routes, wrappers, policies, or APIs.
Use when you need to decide where a change belongs in the AOR repository or which docs, examples, and modules must change together.
Use when you need to verify that a change maps to supported user stories or when you need to check that a workflow still closes the intended role-based outcome.
| name | backlog-workflow |
| description | Use when you need to choose a delivery slice, derive local tasks, split a slice, or verify that a change still matches the current roadmap. |
docs/backlog/backlog-operating-model.md to understand the wave → epic → slice → local task model.docs/backlog/mvp-roadmap.md for the current wave goals and exit criteria.docs/backlog/mvp-implementation-backlog.md to find a ready slice or the next blocked slice whose dependencies you are explicitly closing.docs/backlog/slice-dependency-graph.md.pnpm slice:status and pnpm slice:next so selection follows topological order with explicit fallback to an unblocker.### Local tasks
section, or run pnpm slice:plan -- <SLICE_ID>. For new medium+ slices,
preserve each task's Purpose, concrete Changes, and Validation detail rather
than reducing it to a one-line checklist item.story-traceability to verify the slice still closes the intended user outcome.pnpm slice:gate so lint, test, build, and check all pass in sequence.pnpm slice:complete -- <SLICE_ID> --apply.