Plan Activate banner
MilindGaharwar MilindGaharwar

Plan Activate

Development community

Description

--- name: plan-activate description: Activate a development plan -- required before editing implementation files --- # /fettle:plan-activate Activate a development plan to unlock implementation file edits. ## Steps 1. Ask the user which plan file to activate. If they provide a path, use it. If not, search for `.md` files in `docs/plans/` and present the list. 2. Read the plan file completely. 3. Run the structural validator: ```bash python3 -m fettle.plan_validator <PLAN_PATH> ```

Installation

Installs to ~/.claude/skills/milindgaharwar-fettle-plan-activate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/milindgaharwar-fettle-plan-activate && curl -fsSL https://raw.githubusercontent.com/MilindGaharwar/fettle/HEAD/commands/plan-activate.md -o ~/.claude/skills/milindgaharwar-fettle-plan-activate/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository