원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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}.mdPlan 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.