원클릭으로
start-task
Begin the next task on the board. Use when the maintainer says "start the next task", "begin work", or "let's do the next thing".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Begin the next task on the board. Use when the maintainer says "start the next task", "begin work", or "let's do the next thing".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Record an architectural or statistical decision as an ADR. Use when a non-trivial modeling or API choice is made, or the maintainer says "record this decision".
Close out the current task. Use when the maintainer says "finish the task", "wrap up", or "close this out". Runs checks and only marks done on green.
Scaffold a new ICC estimator with its estimand block, test skeleton, and oracle checklist. Use when adding a new ICC variant (e.g. consistency, one-way, multilevel).
Report current project state and the next action. Use when the maintainer asks "where are we", "what's next", or "status".
Verify a statistical estimator against numerical oracles (textbook/analytic, established package, seeded simulation). Use before shipping any ICC estimator or when the maintainer asks to "verify" or "check correctness".
| name | start-task |
| description | Begin the next task on the board. Use when the maintainer says "start the next task", "begin work", or "let's do the next thing". |
| allowed-tools | Read, Grep, Glob, Edit, Write |
@project/MILESTONES.md
project/MILESTONES.md (that checklist is the board — ADR-015; there is no
separate TASKS.md). Go top-down within the active milestone; if every remaining
item is blocked, say so and stop.project/PRINCIPLES.md items it must honor (e.g. #1 oracle-first, #2 name the
estimand, #3 boundary-aware CIs, #8 cli/classed errors).project/STATUS.md "Active task" to this task and "Updated" to today.Respect the milestone gate (PRINCIPLES.md #14): do not start a task from milestone N+1 while milestone N is unfinished.