What problem does it solve? Running a full UI feature workflow (analyze, plan, implement, validate, cleanup, commit) in one context pollutes the conversation with every step's artifacts and makes failures hard to isolate. This Skill coordinates the whole cycle while keeping each step in its own isolated subagent, handing off results through files so the orchestrator stays thin. ## Core Features & Use Cases - Cycle-type selection with confirmation: Enumerates available cycle definitions (feature-cycle, eli-feature-cycle, simple-task), guesses the right one from your task, and confirms with you before running anything. - Isolated step execution: Each step runs in its own subagent with configurable model tier (haiku/sonnet/opus) and agent type, returning only a five-line status report (STATUS, ARTIFACT, SUMMARY, FOLLOWUP, DECISIONS). - Failure gates and bounded remediation: Steps with stop_on_fail halt the cycle on failure; steps can declare bounded auto-remediation (e.g. re-run impl against a failing validation report up to N rounds), and BLOCKED steps pause for human decision-memo resolution. - Use Case: Run /orch-ui feature-cycle add a dark-mode toggle to settings — the orchestrator confirms the cycle, then sequences analyze → plan → impl → validate → cleanup → commit → retro, each in a fresh subagent, and prints a final status table. ## Quick Start Ask the assistant to run /orch-ui with a short description of the UI feature or change you want taken through the full plan-to-commit cycle.