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
Idempotent, agent-neutral coordinator → feature → QA workflow with GitHub Issues as the source of truth. Uses Spec Kit taskstoissues for missing issues and supports parallel or sequential dispatch.
Installed the public MAQA 0.3.1 asset successfully on the same Spec Kit 0.4.3 checkout.
Verified the Generic integration can install the extension and retain canonical command sources.
Ran extension and AI integration tests: 240 passed.
Ran upstream catalog and GitHub workflow tests: 542 passed.
Ran JSON and whitespace validation plus a static security review: no executable scripts or secrets; GitHub operations are locked to remote.origin.url; forced dirty-worktree removal is prohibited.
The commands are agent prompt contracts. Their provider-specific renderings were validated without performing destructive mutations in an unrelated live project.
This is an update to the existing MAQA 0.1.6 community catalog entry. The 0.2.0 candidate was not released; 0.3.1 incorporates the GitHub-Issues-first, agent-neutral, and idempotent workflow plus the compatibility fix for issue #1. It supersedes 0.3.0.
A direct draft catalog PR was closed after reviewing the publishing guide because community extension updates must go through this issue template and maintainer triage.
AI disclosure: OpenAI Codex implemented the extension changes, ran the reported validation, and drafted this submission under the repository owner's direction. The owner selected the scope and explicitly authorized the merge, release, and Spec Kit submission. This issue text is AI-assisted.
Extension ID
maqa
Extension Name
MAQA — Multi-Agent & Quality Assurance
Version
0.3.1
Description
Idempotent, agent-neutral coordinator → feature → QA workflow with GitHub Issues as the source of truth. Uses Spec Kit taskstoissues for missing issues and supports parallel or sequential dispatch.
Author
GenieRobot
Repository URL
https://github.com/GenieRobot/spec-kit-maqa-ext
Download URL
https://github.com/GenieRobot/spec-kit-maqa-ext/releases/download/maqa-v0.3.1/maqa.zip
License
MIT
Homepage (optional)
https://github.com/GenieRobot/spec-kit-maqa-ext
Documentation URL (optional)
https://github.com/GenieRobot/spec-kit-maqa-ext/blob/main/README.md
Changelog URL (optional)
https://github.com/GenieRobot/spec-kit-maqa-ext/blob/main/CHANGELOG.md
Required Spec Kit Version
Required Tools (optional)
Number of Commands
5
Number of Hooks (optional)
1
Tags
multi-agent, quality-assurance, github-issues, idempotent, agent-neutral
Key Features
Testing Checklist
Submission Requirements
extension.ymlmanifest includedTesting Details
Tested on:
Test project:
Test scenarios:
The commands are agent prompt contracts. Their provider-specific renderings were validated without performing destructive mutations in an unrelated live project.
Example Usage
specify extension add maqa --from https://github.com/GenieRobot/spec-kit-maqa-ext/releases/download/maqa-v0.3.1/maqa.zip /speckit.maqa.setup /speckit.tasks /speckit.maqa.sync /speckit.maqa.coordinatorProposed Catalog Entry
{ "maqa": { "name": "MAQA — Multi-Agent & Quality Assurance", "id": "maqa", "description": "Idempotent, agent-neutral coordinator → feature → QA workflow with GitHub Issues as the source of truth. Uses Spec Kit taskstoissues for missing issues and supports parallel or sequential dispatch.", "author": "GenieRobot", "version": "0.3.1", "download_url": "https://github.com/GenieRobot/spec-kit-maqa-ext/releases/download/maqa-v0.3.1/maqa.zip", "repository": "https://github.com/GenieRobot/spec-kit-maqa-ext", "homepage": "https://github.com/GenieRobot/spec-kit-maqa-ext", "documentation": "https://github.com/GenieRobot/spec-kit-maqa-ext/blob/main/README.md", "changelog": "https://github.com/GenieRobot/spec-kit-maqa-ext/blob/main/CHANGELOG.md", "license": "MIT", "category": "process", "effect": "read-write", "requires": { "speckit_version": ">=0.3.1", "tools": [ { "name": "git", "required": true }, { "name": "gh", "required": true } ] }, "provides": { "commands": 5, "hooks": 1 }, "tags": [ "multi-agent", "quality-assurance", "github-issues", "idempotent", "agent-neutral" ], "verified": false, "downloads": 0, "stars": 0, "created_at": "2026-03-26T00:00:00Z", "updated_at": "2026-09-06T00:00:00Z" } }Additional Context
This is an update to the existing MAQA 0.1.6 community catalog entry. The 0.2.0 candidate was not released; 0.3.1 incorporates the GitHub-Issues-first, agent-neutral, and idempotent workflow plus the compatibility fix for issue #1. It supersedes 0.3.0.
A direct draft catalog PR was closed after reviewing the publishing guide because community extension updates must go through this issue template and maintainer triage.
AI disclosure: OpenAI Codex implemented the extension changes, ran the reported validation, and drafted this submission under the repository owner's direction. The owner selected the scope and explicitly authorized the merge, release, and Spec Kit submission. This issue text is AI-assisted.