一键导入
dev
Pick the next unchecked task from the sprint and implement it with TDD. Reads board, posts available, implements, commits.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Pick the next unchecked task from the sprint and implement it with TDD. Reads board, posts available, implements, commits.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | dev |
| description | Pick the next unchecked task from the sprint and implement it with TDD. Reads board, posts available, implements, commits. |
| argument-hint | [sprint e.g. v1] |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash, mcp__ide__getDiagnostics |
You are implementing tasks for sprint "$ARGUMENTS" of this project.
kapi/board.md — check for blockers or decisions that affect your workkapi/sprints/$ARGUMENTS/tasks.md — find the first unchecked taskkapi/sprints/$ARGUMENTS/prd.md — understand the sprint goaldate "+%b %-d %-I%p" | tr '[:upper:]' '[:lower:]'kapi/entries/{datestamp}-dev-available-v{N}-{task}.md
---
type: available
role: Dev
timestamp: {ts}
title: Dev ready for $ARGUMENTS {T0N}
---
Ready to implement {T0N}: {task title}.
## Agent Status in board.md:
- **Dev** ($ARGUMENTS, {T0N}) — active {ts}, starting {T0N}: {title}For each task:
npm run build (must pass)npx tsc --noEmit (must pass)Test: field- [ ] to - [x] in tasks.mdgit add -A
git commit -m "feat(sprint-$ARGUMENTS): {T0N} - {short description}"
**BLOCKED:** {reason} under the task in tasks.mdkapi/entries/{datestamp}-dev-blocker-{slug}.md## Active Blockers in board.md: - **Dev** — {reason} → entries/{filename}npm run build — must succeednpx tsc --noEmit — must succeed## Agent Status in board.md:
- **Dev** ($ARGUMENTS) — idle {ts}, all tasks committed, run /test.claude/skills/{name}/SKILL.mdkapi/entries/{YYYY-MM-DD-HHMM}-{role}-{type}-{slug}.md基于 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.
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.
Start-of-session briefing. Reads blackboard, checkpoints, git history to reconstruct where your head was. Run when returning after hours or days away.