Skip to content
Automation
Skill

/planning-patterns

Structured planning methodology with research, brainstorming, phased plan creation, risk assessment, and plan-to-build continuity.

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill planning-patterns --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/planning-patterns

Context preview

The summary Claude sees to decide when to auto-load this skill.

Structured planning methodology with research, brainstorming, phased plan creation, risk assessment, and plan-to-build continuity.

SKILL.md

planning-patterns.SKILL.md
name: planning-patterns
description: Structured planning methodology with research, brainstorming, phased plan creation, risk assessment, and plan-to-build continuity.
allowed-tools: Read, Write, Edit, Bash, Grep, Glob, WebSearch, WebFetch
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]
  • Search for existing solutions and patterns
  • Identify relevant libraries and tools
  • Find best practices in the domain
  • Check for known pitfalls

2. Brainstorming Phase

  • Generate at least 3 alternative approaches
  • Evaluate trade-offs: complexity, time, risk, scalability
  • Consider build-vs-buy decisions
  • Rank by feasibility and alignment

3. Plan Creation

  • Structure with phases, tasks, and milestones
  • Define acceptance criteria per phase
  • Map dependencies between tasks
  • Include risk assessment with mitigations
  • Define TDD strategy per coding phase
  • Estimate effort and timeline

4. Review Gate

  • Verify completeness against original request
  • Validate logical phase ordering
  • Check actionability of risk mitigations
  • Score plan completeness (>=80 to pass)

Plan-to-Build Continuity

  • Save plans to `docs/plans/` directory
  • Reference plan file in session memory
  • BUILD workflow reads plan during requirements clarification
  • Component-builder follows documented phases

When to Use

  • PLAN workflow (primary)
  • Any task requiring strategic thinking before execution

Agents Used

  • `planner` (primary consumer)
  • `github-researcher` (research phase)
Read more
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.