One-click install
npx skills add https://github.com/Intelligent-Resourcing-Team-Environment/claude-memory --skill do-intelligent-resourcing-team-environment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do
Source: https://github.com/Intelligent-Resourcing-Team-Environment/claude-memory/tree/main/plugin/skills/do
Command: npx skills add https://github.com/Intelligent-Resourcing-Team-Environment/claude-memory --skill do-intelligent-resourcing-team-environment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate end-to-end plan execution by coordinating specialized subagents to carry out complex workflows with traceable outcomes.

Core Features & Use Cases

  • Phased orchestration: deploys fresh subagents per phase and validates completion with evidence.
  • Single-objective per subagent: assigns one clear objective and requires checkpoint verification.
  • Structured handoffs: includes branch/sync steps between phases and post-phase quality checks (verification, anti-pattern checks, code quality review, and commit gating).

Quick Start

Provide a phased plan and let the orchestrator deploy subagents to execute, verify, and hand off each phase.

Frequently Asked Questions about do

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

FAQPage Schema
How do I coordinate subagents for multi-phase plan execution?

Multi-phase plan execution is coordinated by deploying fresh subagents per phase with single objectives, verifying completion with evidence, and gating handoffs between steps. This ensures traceable outcomes for complex workflows.

What is phased orchestration and when do I need it for automation workflows?

Phased orchestration deploys specialized subagents to execute sequential workflow steps with checkpoint verification. You need it for multi-phase projects requiring objective-specific task delegation, evidence collection, and structured post-phase quality checks.

How do I set up structured handoffs between workflow phases?

Structured handoffs are set up by applying branch and sync steps between phases, followed by post-phase checks including verification, anti-pattern detection, code quality review, and commit gating before proceeding to the next subagent.

Does subagent orchestration require a separate agent for each objective?

Yes, subagent orchestration requires assigning one clear objective per fresh subagent deployed in each phase. This single-objective constraint ensures focused execution and enables checkpoint verification with collected evidence for every phase.

What post-phase verification checks are included in plan orchestration?

Post-phase verification checks include anti-pattern detection, code quality review, and commit gating. These structured checks validate subagent output and ensure evidence collection before gated handoffs to the next workflow phase.

Can I use this orchestration approach for any multi-phase software engineering project?

Yes, this orchestration approach applies to any multi-phase software engineering project that requires objective-specific subagents, phased verification, evidence collection, and structured post-phase checks with gated handoffs between steps.