ワンクリックで
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.