GitHub Projects v2 integration for the MAQA spec-kit extension.
Tracks feature progress in a GitHub Projects v2 board. Items move through your Status field as features progress. Task lists are managed as GitHub markdown checkboxes in the issue body.
- maqa extension installed
- GitHub token with
projectscope:GH_TOKEN(orgh auth login— setup usesgh auth tokenas fallback)
specify ext add maqa
specify ext add maqa-github-projects/speckit.maqa-github-projects.setupLists your GitHub Projects, maps Status field options to MAQA workflow slots, writes maqa-github-projects/github-projects-config.yml.
GitHub Projects v2 does not have Trello-style checklists. Tasks are tracked as GitHub markdown task lists (- [ ] item) in the issue/draft body. The feature agent updates the body to check off items as they complete.
MIT