Add Work IQ extension to community catalog#2415
Merged
mnriem merged 3 commits intogithub:mainfrom Apr 29, 2026
Merged
Conversation
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
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the “Work IQ” community extension entry and documents it in the main Community Extensions list.
Changes:
- Added
workiqtoextensions/catalog.community.jsonwith metadata, requirements, and provides counts. - Added a “Work IQ” row to the Community Extensions table in
README.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| extensions/catalog.community.json | Adds the workiq extension entry to the community catalog. |
| README.md | Adds “Work IQ” to the Community Extensions table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- 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>
Contributor
Author
|
Addressed both review comments:
|
Contributor
There was a problem hiding this comment.
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0 new
Upstream added version-guard, whatif, wireframe, worktree, and worktrees. Inserted workiq alphabetically between wireframe and worktree. README table updated with all new entries in alphabetical order. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0 new
Collaborator
|
Thank you! |
kanfil
added a commit
to tikalk/agentic-sdlc-spec-kit
that referenced
this pull request
Apr 30, 2026
Upstream commits: - da1bf02 feat: add Squad Bridge extension to community catalog (github#2417) - 7cedd85 chore: release 0.8.3, begin 0.8.4.dev0 development (github#2418) - 2cb848f Add Work IQ extension to community catalog (github#2415) - 237e918 feat(integrations): add Devin for Terminal skills-based integration (github#2364) Conflicts resolved: - pyproject.toml: kept fork name/version/description - src/specify_cli/__init__.py: accepted upstream copilot/devin skill modes - README.md: accepted upstream community catalog additions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
workiq) toextensions/catalog.community.jsonREADME.mdExtension Overview
workiqDescription
Integrate Microsoft 365 organizational knowledge into spec-driven development workflows. Query emails, meetings, documents, and Teams messages to gather context, discover stakeholders, and enrich specifications with real organizational data.
Commands Provided (4)
speckit.workiq.askspeckit.workiq.contextspeckit.workiq.stakeholdersspeckit.workiq.enrichHooks (2)
before_specifyspeckit.workiq.contextafter_specifyspeckit.workiq.enrichRequirements
>=0.1.0>=18.0.0npm install -g @microsoft/workiq)Checklist
extension.ymlmanifestREADME.mdwith installation and usage instructionsCHANGELOG.mdcommands/ask.md,commands/context.md,commands/stakeholders.md,commands/enrich.md)v1.0.0)providescounts, correct field order)🤖 Generated with Claude Code