What problem does it solve? When working with the ECC slash-command ecosystem, users struggle to know which group of commands fits their workflow, in what order to run them, and when to stop. This Skill bridges the gap between a flat command catalog and actual multi-command workflow execution. ## Core Features & Use Cases - Workflow Matching: Describe a task (e.g., "fix a bug in my Go service") and get the best-fit command family with an exact run-order sequence and explicit stop condition. - Catalog Browsing: Invoke without a description to see all command-group families, member counts, and typical run-orders, derived live from the commands directory. - Safety Guardrails: Autonomous loop recipes include warnings about subscription burn and recommend max-iteration backstops. - Use Case: You want to plan an app upfront and auto-build it with adversarial review. The Skill recommends plan-prd then loop-start rfc-dag --mode safe, monitored via loop-status, stopping when all units pass review N consecutive times. ## Quick Start Ask which ECC command group runs your workflow, for example by describing the task you want to accomplish and requesting the matching recipe with run-order.