openspec-test
Installation
SKILL.md
OpenSpec Test
Generic verification executor for OpenSpec gates. Follows test.md strategy literally — no improvisation.
flowchart LR
A["Read test.md"] --> B["Validate quality"]
B --> C{"Lazy patterns?"}
C -->|Yes| X["BLOCKED"]
C -->|No| D["Execute verification"]
D --> E["Write logs"]
E --> F["Report result"]