pipeline-coordinator

Coordinate a seven-phase development workflow with dependency checks and approval gates.

2|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/adnanmueller/am-dev-plugins --skill pipeline-coordinator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-coordinator
Source: https://github.com/adnanmueller/am-dev-plugins/tree/main/plugins/development-pipeline
Command: npx skills add https://github.com/adnanmueller/am-dev-plugins --skill pipeline-coordinator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Pipeline Coordinator addresses the challenge of guiding solo founders through a structured, multi-agent development lifecycle by serving as a central orchestration layer that coordinates phase progression, handoffs between specialized agents, and maintains consistent documentation.

Core Features & Use Cases

  • Orchestrates a seven-phase development workflow (Bootstrap → Requirements → Design → Architecture → Backend/Frontend → QA → Deployment → Security) to externalise team roles for solo founders.
  • Manages phase handoffs, enables dependency checks, and enforces approval gates to ensure disciplined progress and documented decisions.
  • Maintains real-time pipeline status, blockers, and recommended next actions, with auto-triggers like QA spec generation and security checks.
  • Provides commands for starting, advancing, inspecting status, and approving gate decisions, enabling seamless interaction and governance.
  • Supports parallel preparation of downstream artifacts by loading contextual prompts and chaining agent skills.

Quick Start

Say "start pipeline" to begin a new project, or use the /start-pipeline command to initialize the workflow.

Frequently Asked Questions about pipeline-coordinator

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

FAQPage Schema
How do I orchestrate a multi-agent development workflow as a solo founder?

Pipeline orchestration for solo founders uses a central coordinator to guide a seven-phase development lifecycle, enforcing dependency checks and managing agent handoffs with contextual prompts.

What is the best way to manage project phases from requirements to deployment using agents?

Managing project phases from requirements to deployment is best handled by a pipeline orchestration skill that enforces approval gates, auto-triggers QA spec generation, and maintains real-time status to externalize team roles.

How do I start a new development pipeline or resume work on an existing project?

To start a new development pipeline or resume work on an existing project, you can issue a start command like 'start pipeline' to initialize the workflow and guide you through the bootstrap phase with defined dependencies.

Can I enforce approval gates and dependency checks during agent handoffs?

Yes, you can enforce approval gates and dependency checks during agent handoffs. The pipeline orchestration workflow ensures disciplined progress by requiring explicit approval for gate decisions before advancing to the next development phase.

Does pipeline orchestration support parallel preparation of downstream artifacts?

Pipeline orchestration supports parallel preparation of downstream artifacts by loading contextual prompts and chaining agent skills, which allows simultaneous progression on compatible tasks within the development workflow.

When should I not use a structured pipeline orchestration workflow?

You should not use a structured pipeline orchestration workflow if your project requires rapid, unstructured prototyping without defined dependencies, as it enforces strict phase progression, approval gates, and dependency checks across seven development stages.