Agent Skills: planner

Interactive planning and execution for complex tasks. Use when user asks to use or invoke planner skill.

workflowID: solatis/claude-config/planner

Install this agent skill to your local

pnpm dlx add-skill https://github.com/solatis/claude-config/tree/HEAD/skills/planner

Skill Files

Browse the full folder contents for planner.

Download Skill

Loading file tree…

skills/planner/SKILL.md

Skill Metadata

Name
planner
Description
Interactive planning and execution for complex tasks. IMMEDIATELY invoke when user asks to use planner.

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" /> |