What problem does it solve? After a feature is coded, teams often skip structured acceptance: implementations drift from the design, architecture docs go stale, requirement records fall out of sync, and roadmap status is never updated. This Skill closes the loop by enforcing a rigorous, checklist-driven acceptance workflow before merge. ## Core Features & Use Cases - Design Conformance Audit: Compares the actual code against the design document section by section (interface contracts, behaviors, mount points, terminology), fixing deviations in code rather than merely noting them. - Documentation Write-Back: Merges stable, system-visible changes into architecture docs, backfills or updates requirement records, and marks roadmap items as done in items.yaml with main-document synchronization. - Acceptance Report Generation: Produces a structured {slug}-acceptance.md report covering 9 mandatory sections, with resumable progress tracked via a checklist YAML file. - Use Case: A developer finishes implementing a serial-port data monitor feature and says "功能写完了验收一下". The Skill walks through interface verification, browser-based UI checks, mount-point grep audits, architecture merging, and roadmap updates, then delivers a complete acceptance report for final user review. ## Quick Start Tell the AI "这个功能写完了,帮我做验收并出验收报告" to start the full acceptance workflow against the existing design document.