Skip to content

Commit 4063cdf

Browse files
GenieRobotclaude
andcommitted
feat: add maqa and maqa-trello to community catalog
MAQA (Multi-Agent & Quality Assurance) — coordinator + feature + QA agent workflow with parallel git worktree-based implementation. Language-agnostic. Optional Trello integration via maqa-trello. maqa v0.1.2: https://github.com/GenieRobot/spec-kit-maqa-ext maqa-trello v0.1.1: https://github.com/GenieRobot/spec-kit-maqa-trello Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f554c62 commit 4063cdf

File tree

1 file changed

+66
-1
lines changed

1 file changed

+66
-1
lines changed

extensions/catalog.community.json

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,73 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-03-19T12:08:20Z",
3+
"updated_at": "2026-03-26T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
6+
"maqa": {
7+
"name": "MAQA — Multi-Agent & Quality Assurance",
8+
"id": "maqa",
9+
"description": "Coordinator + feature + QA agent workflow. Parallel worktree-based implementation with optional Trello integration via maqa-trello. Language-agnostic.",
10+
"author": "GenieRobot",
11+
"version": "0.1.2",
12+
"download_url": "https://github.com/GenieRobot/spec-kit-maqa-ext/releases/download/maqa-v0.1.2/maqa.zip",
13+
"repository": "https://github.com/GenieRobot/spec-kit-maqa-ext",
14+
"homepage": "https://github.com/GenieRobot/spec-kit-maqa-ext",
15+
"documentation": "https://github.com/GenieRobot/spec-kit-maqa-ext/blob/main/README.md",
16+
"changelog": "https://github.com/GenieRobot/spec-kit-maqa-ext/blob/main/CHANGELOG.md",
17+
"license": "MIT",
18+
"requires": {
19+
"speckit_version": ">=0.3.0"
20+
},
21+
"provides": {
22+
"commands": 4,
23+
"hooks": 1
24+
},
25+
"tags": [
26+
"multi-agent",
27+
"orchestration",
28+
"quality-assurance",
29+
"workflow",
30+
"parallel",
31+
"tdd"
32+
],
33+
"verified": false,
34+
"downloads": 0,
35+
"stars": 0,
36+
"created_at": "2026-03-26T00:00:00Z",
37+
"updated_at": "2026-03-26T00:00:00Z"
38+
},
39+
"maqa-trello": {
40+
"name": "MAQA Trello Integration",
41+
"id": "maqa-trello",
42+
"description": "Trello board integration for the MAQA extension. Populates board from specs, moves cards between lists as features progress, real-time checklist ticking.",
43+
"author": "GenieRobot",
44+
"version": "0.1.1",
45+
"download_url": "https://github.com/GenieRobot/spec-kit-maqa-trello/releases/download/maqa-trello-v0.1.1/maqa-trello.zip",
46+
"repository": "https://github.com/GenieRobot/spec-kit-maqa-trello",
47+
"homepage": "https://github.com/GenieRobot/spec-kit-maqa-trello",
48+
"documentation": "https://github.com/GenieRobot/spec-kit-maqa-trello/blob/main/README.md",
49+
"changelog": "https://github.com/GenieRobot/spec-kit-maqa-trello/blob/main/CHANGELOG.md",
50+
"license": "MIT",
51+
"requires": {
52+
"speckit_version": ">=0.3.0"
53+
},
54+
"provides": {
55+
"commands": 2,
56+
"hooks": 0
57+
},
58+
"tags": [
59+
"trello",
60+
"project-management",
61+
"multi-agent",
62+
"maqa",
63+
"kanban"
64+
],
65+
"verified": false,
66+
"downloads": 0,
67+
"stars": 0,
68+
"created_at": "2026-03-26T00:00:00Z",
69+
"updated_at": "2026-03-26T00:00:00Z"
70+
},
671
"aide": {
772
"name": "AI-Driven Engineering (AIDE)",
873
"id": "aide",

0 commit comments

Comments
 (0)