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
Copy file name to clipboardExpand all lines: extensions/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,8 +74,11 @@ The following community-contributed extensions are available in [`catalog.commun
74
74
|-----------|---------|-----|
75
75
| Azure DevOps Integration | Sync user stories and tasks to Azure DevOps work items using OAuth authentication |[spec-kit-azure-devops](https://github.com/pragya247/spec-kit-azure-devops)|
76
76
| Cleanup Extension | Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues |[spec-kit-cleanup](https://github.com/dsrednicki/spec-kit-cleanup)|
77
+
| Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases |[spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet)|
77
78
| Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support |[spec-kit-jira](https://github.com/mbachorik/spec-kit-jira)|
79
+
| Ralph Loop | Autonomous implementation loop using AI agent CLI |[spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph)|
78
80
| Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates |[spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective)|
81
+
| Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification |[spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review)|
79
82
| Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval |[spec-kit-sync](https://github.com/bgervin/spec-kit-sync)|
80
83
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability |[spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model)|
81
84
| Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts |[spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify)|
"description": "Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification.",
0 commit comments