Implement a local issue using TDD with phased scope control, verification, and Profile conformance. Use when the user wants to start coding on a planned issue, implement a specific phase of work, or write code following the established plan. Enforces guardrails to prevent brainstorming or scope creep.
Activate when the user wants to:
Before implementation, resolve the user's Profile:
.github/copilot-preferences.yml or .vscode/copilot-preferences.yml in the workspace.policy/packs/*.yml and overrides from policy/module-policy.yml or policy/modules/*.yml if they exist.## Plan, ## Impacted Files, or _artifacts/plan.json.Re-read the Issue
status: needs-info → attempt to answer from context; else stop.status: brainstorm OR plan_lock: false → refuse to code. Summarize open options/questions, set status: brainstorm, print change summary, stop.Read the Plan
## Plan is absent, stop and instruct: "Run the analyze-and-plan skill to produce a phased plan + plan.json (locked)."Phase-Lock
phase from front-matter (default: 1).phase:<n>.## Impacted Files and plan.json.allowed_paths.Verification Block (Trust-but-Verify)
status: needs-info with one question; stop.Implement Each Step (TDD) For each step in the current phase:
dist/, build/, target/generated-sources/) or file contains DO NOT EDIT/@Generated/policy markers, stop and file a scaffold issue.policy/modules/*.yml instead of inventing a one-off.## Activity describing what changed and why.Security, Performance, and Observability
Stop-After-Phase
phase:<n> steps pass tests, increment phase in front-matter and exit.status: review; otherwise keep status: in-progress.Safety Check
Print Change Summary
plan_lock: true and _artifacts/plan.json present).