do-plan

Orchestrate multi-phase tasks by deploying dedicated subagents per phase.

17|7|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/thedotmack/crab-mem --skill do-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do-plan
Source: https://github.com/thedotmack/crab-mem/tree/main/skills/do-plan
Command: npx skills add https://github.com/thedotmack/crab-mem --skill do-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes and automates the orchestration of multi-phase tasks by deploying specialized subagents, eliminating manual coordination and accelerating delivery for complex workflows.

Core Features & Use Cases

  • Orchestrated execution: Deploys dedicated subagents for each phase to implement plan tasks.
  • Verification-centric: Includes structured verification steps to ensure each phase completes before advancing.
  • Use Case: When a structured plan is produced (e.g., by /make-plan), use this Skill to coordinate phases, enforce evidence-gathering, and manage branch handoffs.

Quick Start

Use the do-plan skill to orchestrate a multi-phase task by first creating a plan, then spawning and managing subagents for each phase.

Frequently Asked Questions about do-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate multi-phase task execution with subagents?

Multi-phase task execution is orchestrated by deploying dedicated subagents for each phase, ensuring stepwise verification and incremental commits before advancing to the next stage of the workflow.

What is subagent orchestration for complex workflows?

Subagent orchestration is the process of deploying fresh, dedicated subagents for each phase of a complex plan to implement tasks, gather evidence of completion, and manage branch handoffs automatically.

How do I verify phase completion before advancing a multi-phase plan?

Phase completion is verified through structured verification steps that require clear phase scope and evidence of completion, ensuring each stage finishes successfully before the next phase begins.

Do I need an existing plan before coordinating phases with subagents?

Yes, you need a structured plan with clear phase scope and context before orchestration. This Skill requires an existing plan to deploy subagents and manage incremental commits effectively.

When should I use subagent orchestration for task workflows?

Subagent orchestration should be used for complex workflows where a structured plan requires rigorous verification, evidence-gathering, and incremental commits across multiple execution phases.