Documentation
README
execute — run an implementation plan
Input: an approved plan at .ai/plans/{date}-{slug}.md. Output: working,
verified, committed code on the feature branch, with the plan's Progress
checklist fully checked off.
Your job is to follow the plan exactly — not to improve it. Deviations are blockers, not judgment calls.
Announce at start: "Using the execute skill — implementing the plan at {path}."
Step 1: Load and sanity-check
- Read the whole plan file. Confirm: you are on the branch it names, the spec it references exists, and its task dependencies are consistent.
- If anything is missing or contradictory → STOP and report before touching code.
This is the opening of the README. Read the full README on GitHub.