Skip to content

Commit 2cb848f

Browse files
sakitASakit Atakishiyevclaude
authored
Add Work IQ extension to community catalog (#2415)
* Add Work IQ extension to community catalog Adds the Work IQ extension by sakitA to the community catalog. Work IQ integrates Microsoft 365 organizational knowledge (emails, meetings, documents, Teams) into spec-driven development workflows. - 4 commands: ask, context, stakeholders, enrich - 2 hooks: before_specify, after_specify - Requires: speckit >=0.1.0, Node.js >=18.0.0, workiq CLI Repository: https://github.com/sakitA/spec-kit-workiq * Address PR review comments - Fix download_url to use .zip (Spec Kit installer requires ZIP format) - Bump top-level catalog updated_at to 2026-04-29 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Sakit Atakishiyev <satakishiyev@microsoft.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 237e918 commit 2cb848f

2 files changed

Lines changed: 45 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ The following community-contributed extensions are available in [`catalog.commun
275275
| Version Guard | Verify tech stack versions against live npm registries before planning and implementation | `process` | Read-only | [spec-kit-version-guard](https://github.com/KevinBrown5280/spec-kit-version-guard) |
276276
| 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) |
277277
| Wireframe Visual Feedback Loop | SVG wireframe generation, review, and sign-off for spec-driven development. Approved wireframes become spec constraints honored by /speckit.plan, /speckit.tasks, and /speckit.implement | `visibility` | Read+Write | [spec-kit-extension-wireframe](https://github.com/TortoiseWolfe/spec-kit-extension-wireframe) |
278+
| Work IQ | Integrate Microsoft 365 organizational knowledge into spec-driven development workflows | `integration` | Read-only | [spec-kit-workiq](https://github.com/sakitA/spec-kit-workiq) |
278279
| 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) |
279280
| Worktrees | Default-on worktree isolation for parallel agents — sibling or nested layout | `process` | Read+Write | [spec-kit-worktree-parallel](https://github.com/dango85/spec-kit-worktree-parallel) |
280281

extensions/catalog.community.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2613,6 +2613,50 @@
26132613
"created_at": "2026-04-22T00:00:00Z",
26142614
"updated_at": "2026-04-22T00:00:00Z"
26152615
},
2616+
"workiq": {
2617+
"name": "Work IQ",
2618+
"id": "workiq",
2619+
"description": "Integrate Microsoft 365 organizational knowledge into spec-driven development workflows",
2620+
"author": "sakitA",
2621+
"version": "1.0.0",
2622+
"download_url": "https://github.com/sakitA/spec-kit-workiq/archive/refs/tags/v1.0.0.zip",
2623+
"repository": "https://github.com/sakitA/spec-kit-workiq",
2624+
"homepage": "https://github.com/sakitA/spec-kit-workiq",
2625+
"documentation": "https://github.com/sakitA/spec-kit-workiq/blob/main/README.md",
2626+
"changelog": "https://github.com/sakitA/spec-kit-workiq/blob/main/CHANGELOG.md",
2627+
"license": "MIT",
2628+
"requires": {
2629+
"speckit_version": ">=0.1.0",
2630+
"tools": [
2631+
{
2632+
"name": "workiq",
2633+
"version": ">=1.0.0",
2634+
"required": true
2635+
},
2636+
{
2637+
"name": "node",
2638+
"version": ">=18.0.0",
2639+
"required": true
2640+
}
2641+
]
2642+
},
2643+
"provides": {
2644+
"commands": 4,
2645+
"hooks": 2
2646+
},
2647+
"tags": [
2648+
"microsoft-365",
2649+
"work-iq",
2650+
"context",
2651+
"integration",
2652+
"productivity"
2653+
],
2654+
"verified": false,
2655+
"downloads": 0,
2656+
"stars": 0,
2657+
"created_at": "2026-04-29T00:00:00Z",
2658+
"updated_at": "2026-04-29T00:00:00Z"
2659+
},
26162660
"worktree": {
26172661
"name": "Worktree Isolation",
26182662
"id": "worktree",

0 commit comments

Comments
 (0)