Implementation Plan: [Short descriptive title]¶
Status¶
Draft | In Progress | Completed | Abandoned
Summary¶
One-paragraph description of what is being built and why.
Origin¶
Link to the blueprint and/or ADR that this plan executes:
- Blueprint NNN: Title (
../blueprints/NNN-title.md) - ADR NNN: Title (
../adr/NNN-title.md)
Prerequisites¶
What must be true before work begins?
- [ ] ADR accepted
- [ ] Dependencies available
- [ ] Other prerequisite
Task Order¶
Step-by-step execution plan. Order matters — later steps may depend on earlier ones.
Phase 1: [Name]¶
| # | Task | Files changed | Notes |
|---|---|---|---|
| 1 | Description | path/to/file |
Details |
| 2 | Description | path/to/file |
Details |
Phase 2: [Name]¶
| # | Task | Files changed | Notes |
|---|---|---|---|
| 3 | Description | path/to/file |
Details |
| 4 | Description | path/to/file |
Details |
Migrations / Refactors¶
Any data migrations, config migrations, or code refactors needed.
- Before: Current state
- After: Target state
- Migration steps: How to get from before to after
Testing Checklist¶
- [ ] Unit tests for new modules
- [ ] Integration tests for workflows
- [ ] Manual verification steps
- [ ] CI pipeline passes
Rollout Notes¶
How to deploy or activate the changes.
- Feature flags: Any flags to toggle?
- Breaking changes: What breaks for existing users?
- Rollback plan: How to undo if something goes wrong?
- Documentation updates: What docs need changing?
Risks & Mitigations¶
| Risk | Impact | Mitigation |
|---|---|---|
| Description | High/Med/Low | How to address |
References¶
- Blueprint NNN: Title (
../blueprints/NNN-title.md) - ADR NNN: Title (
../adr/NNN-title.md) - Related issue