validate_component_checklist
Compare implemented component features against specs and test scenarios to get a coverage report of what's covered and missing. Use to QA a component before marking it done.
Instructions
Compare an implementation against the spec's Main Features and Test Scenarios. Returns a coverage report showing what's covered, what's missing, and an overall status. Use this to QA a component before marking it done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component | Yes | Component name or id. | |
| implemented_features | Yes | List of strings describing what has been implemented. Be specific: e.g. ['closes on Escape key', 'traps focus within modal', 'has aria-modal attribute', 'backdrop click dismisses modal'] | |
| check_tests | No | Also check against Test Scenarios (default true). |