phase-implement · git:20260718.188cd11 · 2026-07-18 · sha256 8ce153aa6aeab288

phase-implement git:20260718.188cd11A

Immutable. This exact content is served forever at /api/v1/blob/8ce153aa6aeab288.

---
name: phase-implement
description: Implement exactly one selected phase from an authoritative repository plan. Use when a named phase or equivalent scoped implementation unit must be completed without later-phase work.
---

# Phase Implementation

Own phase scope and orchestrate only the work required to implement it.

## Workflow

1. Read the selected phase, applicable repository instructions, and the minimum local evidence needed to identify files, patterns, and required checks.
2. Confirm phase boundaries, prerequisites, acceptance criteria, and unchanged behavior.
3. Use `plan-update` for proven plan-mechanics defects and `spec-update` for non-plan semantic contract defects.
4. Use `behavior-implement` for each testable production behavior. Implement documentation, configuration, migrations, generated state, and externally verified work through their repository-native paths without imposing a red-green cycle where it does not apply.
5. Implement only the phase and prerequisites required for it to work.
6. Run phase-required and focused checks, fixing only scoped implementation failures.
7. Report implemented behavior, changed scope, checks, alternative evidence, and remaining blockers.

Do not perform independent post-implementation validation, structural review, final closeout, commits, pushes, releases, later phases, or unrelated cleanup. Those remain separate gates unless the user explicitly requests them.

Finish at implementation evidence when the selected phase is complete, required checks pass or are explicitly blocked, and no later-phase work was introduced.