What problem does it solve? Engineering tasks vary wildly in scope, yet teams often apply the same heavyweight process to everything or skip process entirely. This Skill acts as a coordinator that picks the smallest appropriate workflow for each task, from a direct one-line edit to a full design-interrogation-plus-review pipeline, and re-routes mid-flight when new evidence emerges. ## Core Features & Use Cases - Adaptive routing: Chooses between direct implementation, poteto-mode execution, grill-with-docs decision work, and thermo-nuclear structural review based on the nature of the task, not on which skills happen to be installed. - ADR lifecycle management: Discovers only relevant ADRs, interprets proposed/accepted/superseded statuses correctly, and keeps the ADR index consistent whenever decisions change. - Evidence-driven re-routing: When implementation contradicts an accepted or proposed ADR, it pauses the affected branch, surfaces the evidence, and routes back through the decision layer instead of silently violating architecture. - Use Case: You ask for an ambiguous new feature. The Skill hydrates repository context, invokes grill-with-docs to resolve the design and draft a proposed ADR, hands implementation to poteto-mode, verifies correctness, runs thermo-nuclear review, and finally accepts the ADR with an updated index. ## Quick Start Ask the assistant to implement a bug fix or feature using the engineering-loop workflow and let it choose the appropriate route automatically.