|
1 | 1 | { |
2 | 2 | "schema_version": "1.0", |
3 | | - "updated_at": "2026-03-19T12:08:20Z", |
| 3 | + "updated_at": "2026-03-26T00:00:00Z", |
4 | 4 | "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", |
5 | 5 | "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 | + }, |
6 | 71 | "aide": { |
7 | 72 | "name": "AI-Driven Engineering (AIDE)", |
8 | 73 | "id": "aide", |
|
0 commit comments