Agent Skills: Plan Implement

Use this skill to implement a plan in full, updating the plan as you go, with continuous testing

UncategorizedID: boetro/dotclaude/plan-implement

Install this agent skill to your local

pnpm dlx add-skill https://github.com/boetro/dotclaude/tree/HEAD/skills/plan-implement

Skill Files

Browse the full folder contents for plan-implement.

Download Skill

Loading file tree…

skills/plan-implement/SKILL.md

Skill Metadata

Name
plan-implement
Description
Use this skill to implement a plan in full, updating the plan as you go, with continuous testing

Plan Implement

You have generated a complete plan and written it to a markdown file you should now implement it all.

Instructions

  1. Add all phases from the plan to your internal claude code task list

  2. Implement the entire plan through all phases unless otherwise told

  3. Do not stop until all tasks and phases are complete

  4. Do not add unnessary comments

  5. Continuously run typechecks, linting, and tests to verify your work

    • Do this after an major changes during the implementation
    • AND always do this as a final verification step once the plan has been completely implemented