implementation-pipeline

Route approved implementation tasks to sub-agents with state management and artifact retention.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/michael-conrad/.opencode --skill implementation-pipeline-michael-conrad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-pipeline
Source: https://github.com/michael-conrad/.opencode/tree/main/skills/implementation-pipeline
Command: npx skills add https://github.com/michael-conrad/.opencode --skill implementation-pipeline-michael-conrad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates the end-to-end implementation workflow after plan approval, ensuring safe orchestration, auditable routing of tasks to sub-agents, and robust artifact management across the pipeline.

Core Features & Use Cases

  • Clean-room orchestration: Dispatches tasks to sub-agents without leaking internal reasoning or inline analysis.
  • State management & checkpoints: Maintains pipeline state, progress, and phase boundaries to enable reliable handoffs.
  • Gatekeeping & pre-flight: Enforces pre-implementation checks, coherence gates, and remediation routing when needed.
  • Remediation routing: Re-routes failed steps through structured remediation loops while preserving audit trails.
  • Artifact retention: Ensures permanent artifacts are preserved and ephemeral artifacts are cleaned per lifecycle policies.

Quick Start

Dispatch implementation-pipeline for an approved plan to begin executing pipeline stages.

Frequently Asked Questions about implementation-pipeline

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

FAQPage Schema
How do I orchestrate sub-agents for an end-to-end implementation workflow after plan approval?

The pipeline applies state management by maintaining pipeline state, progress, and phase boundaries. This enables reliable handoffs between sub-agents during the end-to-end implementation workflow, ensuring repeatable and auditable task coordination.

How does artifact retention work during pipeline state management and phase transitions?

When a step fails, the pipeline re-routes it through structured remediation loops while preserving audit trails. This remediation routing ensures failed steps are corrected without losing the state management context of the overall implementation workflow.

Can I enforce pre-flight checks and coherence gates before dispatching tasks to sub-agents?

Yes, the pipeline enforces pre-implementation checks, coherence gates, and remediation routing when needed before dispatching tasks. This gatekeeping ensures sub-agents only receive coherent, verified tasks for safe end-to-end orchestration.

Does clean-room orchestration prevent leaking internal reasoning to sub-agents?

Clean-room orchestration dispatches tasks to sub-agents without leaking internal reasoning or inline analysis. This strict separation between the orchestrator and sub-agents ensures auditable and repeatable outcomes across the implementation pipeline.

What is the best way to maintain audit trails when re-routing failed steps in an implementation pipeline?

The best way to maintain audit trails for failed steps is using structured remediation routing loops. The pipeline re-routes failed steps through these loops while preserving artifact retention and pipeline state for complete auditability.