name: designvault-execute
description: Run the DesignVault /execute lane from one approved implementation plan. Use when Codex needs to read a plan, run preflight, execute phases in order, verify results with the narrowest valid evidence, write back changed wiki truth, and finish with one execution log.
DesignVault Execute
Use this skill when design is already locked and the job is execution. The plan is the execution map; wiki pages remain the truth source.
Read Order
- Read
references/workflow.md. - Read
references/execute.md. - Read
references/execute-contracts.mdandreferences/execute-orchestration.mdwhen the task is a real end-to-end/executerun instead of a lightweight explanation. - Read
references/decision-packet.md,references/repair-loop.md, andreferences/handbook.mdwhen acceptance, stop conditions, or public operator guidance matter. - Read the owning execution plan.
- Read only the wiki and implementation context named by the current phase.
Default Flow
- Run preflight.
- Execute phases linearly.
- Verify each phase with the narrowest valid evidence.
- Write back changed truth.
- Finish with one execution log and a compact human summary.
Optional Assets
scripts/- deterministic
/executeorchestration helpers, log writers, prompt renderers, and result normalizers
- deterministic
assets/optional-agents/- example
phase_executorandacceptance_executorconfigs you can adopt or adapt per repo
- example
Guardrails
- Do not re-design silently inside execution.
- Do not widen scope beyond the plan without making that explicit.
- Stop with a short decision packet when the plan and truth diverge or the model should not decide alone.