do

Coordinate phased project execution with subagents, verification, and branch-sync handoffs.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/sheehe/coase --skill do-sheehe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do
Source: https://github.com/sheehe/coase/tree/main/resources/plugins/coase-builtin/skills/do
Command: npx skills add https://github.com/sheehe/coase --skill do-sheehe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate complex, multi-phase projects by coordinating subagents to execute each phase, ensuring structured handoffs and evidence-based completion.

Core Features & Use Cases

  • Phased orchestration: Deploy dedicated subagents for each phase and track their progress with explicit checklists.
  • Evidence-driven verification: Require outputs, logs, and artifacts before advancing to the next phase.
  • Branch/Sync handoffs: Prepare for next phase with clean contexts and synchronized work streams.
  • Quality gate: Include code quality reviews and controlled commits only after successful verification.

Quick Start

Compose a phased plan and deploy subagents to execute the phases described in your project document.

Frequently Asked Questions about do

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

FAQPage Schema
How do I orchestrate subagents for a complex multi-phase implementation plan?

You orchestrate multi-phase plans by deploying dedicated subagents to execute each phase, tracking progress with explicit checklists, and collecting evidence like logs and artifacts before advancing to the next stage.

What is phased orchestration and when do I need it for software engineering projects?

Phased orchestration is a process for executing complex projects in staged steps with specialized subagents. You need it when a project requires strict verification, structured handoffs, and controlled commits between distinct implementation phases.

How do I enforce code quality and controlled commits during automated subagent execution?

You enforce code quality by applying a quality gate that reviews outputs before advancing phases. Controlled commits happen only after successful verification of phase artifacts, ensuring evidence-based completion.

Can I use branch-sync handoffs to manage context between different project phases?

Yes, branch-sync handoffs prepare the next phase by synchronizing work streams and ensuring clean contexts. This mechanism allows subagents to transition smoothly without carrying over unnecessary state from previous phases.

What is the best way to verify subagent outputs before moving to the next development phase?

The best way to verify outputs is through evidence-driven checks that require logs, artifacts, and explicit phase checklists. Advancement only occurs when these verification steps confirm successful phase completion.