一键导入
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 职业分类
| 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.
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.