with one click
initiatives-workflow
// Use for full wave execution or durable wave/backlog state: delivery-map structure, packet schema, backlog entries, and closeout cleanup.
// Use for full wave execution or durable wave/backlog state: delivery-map structure, packet schema, backlog entries, and closeout cleanup.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | initiatives-workflow |
| description | Use for full wave execution or durable wave/backlog state: delivery-map structure, packet schema, backlog entries, and closeout cleanup. |
Owns durable wave, packet, delivery-map, backlog state, and full wave execution. Planning, review, delegation, and verification doctrine stay with their owner skills.
A wave may be one task. Use it when execution state must survive queue tracking, handoff, interruption, backlog/roadmap state, or multiple task cards.
references/wave-packet-contract.md when packet, task-card, proof-row,
or execution-state schema matters.execution-ready wavemap: docs-ai/current-work/delivery-map.md
brief: docs-ai/docs/initiatives/waves/<wave-id>.md
draft packet: docs-ai/current-work/<wave-id>/wave-execution.draft.md
canonical packet: docs-ai/current-work/<wave-id>/wave-execution.md
backlog: docs-ai/current-work/backlog/<initiative>__<feature>__<item>.md
discovery-required waves may have wave-execution.draft.md.
Only execution-ready waves keep canonical wave-execution.md.
Closeout removes delivery-map state and packet only after final review approves review coverage and verification approves the final claim.
Completed wave briefs are disposable after retained invariants are extracted to the owning durable surface or valid backlog.
Backlog entries store discovered separate debt and explicitly accepted temporary debt. They do not make current-scope blockers approvable.
discovery-required: decisions still open; no canonical packet.
execution-ready: planning gate approved; canonical packet exists.
done: verified and final-reviewed; current-work packet can be cleaned.
retired: intentionally closed without execution.
Before execution:
execution-readywave-execution.md existsplanning_critic and quality_guard approvalDuring execution:
quality_guard before runtime proof, design review, final review, closeout
cleanup, or the next non-trivial implementation chunkquality_guard the packet path, binding objective, changed surfaces,
proof rows, commands run, touched-owner integrity verdict, and residual gapsBefore closeout:
assets/wave-brief-discovery-required.mdassets/wave-brief-execution-ready.mdassets/wave-execution.mdassets/backlog-entry.mdagent-harness wave bootstrap --repo-root <project-root> --wave <wave-id> --title "<title>"
agent-harness wave refs --repo-root <project-root> --wave <wave-id>
agent-harness wave cleanup --repo-root <project-root> --wave <wave-id>