do

Coordinate subagents across multi-phase plans with verification gates.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/devs6186/claude-private-skills-agents-commands --skill do-devs6186
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: do
Source: https://github.com/devs6186/claude-private-skills-agents-commands/tree/main/skills/do
Command: npx skills add https://github.com/devs6186/claude-private-skills-agents-commands --skill do-devs6186

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates complex workflows by coordinating multiple phases and subagents, ensuring each phase completes with evidence before moving on.

Core Features & Use Cases

  • Phased execution with fresh subagents per phase
  • Per-phase verification, anti-pattern checks, and code quality reviews
  • Safe handoffs and synchronized commits between phases

Quick Start

Provide a phased plan manifest to the orchestrator to start execution.

Frequently Asked Questions about do

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

FAQPage Schema
How do I coordinate multi-phase execution with subagents for complex workflows?▼

To coordinate multi-phase execution with subagents, you provide a phased plan manifest to an orchestrator. This enforces per-phase execution, verification gates, and centralized coordination of evidence and commits between phases.

What is the best way to ensure safe handoffs between phases in automated orchestration?▼

Safe handoffs between phases in automated orchestration are ensured by enforcing per-phase verification gates, evidence collection, and synchronized commits before allowing the workflow to progress to the next phase.

How does a phased plan manifest work for subagent orchestration?▼

A phased plan manifest works by defining a structured sequence of tasks for subagent orchestration. The orchestrator applies it to execute each phase, perform anti-pattern checks, and collect verification evidence.

Can I run code quality reviews and anti-pattern checks between execution phases?▼

Yes, you can run code quality reviews and anti-pattern checks between execution phases. The orchestrator enforces these verification gates to ensure each phase completes safely before moving on.

Do I need to provide a plan manifest to start automated workflow orchestration?▼

Yes, you need to provide a phased plan manifest to start automated workflow orchestration. This manifest serves as the input for the orchestrator to coordinate end-to-end subagent execution and verification.

When should I use a multi-phase subagent orchestrator instead of standard automation?▼

Use a multi-phase subagent orchestrator when workflows require phased implementation, verification gates between phases, and centralized coordination of evidence and commits, rather than simple linear automation scripts.