ワンクリックで
boot
Mandatory onboarding. Every agent MUST execute this on startup, or as soon as becoming aware of it.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Mandatory onboarding. Every agent MUST execute this on startup, or as soon as becoming aware of it.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Canonical reconciliation runsheet for AUD artefacts. Create or update the audit, disposition every finding, reconcile specs/contracts, and hand off to closure only when audit state supports it.
Close a delta safely - satisfy coverage gates, complete the delta command, and verify owning-record lifecycle updates.
Orchestrate parallel implementation via sub-agents. Drives an entire delta to completion across all phases — planning, dispatching, merging, and continuing automatically. Batches tasks by token budget, routes to appropriate models (sonnet/opus), and dispatches workers in isolated worktrees. Use instead of /execute-phase when a phase has parallelizable work.
Mandatory execution skill for any delta/IP implementation phase. Use it before code changes, move the owning delta to in-progress, keep notes current, reconcile structured execution docs, and surface blockers early.
Whenever you complete a task or phase - record implementation notes.
Reconcile DE/IP/phase/DR execution artefacts during delta work. Use this when implementation changes structured execution state, not just notes.
| name | boot |
| description | Mandatory onboarding. Every agent MUST execute this on startup, or as soon as becoming aware of it. |
Boot context is pre-generated and loaded into your context automatically
via .agents/spec-driver-boot.md (see spec-driver admin preboot).
Validation: Confirm the boot context is present in your context by checking for the "Spec-Driver Boot Context" heading. If you cannot find it, warn the user:
⚠ Preboot context not found. Run
uv run spec-driver admin prebootand ensure.agents/spec-driver-boot.mdsymlink exists.
When boot context has been observed — print: Δ ∴ ⊤
Otherwise — print: BOOT ERROR !!!
After boot, you MUST use /using-spec-driver to route ANY substantive work before acting.