Multi-Coordinator Planning Skill
**Purpose:** Systematic planning and validation for parallel multi-coordinator execution workflows.
14 stars
Best use case
Multi-Coordinator Planning Skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
**Purpose:** Systematic planning and validation for parallel multi-coordinator execution workflows.
Teams using Multi-Coordinator Planning Skill should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/coordinator/SKILL.md --create-dirs "https://raw.githubusercontent.com/masharratt/claude-flow-novice/main/.claude/skills/cfn-planning/lib/coordinator/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/coordinator/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Multi-Coordinator Planning Skill Compares
| Feature / Agent | Multi-Coordinator Planning Skill | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
**Purpose:** Systematic planning and validation for parallel multi-coordinator execution workflows.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Multi-Coordinator Planning Skill **Purpose:** Systematic planning and validation for parallel multi-coordinator execution workflows. **Usage:** ```bash ./.claude/skills/cfn-multi-coordinator-planning/plan-multi-coordinator-work.sh [zone-config-file] ``` ## Overview Prevents Zone B-style execution failures through comprehensive pre-flight planning, resource allocation, and risk-based rollout validation. ## Core Functions ### 1. Task Configuration Validation - Deliverable specificity verification - Agent type diversity requirements - Context completeness scoring - Anti-pattern detection (consensus on vapor) ### 2. Resource Allocation Planning - Redis namespace reservation and isolation - Memory/CPU capacity planning per coordinator - Coordinator limit calculations - Monitoring overhead allocation ### 3. Dependency & Conflict Mapping - Cross-zone dependency identification - Shared resource conflict resolution - Completion pathway validation - Failure escalation planning ### 4. Risk-Based Rollout Strategy - Zone complexity ranking - Graduated phase rollout - Success gate validation - Rollback trigger definition ## Inputs - Zone configuration file (JSON format) - Task definitions per zone - Resource availability parameters - Risk tolerance settings ## Outputs - Validated execution plan - Resource allocation mapping - Rollout sequence with success gates - Risk assessment and mitigation strategies ## Validation Comprehensive test suite covering: - Namespace collision detection - Resource capacity validation - Dependency conflict resolution - Rollout scenario testing ---
Related Skills
We are still matching the closest adjacent skills for this page. In the meantime, continue through the full directory.