Skip to content

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

Skill Contract canonical-skill-v1

Review strategy features for architectural correctness — dependencies, integration patterns, and component interactions.

Identity

Functions
review
Success
  • Produces an architecture assessment for each strategy with recommendation.
  • Grounds every finding in architecture docs with specific component and API citations.

Optimization Targets

task_success judge SKILL.md @ 0e102d4

Invariants

Must Preserve
  • Do not approve strategies with incorrect dependency assumptions.
  • Do not flag concerns without citing specific architecture documentation.
Fixed Context
toolsRead, Grep, Glob
knowledgerepository_contentpublic, task_inputtask_private

Traceability

Diagram

strategy-architecture-review 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