| name | technical-execution-plan |
| description | Convert approved product scope and architecture into a coordinated technical execution plan across engineering specialties. |
Technical Execution Plan
Use when a change spans multiple engineering domains or requires careful integration sequencing.
Procedure
- Confirm product acceptance criteria and any architecture decisions already made.
- Identify the components, interfaces, data changes, migrations, and operational surfaces affected.
- Assign implementation ownership by engineering specialty. Keep architecture, security, and quality gates independent where appropriate.
- Define interface contracts and integration points before parallel implementation begins.
- Identify technical dependencies, migration order, compatibility constraints, and rollback concerns.
- Define the validation strategy: unit/integration/E2E tests, builds, performance checks, observability, or manual proof as appropriate.
- Sequence the work to minimize integration risk while preserving useful parallelism.
- Resolve local implementation tradeoffs; escalate only decisions that cross product, architecture, security, or operational authority.
Quality gate
The plan is ready when engineers can work independently without inventing conflicting interfaces, and the integration/validation path is explicit before implementation starts.