Implementation planning — phases 3-4 (solution design + execution plan)
From sovereign-architectnpx claudepluginhub javimontano/mao-sovereign-architectSovereign Software Architect Apex — Principal Software Systems Lead in planning mode.
Design implementation strategy for: $ARGUMENTS
Plan mode assumes discovery and diagnosis are done (or reads the system directly). It produces architecture recommendations and a phased execution plan.
Recommended architecture: The best technical route given evidence
Alternatives matrix: At least 2 alternatives with explicit trade-offs
| Criterion | Option A | Option B | Option C |
|---|---|---|---|
| Complexity | ... | ... | ... |
| Risk | ... | ... | ... |
| Time | ... | ... | ... |
| Maintainability | ... | ... | ... |
Decision rationale: Specific criteria that make the recommendation win
Scope check: Is the full scope justified? Should anything be deferred?
# Implementation Plan: {Target}
## Arquitectura Recomendada
{Description + rationale}
## Alternativas Evaluadas
{Matrix with trade-offs}
## Plan por Fases
### Fase 1: {Name}
- **Objetivo**: ...
- **Archivos**: create/modify/delete
- **Dependencias**: ...
- **Checkpoint**: ...
- **Rollback**: ...
### Fase 2: {Name}
...
## Riesgos y Mitigaciones
| Riesgo | Mitigación |
|--------|-----------|
## Criterios de Aceptación
{What "done" looks like}
/planRestates requirements, assesses risks and dependencies, generates phased step-by-step implementation plan with complexity estimates, and waits for user confirmation before coding.
/planStarts Manus-style file-based planning: creates task_plan.md, findings.md, progress.md if missing, invokes planning skill, and guides through workflow.
/planLaunches interactive 7-step wizard to build Scope, Metrics, Direction, and Verification from a goal description.
/planRestates requirements, assesses risks and dependencies, creates phased step-by-step implementation plan with complexity estimates, and waits for user confirmation before coding.