implement-phase

Orchestrate an implementation plan phase by delegating to subagents and producing a completion report.

17|1|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/mhylle/claude-skills-collection --skill implement-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-phase
Source: https://github.com/mhylle/claude-skills-collection/tree/main/skills/implement-phase
Command: npx skills add https://github.com/mhylle/claude-skills-collection --skill implement-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates the end-to-end execution of a single phase from an implementation plan by delegating work to subagents and maintaining a strict orchestration model to ensure reproducible outcomes.

Core Features & Use Cases

  • Orchestrates the full phase workflow by spawning and coordinating subagents for implementation, verification, code review, ADR compliance, plan synchronization, and prompt archival.
  • Enforces a continuous, eight-step pipeline with automatic progression and built-in fix loops to achieve clean PASS across all steps.
  • Use Case: When a plan specifies a phase to be executed with quality gates, enabling teams to run end-to-end phase execution with auditable logs and minimal manual intervention.

Quick Start

Trigger the skill with a plan path and phase reference, e.g. /implement-phase <plan-path> <phase-number>.

Frequently Asked Questions about implement-phase

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

FAQPage Schema
How do I orchestrate a single phase from an implementation plan with automated quality gates?

Phase orchestration uses an eight-step pipeline with automatic progression, spawning subagents for implementation, verification, code review, ADR compliance, and plan synchronization. It enforces fix loops to achieve a clean PASS across all steps and produces a final completion report.

Why do I need subagents for code review and ADR compliance during phase execution?

You need subagents for code review and ADR compliance to enforce a strict orchestration model. By delegating these specialized tasks, the pipeline maintains automatic progression, runs built-in fix loops, and produces auditable logs for the final completion report.

Can I run phase implementation with code changes and plan synchronization without manual intervention?

Yes, phase implementation with code changes and plan synchronization runs without manual intervention. The orchestration model enforces automatic progression through an eight-step pipeline, using subagents to handle implementation, verification, and archival while collecting results for a completion report.

What is the best way to execute an implementation phase with ADR compliance and verification?

Executing an implementation phase with ADR compliance and verification is best handled by an orchestration pipeline. It spawns subagents for each task, applies automatic progression through an eight-step pipeline, and enforces fix loops to achieve a clean PASS across all quality gates.

When do I need automated quality gates for phase orchestration in software engineering?

You need automated quality gates when a plan specifies a phase requiring code changes, verification, and plan synchronization as a cohesive pipeline. The orchestration model enforces these gates using subagents, automatic progression, and fix loops to achieve a clean PASS and generate a completion report.

Limitations of automated phase orchestration with subagents for implementation plans?

The orchestration model is limited to phases where code changes, verification, ADR compliance, and plan synchronization must be performed as a cohesive pipeline. It requires spawning multiple subagents and relies on an eight-step pipeline with automatic progression and fix loops to achieve a clean PASS.