Linear board integration for the MAQA spec-kit extension.
Replaces local .maqa/state.json tracking with a Linear board. Issues move through your workflow states as features progress.
- maqa extension installed
- Linear API key: Settings → API → Personal API keys → set as
LINEAR_API_KEY
specify ext add maqa
specify ext add maqa-linear/speckit.maqa-linear.setupLists your Linear teams, maps workflow states (Backlog / Todo / In Progress / In Review / Done), writes maqa-linear/linear-config.yml. The coordinator auto-activates when the config and LINEAR_API_KEY are present.
| Linear state | MAQA slot |
|---|---|
| Backlog | backlog |
| Todo | todo |
| In Progress | in_progress |
| In Review | in_review |
| Done | done |
Linear does not have Trello-style checklists. Tasks are written as a markdown checklist in the issue description. The feature agent updates the description to tick items as they complete.
MIT