What problem does it solve? Implementing a plan without verification often ships defects in data models and user experience. This Skill coordinates a multi-agent pipeline that implements a plan, audits it from two independent angles, merges the findings into a corrected plan, and executes the final implementation with build verification. ## Core Features & Use Cases - Five-Phase Orchestration: Runs nine agents across parallel and sequential phases covering implementation, dual auditing, fix planning, merging, and final execution. - Dual Audit Tracks: Generates and executes separate data model/technical audits and UX/scenario/commercial audits, each producing findings and fix plans saved to the ContextFiles library. - Build-Gated Execution: Implementation agents must verify dotnet build passes, with constraints for CockroachDB migrations, Syncfusion components, and OrgsureDataObject inheritance. - Use Case: Given a plan document for a new Reports feature, invoke the pipeline to implement it in an isolated worktree, audit the data model and UX independently, merge both fix plans into a corrected plan, and execute the final verified implementation. ## Quick Start Run the audit pipeline on my plan document at ContextFiles/Plans/reports-feature.md to implement, audit, and correct it.