What problem does it solve?
This Skill converts vague goals into concrete, executable tasks and records them in ~/.claude/tasks.json, enabling planning without immediate execution and easy hand-off to cron-driven workers.
Core Features & Use Cases
- Decompose goals into 5–12 concrete, checkable tasks that fit within a single session.
- Assign an action_type (claude_execute or log_only) to each task and generate a self-contained prompt when needed.
- Append plans to ~/.claude/tasks.json with plan-YYYYMMDD-NNN IDs, preserving existing tasks.
- Trigger on natural language prompts like plan this out, break this down, or schedule this work for later, including long-running or multi-session goals.
- Use to schedule work for cron-based execution or to organize work that spans multiple sessions.
Quick Start
Ask Planner to decompose your goal into an executable task list and save it to ~/.claude/tasks.json for later execution.