workspace-orchestration

Orchestrate parallel subagents across workspace board cards through planning, review, implementation, and audit waves.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Maxcogar/agent-armory --skill workspace-orchestration
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: workspace-orchestration
Source: https://github.com/Maxcogar/agent-armory/tree/main/claude-plugins/agentboard/skills/workspace-orchestration
Command: npx skills add https://github.com/Maxcogar/agent-armory --skill workspace-orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates parallel subagents across workspace board cards to coordinate planning, review, implementation, and audit waves.

Core Features & Use Cases

  • Parallel Orchestration: coordinate multiple subagents across waves to process cards concurrently.
  • Checkpoint-driven flow: respect pause or auto-continue behavior based on board settings.
  • Wave-based execution: spawn dedicated agents per card per wave and advance cards through backlog -> planning -> review -> implementation -> audit -> finished.
  • Use Case: Manage a multi-card project with independent workflows that converge on a single board for oversight.

Quick Start

Start by creating a workspace board, add backlog cards, and trigger the orchestrator to spawn parallel subagents for each card.

Frequently Asked Questions about workspace-orchestration

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

FAQPage Schema
How do I coordinate parallel agents across multiple project cards?▼

You can coordinate parallel agents by orchestrating subagents across workspace board cards, allowing concurrent processing through structured planning, review, implementation, and audit waves.

What is a wave-based execution lifecycle for workflow orchestration?▼

Wave-based execution is a workflow lifecycle that advances cards through backlog, planning, review, implementation, and audit stages, spawning dedicated agents per card per wave until completion.

How do I set up a workspace board for multi-agent orchestration?▼

To set up multi-agent orchestration, create a workspace board, add backlog cards, and trigger the orchestrator to spawn parallel subagents that process each card concurrently through the lifecycle.

Can I use checkpoint logic to pause parallel subagents during execution?▼

Yes, you can use checkpoint logic to pause or auto-continue parallel subagents based on your board settings, ensuring controlled event-driven execution across the workspace.

Do I need an MCP-backed codebase for agent orchestration?▼

Yes, you need an accessible MCP-backed codebase along with prompts for planning, review, implementation, and audit agents to execute the orchestrated workflow successfully.

When should I use parallel orchestration for my workflow?▼

Use parallel orchestration for multi-card projects where independent workflows require coordinated, event-driven execution across multiple agents converging on a single board for oversight.