一键导入
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.