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: add MAQA extension suite (7 extensions) to community catalog (#1981)
* feat: add MAQA extension suite to community catalog and README
Adds 7 extensions forming the MAQA (Multi-Agent & Quality Assurance)
suite to catalog.community.json in correct alphabetical order (after
'learn', before 'onboard') and to the README community extensions table:
- maqa — coordinator/feature/QA workflow, board auto-detection
- maqa-azure-devops — Azure DevOps Boards integration
- maqa-ci — CI/CD gate (GitHub Actions/CircleCI/GitLab/Bitbucket)
- maqa-github-projects — GitHub Projects v2 integration
- maqa-jira — Jira integration
- maqa-linear — Linear integration
- maqa-trello — Trello integration
All entries placed alphabetically. maqa v0.1.3 bumped to reflect
multi-board auto-detection added in this release.
* fix: set catalog updated_at to match latest entry timestamp
Top-level updated_at was 00:00:00Z while plan-review-gate entries
had 08:22:30Z, making metadata inconsistent for freshness consumers.
Updated to 2026-03-27T08:22:30Z (>= all entry timestamps).
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,13 @@ The following community-contributed extensions are available in [`catalog.commun
181
181
| Iterate | Iterate on spec documents with a two-phase define-and-apply workflow — refine specs mid-implementation and go straight back to building |`docs`| Read+Write |[spec-kit-iterate](https://github.com/imviancagrace/spec-kit-iterate)|
182
182
| Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support |`integration`| Read+Write |[spec-kit-jira](https://github.com/mbachorik/spec-kit-jira)|
183
183
| Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context |`docs`| Read+Write |[spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn)|
| MAQA Azure DevOps Integration | Azure DevOps Boards integration for MAQA — syncs User Stories and Task children as features progress |`integration`| Read+Write |[spec-kit-maqa-azure-devops](https://github.com/GenieRobot/spec-kit-maqa-azure-devops)|
186
+
| MAQA CI/CD Gate | Auto-detects GitHub Actions, CircleCI, GitLab CI, and Bitbucket Pipelines. Blocks QA handoff until pipeline is green. |`process`| Read+Write |[spec-kit-maqa-ci](https://github.com/GenieRobot/spec-kit-maqa-ci)|
187
+
| MAQA GitHub Projects Integration | GitHub Projects v2 integration for MAQA — syncs draft issues and Status columns as features progress |`integration`| Read+Write |[spec-kit-maqa-github-projects](https://github.com/GenieRobot/spec-kit-maqa-github-projects)|
188
+
| MAQA Jira Integration | Jira integration for MAQA — syncs Stories and Subtasks as features progress through the board |`integration`| Read+Write |[spec-kit-maqa-jira](https://github.com/GenieRobot/spec-kit-maqa-jira)|
189
+
| MAQA Linear Integration | Linear integration for MAQA — syncs issues and sub-issues across workflow states as features progress |`integration`| Read+Write |[spec-kit-maqa-linear](https://github.com/GenieRobot/spec-kit-maqa-linear)|
| Onboard | Contextual onboarding and progressive growth for developers new to spec-kit projects. Explains specs, maps dependencies, validates understanding, and guides the next step |`process`| Read+Write |[spec-kit-onboard](https://github.com/dmux/spec-kit-onboard)|
185
192
| Plan Review Gate | Require spec.md and plan.md to be merged via MR/PR before allowing task generation |`process`| Read-only |[spec-kit-plan-review-gate](https://github.com/luno/spec-kit-plan-review-gate)|
186
193
| Presetify | Create and validate presets and preset catalogs |`process`| Read+Write |[presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify)|
0 commit comments