一键导入
keystone-task
End-to-end task workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
End-to-end task workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Full dual-flywheel audit — Learning (capture from review) + Pruning (remove dead rules). Periodic charter hygiene.
One-time initial charter scaffold — detect stack, seed state, scaffold idioms, classify sensors, build the globs index.
Run the drift sensor on the current diff — fast pre-verify check that loaded charter rules still match what the code is doing.
Triage the code-debt ledger — review the debt sensor's findings and update corpus/state/code-debt.md.
Regenerate .keystone/INDEX.json — the primitive descriptor index every agent reads at session start.
Capture a learning candidate (surprise, incident, review finding) into .charter/learning/inbox/ for later synthesis.
| name | keystone-task |
| description | End-to-end task workflow. |
| model | opus |
End-to-end task workflow. Orchestrates spec → orient → (implementation) → check-drift → verify → review and an optional learn pass at the end. The canonical phrase to kick off a unit of work.
Invoke as: "run task on <ticket-or-description>" — or just "run the task workflow."
The agent walks through each phase below in order. After each phase, pause for the user's acceptance before proceeding to the next. Do not race ahead.
spec.md. Author the spec, restate intent, list acceptance criteria, list non-goals, flag uncertainty. Save it. Gate: explicit user acceptance.orient.md. Read CODEBASE_STATE.md, load idioms for the touched region, sketch a plan. Gate: explicit user acceptance of the plan..charter/guides/process/implementation.md. Make the changes inside the loaded idioms. Iron law: surgical edits only — touch what the spec requires.check-drift.md. Fast diff-vs-guides comparison before running heavyweight sensors.verify.md. Run lint, type-check, test, build, drift, commit-message sensors in this turn. Iron law: no completion claims without fresh evidence.review.md. Run functional / security / risk / deployment review (parallel sub-agents if supported) plus spec-adherence against the acceptance criteria.learn.md and capture it to learning/inbox/. Otherwise skip.--no-verify.Read .charter/guides/process/modes.md to learn the current pacing mode (paired / solo / autopilot). In paired, confirm before non-trivial edits inside implementation; in solo, proceed and ask only at genuine forks; in autopilot, execute end-to-end and pause only on iron-law violations or destructive actions.
bootstrap.md first so CODEBASE_STATE.md exists.audit.md instead.