What problem does it solve? After implementing MIL-STD-1553B harness features, teams often skip systematic verification or leave test documentation incomplete. This Skill ensures every finished implementation is verified against protocol-specific scenarios and that test code plus Korean-language test documents are produced or updated together. ## Core Features & Use Cases - Protocol-Specific Verification Checklist: Covers BC/RT/BM message flows, Command/Status/Data Word handling, Subaddress and Mode Code processing, Bus A/B switching, timeouts, retries, and error injection. - TDD Traceability: Enforces Red/Green/Refactor evidence by confirming failing tests actually fail, pass after fixes, and survive regression after refactoring. - Standardized Test Documentation: Generates test plan and result documents under docs/test/ using a provided Korean template with scenarios, expected vs. actual results, and risk sections. - Use Case: After implementing RT-to-RT relay handling, use this Skill to add missing unit and integration tests, verify bus-switching and timeout behavior, and produce a dated test result document in Korean. ## Quick Start Verify the completed MIL-STD-1553B harness feature, add missing tests for bus switching and error injection, and write the test plan and result documents in Korean.