woostack-execute
Installation
SKILL.md
woostack-execute
Execute an approved plan by driving it to implementation as a sequence of PR-sized, stacked
increments. This is woostack's own execution phase — woostack-build
step 8. It keeps the discipline that makes plan execution reliable (load the plan, review it
critically, follow steps exactly, run verifications, stop when blocked) and adds the woostack PR
cadence: one plan per spec, multiple stacked PRs per plan, each increment committed,
reviewed, and distilled before the next. It never merges and owns no approval gate.
Commands
/woostack-execute <plan-path> [--inline | --subagent]— execute the named markdown plan under.woostack/plans/. The plan path is required. The optional, mutually exclusive mode flag selects the execution driver (see Execution mode); omit it to take the smart default./woostack-execute(no argument) — do not guess "the current plan." Ask which plan to execute (optionally list.woostack/plans/candidates) and stop until one is named.
Passing both --inline and --subagent is an error: stop and ask which one to use.