一键导入
sprint-planning
Collaborative sprint planning — validate issues, prioritize, get architect/SM input, create task queue. Any agent can facilitate.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Collaborative sprint planning — validate issues, prioritize, get architect/SM input, create task queue. Any agent can facilitate.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Compare two test262 result files to find exactly which tests changed status. Use after a test262 run shows unexpected pass count changes.
Compile a source file to WAT and analyze the output for codegen inefficiencies. Use after a codegen change to verify the output is clean, when investigating performance issues, or when creating optimization issues from real compiler output.
Write an implementation spec for a hard issue. Read compiler source, identify exact functions/lines, design the fix, document edge cases.
Quickly find which commit introduced a test262 regression using git bisect with automated test.
Atomically claim an issue for a developer (human or agent) via the cross-developer lock ref, so two devs never pick up the same task. Syncs with origin first, refuses if already claimed or already done on main, and pushes the claim immediately without touching main or triggering CI.
Create a new issue file from a test262 failure pattern. Includes smoke test, sample extraction, and proper frontmatter.
| name | sprint-planning |
| description | Collaborative sprint planning — validate issues, prioritize, get architect/SM input, create task queue. Any agent can facilitate. |
Facilitates sprint planning as a collaborative process. Can be run by the tech lead, PO, or any agent.
Planning should involve multiple perspectives. If dedicated agents are spawned, message them. If not, invoke the relevant skills inline:
/architect-spec)# Check baseline
cat plan/issues/{N-1}/sprint.md | grep "Final numbers"
# Check what's ready
rg -l '^status: ready$' plan/issues/*.md
# Check dependency graph
cat plan/log/dependency-graph.md
# Check last retro for process constraints
cat plan/issues/{N-1}/sprint.md | grep -A 3 "Action items"
For each high-priority issue, smoke-test against current main (use /smoke-test-issue):
Order candidates by impact × unblocking potential, not just CE/FAIL count:
For each candidate:
/architect-spec first, dispatch only after spec is writtenFor each selected issue, create a task via TaskCreate:
Write plan/sprints/sprint-{N}-planning.md with:
Write plan/issues/sprints/{N}/sprint.md with:
Message tech lead: "Sprint-{N} plan ready. {X} tasks, estimated {Y} tests improved. Doc at plan/issues/sprints/{N}/sprint.md"