planning-patterns
FeaturedStructured planning methodology with research, brainstorming, phased plan creation, risk assessment, and plan-to-build continuity.
Install
Quality Score: 90/100
Skill Content
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 8 months ago
- Last Updated
- 6 days ago
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
ia-planning
Software implementation planning with file-based persistence (.plan/). Use when planning code changes touching 3+ files or with ambiguous scope. Skip for typos, single-file fixes, and research/scanning/audit work that produces reports rather than code.
planner
Create a structured implementation plan before executing complex tasks. ALWAYS invoke this skill when the user prompts a multi-step task (3+ steps, new feature, refactoring, etc.).
plan
Create a structured implementation plan before starting complex work. Breaks work into small phases, each with exact file paths, a runnable verification command, a checkable done-condition, and replanning triggers, plus explicit goal and in/out-of-scope boundaries. Use when the user says "plan this", "create a plan", "break this down", "phase this work", or when a task has multiple phases or unknowns. Also use when the agent needs to think before acting on complex tasks.