wave-execute

Use this skill when a wave plan exists, the current wave is fully planned (in_progress), and the user wants the wave actually built — code written, tests run, and an execution report produced. Triggers include phrases like "execute the current wave", "build W<N>", "implement the current wave's tasks", "let's do the current wave", "run the wave", or whenever a wave plan is provided and the user wants the tasks in its current wave carried out. Also trigger when the user gestures at next steps ("now build it", "go ahead") *after a successful wave-plan or wave-update* — i.e., the most recent change-log entry's audit verdict was `pass` or `pass-with-findings` and `current_wave` reflects an in-progress, fully-planned wave. Do NOT trigger on "go ahead" after a `blocked-update` (audit verdict `fail`) — re-attempt requires the human to either re-run `wave-execute` for the same current_wave with the explicit recovery path or first run `wave-update` to renegotiate. Do NOT use when no wave plan exists yet (run wave-plan

Safety Notice

This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.

Copy this and send it to your AI assistant to learn

Install skill "wave-execute" with this command: npx skills add vtphan/skillsmp-vtphan-vtphan-wave-execute

No markdown body

This source entry does not include full markdown content beyond metadata.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

design

Use this ACCORD skill when an approved intent exists and the human lead wants to codesign or revise architecture, boundaries, project commands, verification expectations, and consequential decisions. Triggers include "accord design", "draft the design", "revise architecture", "pivot design", or when implementation learning requires a new design version. This skill uses monotonic draft rounds, promotes an approved draft to docs/accord/design/design.md, updates accord-state.md, then commits and tags after human approval.

Repository SourceNeeds Review
Coding

execute

Use this ACCORD skill when canonical intent, design, and plan artifacts exist and the human lead wants the current approved unit implemented. Triggers include "accord execute", "execute the current unit", "implement the approved unit", "build the next unit", or "go ahead" after an approved ACCORD plan. This skill writes code, writes docs/accord/reports/exec-<unit-id>.md using the approved u-NNN-slug ID, updates accord-state.md, then commits and tags after human approval.

Repository SourceNeeds Review
Coding

intent

Use this ACCORD skill when the human lead wants to codesign or revise project intent before architecture/design work. Triggers include "accord intent", "draft project intent", "revise intent", "pivot intent", or when a project needs a lightweight approved intent artifact for downstream design and planning. This skill uses monotonic draft rounds, promotes an approved draft to docs/accord/intent/intent.md, updates accord-state.md, then commits and tags after human approval.

Repository SourceNeeds Review
General

plan

Use this ACCORD skill when approved intent and design artifacts exist and the human lead wants an adaptive implementation plan or a revised plan. Triggers include "accord plan", "draft the plan", "choose the next unit", "revise the plan", or when planning needs to adapt after review. The skill may use monotonic draft rounds, promotes an approved draft to docs/accord/plan/plan.md, updates accord-state.md, then commits and tags after human approval.

Repository SourceNeeds Review
wave-execute | V50.AI