Agent skill
planner
Interactive planning and execution for complex tasks. IMMEDIATELY invoke when user asks to use planner.
Stars
785
Forks
120
Install this agent skill to your Project
npx add-skill https://github.com/solatis/claude-config/tree/main/skills/planner
SKILL.md
Activation
When this skill activates, IMMEDIATELY invoke the corresponding script. The script IS the workflow.
| Mode | Intent | Command |
|---|---|---|
| planning | "plan", "design", "architect" | <invoke working-dir=".claude/skills/scripts" cmd="python3 -m skills.planner.orchestrator.planner --step 1" /> |
| execution | "execute", "implement", "run plan" | <invoke working-dir=".claude/skills/scripts" cmd="python3 -m skills.planner.orchestrator.executor --step 1" /> |
Didn't find tool you were looking for?