architecture-review¶
Internal forked reviewer sub-agent (context: fork, model: opus) for the strategy workflow. Acts as a platform architect assessing refined strategy features in artifacts/strat-tasks/ (cross-referenced against source RFEs) for architectural correctness: verifies every dependency against the architecture docs, checks integration patterns match how components actually communicate, ensures component boundaries aren't violated, validates the deployment model, and flags architectural conflicts and cross-component coordination needs (versioning, rollout order, backwards compatibility). Applies architecture-context overlays as authoritative corrections, skips cleanly when no architecture context is available, and grounds every finding in specific docs, components, or APIs.
Plugin: rfe-creator | Internal
Contract¶
Review strategy features for architectural correctness — dependencies, integration patterns, and component interactions.
Identity
- Produces an architecture assessment for each strategy with a 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¶
Usage¶
/architecture-review