coordinator

Orchestrate phased workflows with role-based skills and human checkpoints.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/tim-hub/role-based-skills --skill coordinator-tim-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coordinator
Source: https://github.com/tim-hub/role-based-skills/tree/main/coordinator
Command: npx skills add https://github.com/tim-hub/role-based-skills --skill coordinator-tim-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate and manage complex, multi-phase efforts by sequencing specialized skills into a controlled workflow so teams or agents can brainstorm, challenge, plan, implement, and finish work reliably.

Core Features & Use Cases

  • Phased Orchestration: Runs an ordered sequence of phases (brainstorm, challenge, design/plan, challenge, implement, finish) with checkpoints and gates.
  • Role-based Skill Loading: Dynamically loads and applies focused skills (brainstormer, challenger, designer, planner, TDD, executors) at each phase to leverage specialized capabilities.
  • Safety Gates & TDD Enforcement: Enforces challenge gates for critical issues and mandates test-driven development during implementation to reduce risk.
  • Use Case: Run an end-to-end workflow to turn an idea into a validated implementation plan and a series of tested implementation batches for a new software feature.

Quick Start

Use the coordinator to classify the request as idea, plan, or build and then run the full phased workflow starting with brainstorming.

Frequently Asked Questions about coordinator

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

FAQPage Schema
How do I orchestrate multi-phase workflows for brainstorming, planning, and implementation?

Multi-phase workflow orchestration is managed by sequencing specialized skills into a controlled process with checkpoints, running ordered phases like brainstorm, challenge, plan, implement, and finish. This coordinates role-based skills to turn ideas into tested software reliably.

What is the best way to automate test-driven development and planning for new software features?

Automating test-driven development and planning is achieved by enforcing TDD during the implementation phase of a coordinated workflow. The system mandates test-driven execution alongside brainstorming and design phases to reduce risk and validate new software features.

Can I use safety gates and challenge cycles to validate a software implementation plan?

Safety gates and challenge cycles can be used to validate a software implementation plan by enforcing critical issue checkpoints. The workflow runs iterative challenge phases after brainstorming and planning to ensure the design is rigorously tested before implementation begins.

Do I need specialized role-based skills to run an end-to-end software build workflow?

Specialized role-based skills are dynamically loaded during an end-to-end software build workflow to leverage focused capabilities. The orchestrator applies specific skills for brainstorming, challenging, designing, planning, and TDD execution at each distinct phase.

When should I not use an orchestrated workflow for project planning and implementation?

An orchestrated workflow for project planning and implementation should not be used for simple tasks lacking distinct phases or when strict phase gating and iterative challenge cycles are unnecessary. It is designed for complex, multi-phase efforts requiring controlled execution with human checkpoints.