一键导入
walkthrough
Post-sprint narrative review. Reads PRD, tasks, git history, every changed file. Produces per-task explanations with ASCII diagrams.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Post-sprint narrative review. Reads PRD, tasks, git history, every changed file. Produces per-task explanations with ASCII diagrams.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Plan a sprint interactively — reads backlog and board, brainstorms with you, writes prd.md + tasks.md.
Rate an agent's work. Records approve/reject/edit decision in kapi/decisions.yaml for HITL competence tracking.
End-of-session debrief. Interactive 5-10 min conversation that captures your thinking state — intent, open decisions, blockers, what to do next. Run before stepping away.
Pick the next unchecked task from the sprint and implement it with TDD. Reads board, posts available, implements, commits.
Quick write to the blackboard. Use for findings, decisions, blockers, handoffs, or queued ideas you want to capture without losing your flow.
Pre-sprint health check — git status, build, arch drift, infra, UX audit. Run before /prd to get a go/no-go verdict.
| name | walkthrough |
| description | Post-sprint narrative review. Reads PRD, tasks, git history, every changed file. Produces per-task explanations with ASCII diagrams. |
| argument-hint | [sprint e.g. v5] |
| disable-model-invocation | true |
| allowed-tools | Read, Grep, Glob, Write, Bash(git log:*), Bash(git diff:*), Bash(git show:*) |
Generate a sprint review report for sprint "$ARGUMENTS" so the developer can read and understand exactly what the code does.
/Users/bv/Code/active/kapi-platform/docs/operations/sprints/$ARGUMENTS/prd.md for sprint goals and acceptance criteria/Users/bv/Code/active/kapi-platform/docs/operations/sprints/$ARGUMENTS/tasks.md for task list and completion statusgit log --oneline --all and filter for commits mentioning "sprint-$ARGUMENTS"git show --stat {hash} to see files changed./docs/operations/sprints/$ARGUMENTS/screenshots/ for visual evidenceWrite to ./docs/operations/sprints/$ARGUMENTS/review.md using the format in templates/review.md.
path/to/file.ts:lineN so the reader can jump to source