Architecture · Version 1.0.0 · Reviewed 2026-08-02
Implementation Plan Writer
Make a defensible decision about implementation phase planning and change dependency mapping with evidence, explicit trade-offs, and a verification plan.
4 method steps
4 documented failure modes
4 diagnostic checks
7 quality gates
Builds dependency-ordered implementation plans from approved requirements, architecture, repository evidence, and release constraints. It grounds the decision in approved requirements, current architecture, target design, affected code, tests, deployment topology, and ownership and explicitly prevents a task list ordered by folders rather than dependencies, with integration and migration deferred until the end.
₹299 one-time
Get this skill archive
What it checks first
Implementation Plan Writer builds dependency-ordered implementation plans from approved requirements, architecture, repository evidence, and release constraints. It grounds the decision in approved requirements, current architecture, target design, affected code, tests, deployment topology, and ownership and explicitly prevents a task list ordered by folders rather than dependencies, with integration and migration deferred until the end. Use it when the work involves Implementation phase planning, Change dependency mapping, Validation and rollback planning.
- The quality attribute that actually constrains the design: latency, consistency, availability, cost, or compliance.
- The critical path and the number of network hops on it.
- Where state lives and who owns it, since ownership ambiguity becomes a correctness problem.
- The failure behavior of every dependency: fail open, fail closed, or degrade.
Example task
Input
Apply the implementation plan writer to our current implementation phase planning work. We need a concrete decision, bounded changes, and evidence that the result is correct.
Expected output
Start with approved requirements, current architecture, target design, affected code, tests, deployment topology, and ownership. The highest-risk failure is a task list ordered by folders rather than dependencies, with integration and migration deferred until the end. Sequence enabling contracts, reversible implementation, integration, rollout, and cleanup with evidence gates. Verify the result by walking each plan step against the repository and confirming prerequisites, outputs, owners, and rollback are explicit.