Skip to content

Commit aa85b2f

Browse files
feat: Register "What-if Analysis" community extension (#2182)
* feat: implement read-only what-if analysis command * chore: polish what-if analysis (Claude hints + optional tasks) * refactor: deliver what-if analysis as a standalone extension * Move What-if extension to standalone repo and update community catalog * Fix: Reorder whatif extension alphabetically in community catalog
1 parent e27896e commit aa85b2f

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ The following community-contributed extensions are available in [`catalog.commun
241241
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | `docs` | Read+Write | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) |
242242
| Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts | `code` | Read-only | [spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify) |
243243
| Verify Tasks Extension | Detect phantom completions: tasks marked [X] in tasks.md with no real implementation | `code` | Read-only | [spec-kit-verify-tasks](https://github.com/datastone-inc/spec-kit-verify-tasks) |
244+
| What-if Analysis | Preview the downstream impact (complexity, effort, tasks, risks) of requirement changes before committing to them | `visibility` | Read-only | [spec-kit-whatif](https://github.com/DevAbdullah90/spec-kit-whatif) |
244245
| Worktree Isolation | Spawn isolated git worktrees for parallel feature development without checkout switching | `process` | Read+Write | [spec-kit-worktree](https://github.com/Quratulain-bilal/spec-kit-worktree) |
245246

246247
To submit your own extension, see the [Extension Publishing Guide](extensions/EXTENSION-PUBLISHING-GUIDE.md).

extensions/catalog.community.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,6 +1918,34 @@
19181918
"created_at": "2026-03-16T00:00:00Z",
19191919
"updated_at": "2026-03-16T00:00:00Z"
19201920
},
1921+
"whatif": {
1922+
"name": "What-if Analysis",
1923+
"id": "whatif",
1924+
"description": "Preview the downstream impact (complexity, effort, tasks, risks) of requirement changes before committing to them.",
1925+
"author": "DevAbdullah90",
1926+
"version": "1.0.0",
1927+
"repository": "https://github.com/DevAbdullah90/spec-kit-whatif",
1928+
"homepage": "https://github.com/DevAbdullah90/spec-kit-whatif",
1929+
"documentation": "https://github.com/DevAbdullah90/spec-kit-whatif/blob/main/README.md",
1930+
"license": "MIT",
1931+
"requires": {
1932+
"speckit_version": ">=0.6.0"
1933+
},
1934+
"provides": {
1935+
"commands": 1,
1936+
"hooks": 0
1937+
},
1938+
"tags": [
1939+
"analysis",
1940+
"planning",
1941+
"simulation"
1942+
],
1943+
"verified": false,
1944+
"downloads": 0,
1945+
"stars": 0,
1946+
"created_at": "2026-04-13T00:00:00Z",
1947+
"updated_at": "2026-04-13T00:00:00Z"
1948+
},
19211949
"worktree": {
19221950
"name": "Worktree Isolation",
19231951
"id": "worktree",

0 commit comments

Comments
 (0)