What problem does it solve? Non-trivial tasks like architecture changes, complex refactors, and contract migrations often fail because agents skip grounding, design, or verification steps. This Skill structures that work into the orama-system five-stage methodology so each stage is completed and verified before moving on. ## Core Features & Use Cases - Five-Stage Workflow: Context Immersion, Visionary Architecture, Ruthless Refinement, Masterful Execution, and Crystallize Vision, with explicit feedback loops between stages. - Contract Migration Gate: Maps the full vertical slice (persistence, contract, callers, transport, lifecycle, tests) before changing durable state, return contracts, event envelopes, or transport payloads. - Post-Review Micro-Remediation: Clusters PR review findings by root cause and fixes once at the abstraction level, avoiding revert chains. - Use Case: When asked to change an API response contract, the agent first maps every caller and transport layer, then implements and verifies each step before crystallizing the result. ## Quick Start Ask the agent to apply the five-stage methodology to plan and execute your next multi-step refactoring or architecture task.