Plan creation
Skill a5c-ai/babysitter/library/methodologies/planning-with-files/skills/plan-creation
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestrationFrom the repository description
npx -y skills add a5c-ai/babysitter --skill plan-creationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.2 KB, 217 tokens by cl100k_base, as published. Nobody here has run it
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
taskDescription- Description of the task to planprojectPath- Root path for planning filesrecoveredState- Previous session state (optional)customPhases- Custom phase names (optional)
Outputs
- task_plan.md with phases, goals, and checkboxes
- Plan object with phase count, total goals, summary
Process Files
planning-orchestrator.js- Phase 1 plan creationplanning-session.js- Three-file pattern initialization
What ships with it: 1 file
187 B alongside SKILL.md
- README.md187 B