원클릭으로
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.