What problem does it solve? Coordinating architecture assessment, planning, coding, and multi-round code review by hand is error-prone and inconsistent. This Skill orchestrates the entire development workflow through a single engine invocation with configurable effort levels. ## Core Features & Use Cases - Effort presets: Choose low, medium, or high effort to control review rounds, approval thresholds, and aspect reviewers, with per-setting CLI overrides. - Configurable pipeline: Architecture and planning phases are optional and can be required or skipped via flags; implementation and review-cycle always run. - Findings-based review handling: F/W/T/R/S findings are fixed, deferred, ticketed, or piggybacked according to the effort level and thresholds. - Use Case: Ask the agent to implement a new API endpoint at high effort; it plans the change, writes the code, runs parallel and holistic reviews across up to four rounds, and tickets deferred TODOs at wrap-up. ## Quick Start Ask the agent to implement your task with the orchestrate-dev workflow, for example: run the full development workflow to add user authentication with high effort.