skills/execute-plan/SKILL.md
Execute an implementation plan step by step with verification at each step. Use when implementing code from an approved plan.
npx skillsauth add the-own-lab/Claude-company-of-one execute-planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Execute an approved implementation plan with discipline and verification.
Read the full plan before starting — Understand the complete picture before touching any code. Note dependencies between steps and the overall goal.
For each step:
tdd skill).If a step is unclear — STOP and flag. Never guess at intent. Ask for clarification. Guessing leads to rework.
If a step fails verification — STOP and report. Do not proceed to the next step with a broken foundation. Report what failed and why.
documentation
Update BRIEF.md sections during a command run. Any skill that produces a brief-persisted artifact calls this to write it back.
development
Post-code check: run tests + confirm TODO acceptance items map to passing tests; applies a security lens but is not a separate scan.
documentation
Command post-step: write CHANGELOG + TODO once per command run. One call, not per-skill doc writes.
content-media
Author REQUIREMENTS.md + DESIGN.md + TODO.md for a feature. The three files are one contract; they ship together.