What problem does it solve? Running a complex task through a structured multi-stage methodology (context gathering, architecture, refinement, parallel execution and verification, crystallization) normally requires manual orchestration of each stage. This Skill executes the full Orama 5-stage pipeline against a single task in one foreground command. ## Core Features & Use Cases - Full 5-Stage Pipeline: Drives Context, Architect, Refiner, parallel Executor/Verifier, and Crystallizer stages through Perpetua-Tools hermes_harness.py using sequential AIAgent.chat calls. - Foreground Execution: Blocks until the complete run finishes and streams stage transitions plus the final crystallized result to the terminal. - Fail-Closed Launcher: Resolves the Perpetua-Tools harness path and exits with an error if it cannot be found, rather than failing silently. - Use Case: A developer needs a rate limiter designed and implemented with proper design review and verification, so they run one command that carries the task through all five methodology stages and returns a crystallized result. ## Quick Start Ask the AI to run hermes-orama with a task description such as "design and implement a rate limiter for the /health endpoint" and wait for the foreground pipeline to complete.