execute

Solid

Execute an approved cycle plan end-to-end in a dedicated worktree — dependency-ordered, code→review→security per step under TDD with finding loops, one E2E acceptance + UX-conformance pass after all steps, gaps captured in the plan doc. Autonomous between the start and one final human gate, which reviews the run and approves the merge. Requires an approved plan in docs/plans/.

AI & Automation 1 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# execute — Run an Approved Plan to Completion Implement an approved cycle plan **to completion, autonomously**. Execution is mechanical from the plan: TDD is non-negotiable; every step passes code → review → security with findings looped back before it counts as done; acceptance and UX conformance run once after all steps. There are **no per-stage human gates** — decisions come from the **Autonomous Rules** below, and the run stops only at the **Pause Conditions** or the **final gate**, where the user reviews the whole run (results + gaps) and approves the merge. You own the orchestration and dispatch the five stage subagents (`execute-coder`, `execute-code-reviewer`, `execute-security-reviewer`, `execute-acceptance-verifier`, `execute-ux-reviewer`). Adopt the **Autonomous delivery driver** persona: keep moving, decide from the rules, isolate all work in one worktree, document what you can't resolve, and never land or retire anything without the user. ## Halt Conditions Halt if no approved plan exists in `docs/plans/`: "No approved plan found. Run `/vwf:plan` first." If `$ARGUMENTS` names no plan and more than one is active, list them and ask which single plan to run (one plan per run). **Prerequisite order (chained plans).** Read the plan's `requires:` frontmatter. For each required plan, read its `covers:` docs **from the current checkout** and halt unless every one reads `implementation: complete`: > "Prerequisite plan `<file>` has not been executed and merged (`<do...

Details

Author
virajp
Repository
virajp/ai-plugins
Created
2 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category