Skip to content

Commit 7a37102

Browse files
mnriemCopilot
andauthored
Add Loop Engineering extension to community catalog (#3002)
Add loop extension submitted by @formin to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #2977 Co-authored-by: Manfred Riem <mnriem@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 97d5376 commit 7a37102

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ The following community-contributed extensions are available in [`catalog.commun
6363
| Jira Integration (Sync Engine) | Idempotent, drift-aware, fail-closed reconcile engine mirroring spec-kit specs into Jira (Epic per repo, Story per spec, Subtask per phase) | `integration` | Read+Write | [spec-kit-jira-sync](https://github.com/ashbrener/spec-kit-jira-sync) |
6464
| Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | `docs` | Read+Write | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) |
6565
| Linear Integration | Mirror spec-kit feature directories into Linear (filesystem → Linear, reconcile-based, unidirectional). | `integration` | Read+Write | [spec-kit-linear-sync](https://github.com/ashbrener/spec-kit-linear-sync) |
66+
| Loop Engineering | Engineer safe autonomous agent loops for spec-driven development: a maker/checker split, externalized loop state, and stay-the-engineer guardrails against comprehension debt and cognitive surrender | `process` | Read+Write | [spec-kit-loop](https://github.com/formin/spec-kit-loop) |
6667
| MAQA — Multi-Agent & Quality Assurance | Coordinator → feature → QA agent workflow with parallel worktree-based implementation. Language-agnostic. Auto-detects installed board plugins. Optional CI gate. | `process` | Read+Write | [spec-kit-maqa-ext](https://github.com/GenieRobot/spec-kit-maqa-ext) |
6768
| MAQA Azure DevOps Integration | Azure DevOps Boards integration for MAQA — syncs User Stories and Task children as features progress | `integration` | Read+Write | [spec-kit-maqa-azure-devops](https://github.com/GenieRobot/spec-kit-maqa-azure-devops) |
6869
| MAQA CI/CD Gate | Auto-detects GitHub Actions, CircleCI, GitLab CI, and Bitbucket Pipelines. Blocks QA handoff until pipeline is green. | `process` | Read+Write | [spec-kit-maqa-ci](https://github.com/GenieRobot/spec-kit-maqa-ci) |

extensions/catalog.community.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,6 +1538,40 @@
15381538
"created_at": "2026-06-01T00:00:00Z",
15391539
"updated_at": "2026-06-16T00:00:00Z"
15401540
},
1541+
"loop": {
1542+
"name": "Loop Engineering",
1543+
"id": "loop",
1544+
"description": "Engineer safe autonomous agent loops for spec-driven development: a maker/checker split, externalized loop state, and stay-the-engineer guardrails against comprehension debt and cognitive surrender",
1545+
"author": "formin",
1546+
"version": "1.0.0",
1547+
"download_url": "https://github.com/formin/spec-kit-loop/archive/refs/tags/v1.0.0.zip",
1548+
"repository": "https://github.com/formin/spec-kit-loop",
1549+
"homepage": "https://github.com/formin/spec-kit-loop",
1550+
"documentation": "https://github.com/formin/spec-kit-loop/blob/main/README.md",
1551+
"changelog": "https://github.com/formin/spec-kit-loop/blob/main/CHANGELOG.md",
1552+
"license": "MIT",
1553+
"category": "process",
1554+
"effect": "read-write",
1555+
"requires": {
1556+
"speckit_version": ">=0.2.0"
1557+
},
1558+
"provides": {
1559+
"commands": 5,
1560+
"hooks": 2
1561+
},
1562+
"tags": [
1563+
"loop-engineering",
1564+
"automation",
1565+
"verification",
1566+
"maker-checker",
1567+
"workflow"
1568+
],
1569+
"verified": false,
1570+
"downloads": 0,
1571+
"stars": 0,
1572+
"created_at": "2026-06-16T00:00:00Z",
1573+
"updated_at": "2026-06-16T00:00:00Z"
1574+
},
15411575
"m365": {
15421576
"name": "Microsoft 365 Integration",
15431577
"id": "m365",

0 commit comments

Comments
 (0)