Spec-driven workflow covering requirement gathering, spec authoring, implementation review, and verification — with skills, rules, and evaluation scenarios.
96
90%
Does it follow best practices?
Impact
98%
1.19xAverage score across 9 eval scenarios
Passed
No known issues
All spec files must follow the .spec.md format.
.spec.mdname: Human-readable feature namedescription: One-line summarytargets: At least one relative path or glob pattern[@test] links placed next to the requirements they verify---
name: User Authentication
description: Login, logout, and session management requirements
targets:
- ../src/auth/**/*.py
---Place [@test] links inline with requirements, not in a separate section:
- Invalid passwords return 401
`[@test] ../tests/test_auth_invalid_password.py`specs/ directory