What problem does it solve? It prevents architecture decisions made without evidence by guiding Phase 5 STRATEGY of a work package: investigating alternatives, documenting trade-offs, and producing a solution-strategy.md before implementation begins. ## Core Features & Use Cases - Structured Strategy Document: Creates a {wp}-solution-strategy.md from a template with Key Ideas, Research, Fundamental Decisions, Technology Stack, Patterns, and Quality Goals sections. - ADR Generation: Produces Architecture Decision Records in context/decisions/ for significant architectural choices, with pre-design and post-design consistency checks against constraints and constitution. - Gate & Size Re-evaluation: Enforces a human approval gate before Phase 6 and re-evaluates work package size (micro to large) to adjust which phases run next. - Use Case: After completing discovery and constraints analysis for a new feature, invoke this skill to research alternatives (e.g., REST vs GraphQL), document the decision with justification, and get explicit approval before planning. ## Quick Start Ask the assistant to start Phase 5 STRATEGY for the active work package and produce the solution-strategy document with key ideas and ADRs.