Skip to content

Commit 7484eb5

Browse files
davesharpe13claude
andauthored
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>
1 parent 2bf655e commit 7484eb5

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

extensions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ The following community-contributed extensions are available in [`catalog.commun
9292
| Understanding | Automated requirements quality analysis — 31 deterministic metrics against IEEE/ISO standards with experimental energy-based ambiguity detection | [understanding](https://github.com/Testimonial/understanding) |
9393
| 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) |
9494
| 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) |
9596

9697

9798
## Adding Your Extension

extensions/catalog.community.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,37 @@
683683
"stars": 0,
684684
"created_at": "2026-03-03T00:00:00Z",
685685
"updated_at": "2026-03-03T00:00:00Z"
686+
},
687+
"verify-tasks": {
688+
"name": "Verify Tasks Extension",
689+
"id": "verify-tasks",
690+
"description": "Detect phantom completions: tasks marked [X] in tasks.md with no real implementation.",
691+
"author": "Dave Sharpe",
692+
"version": "1.0.0",
693+
"download_url": "https://github.com/datastone-inc/spec-kit-verify-tasks/archive/refs/tags/v1.0.0.zip",
694+
"repository": "https://github.com/datastone-inc/spec-kit-verify-tasks",
695+
"homepage": "https://github.com/datastone-inc/spec-kit-verify-tasks",
696+
"documentation": "https://github.com/datastone-inc/spec-kit-verify-tasks/blob/main/README.md",
697+
"changelog": "https://github.com/datastone-inc/spec-kit-verify-tasks/blob/main/CHANGELOG.md",
698+
"license": "MIT",
699+
"requires": {
700+
"speckit_version": ">=0.1.0"
701+
},
702+
"provides": {
703+
"commands": 1,
704+
"hooks": 1
705+
},
706+
"tags": [
707+
"verification",
708+
"quality",
709+
"phantom-completion",
710+
"tasks"
711+
],
712+
"verified": false,
713+
"downloads": 0,
714+
"stars": 0,
715+
"created_at": "2026-03-16T00:00:00Z",
716+
"updated_at": "2026-03-16T00:00:00Z"
686717
}
687718
}
688719
}

0 commit comments

Comments
 (0)