What problem does it solve?
The speclink-verify Skill automates the verification of implementation against spec artifacts in a Spec-Driven Development (SDD) project, ensuring compliance and quality.
Core Features & Use Cases
- Implementation Verification: Ensures that the implementation aligns with the spec artifacts like tasks, designs, and scenarios.
- Completeness, Correctness, and Coherence Checks: Verifies the completeness of tasks, correctness of implementation against requirements, and coherence with design decisions.
- Integration with Speclink CLI: Requires the Speclink CLI to execute verification steps and access project specifications.
- Use Case: Ideal for developers and project managers in SDD environments to validate code against project specifications, especially for integration testing or pull request verification.
Quick Start
Verify the implementation of the project by running /speclink-verify followed by the change name (e.g., /speclink-verify add-auth).