You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(extensions): add verify-tasks extension to community catalog (#1871)
* feat(extensions): add verify-tasks extension to community catalog
- Extension ID: verify-tasks
- Version: 1.0.0
- Detects phantom completions: tasks marked [X] in tasks.md with no real implementation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Replace email with name in verify-tasks catalog entry
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: extensions/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,7 @@ The following community-contributed extensions are available in [`catalog.commun
92
92
| Understanding | Automated requirements quality analysis — 31 deterministic metrics against IEEE/ISO standards with experimental energy-based ambiguity detection |[understanding](https://github.com/Testimonial/understanding)|
93
93
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability |[spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model)|
94
94
| Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts |[spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify)|
95
+
| Verify Tasks Extension | Detect phantom completions: tasks marked [X] in tasks.md with no real implementation |[spec-kit-verify-tasks](https://github.com/datastone-inc/spec-kit-verify-tasks)|
0 commit comments