What problem does it solve? Choosing among 13 atomic skills in the keel documentation-driven workflow is error-prone; this orchestrator detects project stage and routes requests to the correct skill chain automatically. ## Core Features & Use Cases - Stage-aware routing: Scans docs/devdocs/ files to detect project phase and recommends the right entry (init, feature, bugfix, verify, close, insights, design, realign). - Sub-agent orchestration: Delegates each stage to atomic skills via Task tool, passing only YAML summaries and file paths between stages. - Adaptive harness depth: Classifies changes as Lite, Standard, or Deep to scale process rigor to change impact. - Use Case: A developer with a new feature request runs the orchestrator, which detects existing requirements docs, routes through design, test-cases, dev-tasks, readiness verification, and dev-workflow in sequence. ## Quick Start Ask the pipeline skill to analyze my project and route me to the right keel workflow for adding a new feature.