What problem does it solve? Systems fail in production because workflows are implied by code but never specified — branches, timeouts, partial failures, and cleanup paths go undocumented until they break. This Skill discovers every workflow in a codebase and produces exhaustive, build-ready workflow tree specifications before implementation begins. ## Core Features & Use Cases - Workflow Discovery Audit: Scans route files, workers, migrations, orchestration configs, and cron jobs to find workflows that exist in code but have no spec, flagging them as liabilities. - Four-View Workflow Registry: Maintains a cross-referenced registry organized by workflow, component, user journey, and entity state so anyone can look up system behavior from any angle. - Build-Ready Workflow Tree Specs: Produces structured specs covering happy paths, validation failures, timeouts, partial failures, concurrent conflicts, handoff contracts, cleanup inventories, and derived test cases. - Use Case: Before building a checkout feature, use this Skill to map every step from cart to payment confirmation — including what happens when the payment API times out at step 6 of 10, what the customer sees, and which resources must be rolled back. ## Quick Start Ask the agent to audit your repository and produce a workflow tree spec for a specific flow such as user signup, including all failure branches and handoff contracts.