implement-planlisted
Install: claude install-skill akshay-diwadkar/skills
# Implement Plan
## Purpose and authority
Implement the exact approved plan as the smallest complete patch. The plan
limits behavior changes; repository evidence determines local form; the v3
implementation contract proves the result.
Accept finalized plan-contract v6 plans with either the legacy request binding
or the enriched typed-handoff kind, version, and selected-item binding.
Reject ambiguous, unfinalized, unsupported, receipt-mismatched, or materially
contradicted plans. Route semantic gaps to `plan-change`; never reinterpret
product intent during implementation. Preserve unrelated dirty work byte for
byte, never edit a dirty target without explicit authorization, and stop on a
concurrent target change.
## Start
Resolve `skill-root` to this directory and pass the exact sealed plan plus an
agent-owned implementation bundle:
```bash
python /absolute/skill-root/scripts/cli.py --repo-root /absolute/repo \
--input plan_file=/absolute/final-plan.md \
--input bundle=/absolute/implementation.json --format json doctor
```
Run each returned `next_command.argv` with its returned `cwd`. Read only
`required_reads`, write only `allowed_writes`, and stop on every
`blocking_reason`.
## Next-step loop
1. Apply the intake, snapshots, dependency order, propagation, verification, and reconciliation rules in [Implementation Contract](references/implementation-contract.md).
2. Use [Bounded Delegation Protocol](references/delegation-protocol.md) for optional read-only review; t