solatis / planner
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/planner && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3584" && unzip -o skill.zip -d .claude/skills/planner && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/planner/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Interactive planning and execution for complex tasks. Use when user asks to use or invoke planner skill.
0 views
0 installs
Skill Content
--- 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" />` |