install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/methodologies/planning-with-files/skills/plan-creation" ~/.claude/skills/a5c-ai-babysitter-plan-creation && rm -rf "$T"
manifest:
library/methodologies/planning-with-files/skills/plan-creation/SKILL.mdsource content
Plan Creation
Create a structured task_plan.md with phases, goals, and checkbox tracking for persistent planning.
Agent
Plan Architect -
pwf-plan-architect
Workflow
- Analyze task description to identify logical phases
- Decompose phases into specific, achievable goals
- Define phase dependencies and review gates
- Generate task_plan.md with markdown checkbox format
- Validate plan completeness and goal coverage
- If recovering, merge with existing plan state
Inputs
- Description of the task to plantaskDescription
- Root path for planning filesprojectPath
- Previous session state (optional)recoveredState
- Custom phase names (optional)customPhases
Outputs
- task_plan.md with phases, goals, and checkboxes
- Plan object with phase count, total goals, summary
Process Files
- Phase 1 plan creationplanning-orchestrator.js
- Three-file pattern initializationplanning-session.js