Skip to content
Automation
Skill

/executing-plans

Use when you have a written implementation plan to execute in a separate session with review checkpoints between batches.

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill executing-plans --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/executing-plans

Context preview

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

Use when you have a written implementation plan to execute in a separate session with review checkpoints between batches.

SKILL.md

executing-plans.SKILL.md
name: executing-plans
description: Use when you have a written implementation plan to execute in a separate session with review checkpoints between batches.
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]
  • Executing in a separate/parallel session
  • Want human checkpoints between task batches

Process

1. Load persisted tasks (resume support) 2. Verify/setup worktree 3. Execute tasks in batches (default 3) 4. Report after each batch, wait for feedback 5. Finish branch after all tasks complete

Agents Used

  • Process agents defined in `executing-plans.js`
  • References `using-git-worktrees` for workspace isolation
  • References `finishing-a-development-branch` for completion

Tool Use

Invoke via babysitter process: `methodologies/superpowers/executing-plans`

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.