strategy-architecture-review¶
An independent, adversarial reviewer (platform-architect persona) that verifies a
refined strategy is architecturally sound. Invoked by strategy-review in an isolated
context: fork, it requires architecture context (and skips cleanly if none is
available), reads PLATFORM.md, component docs, and active overlays/, then checks
whether dependencies are correctly identified, integration patterns match how
components actually communicate, component boundaries are respected, the deployment
model is correct, and cross-component coordination needs (versioning, rollout order,
backwards compatibility) are handled. Every finding must cite specific architecture
docs; it emits a structured per-strategy architecture verdict.
Plugin: strat-creator | Internal
Contract¶
Review strategy features for architectural correctness — dependencies, integration patterns, and component interactions.
Identity
- Produces an architecture assessment for each strategy with recommendation.
- Grounds every finding in architecture docs with specific component and API citations.
Optimization Targets
Invariants
- Do not approve strategies with incorrect dependency assumptions.
- Do not flag concerns without citing specific architecture documentation.
Traceability
Diagram¶
Arguments¶
/strategy-architecture-review [RHAISTRAT-NNNN]
| Argument | Required | Default | Description |
|---|---|---|---|
RHAISTRAT-NNNN |
- | A strategy key to review only that strategy. If omitted, all strategies in the tasks directory are reviewed. |
Usage¶
/strategy-architecture-review RHAISTRAT-1531