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: AGENTS.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,6 @@ The toolkit supports multiple AI coding assistants, allowing teams to use their
10
10
11
11
---
12
12
13
-
## General practices
14
-
15
-
- Any changes to `__init__.py` for the Specify CLI require a version rev in `pyproject.toml` and addition of entries to `CHANGELOG.md`.
16
-
17
13
## Adding New Agent Support
18
14
19
15
This section explains how to add support for new AI agents/assistants to the Specify CLI. Use this guide as a reference when integrating new AI tools into the Spec-Driven Development workflow.
@@ -35,7 +31,7 @@ Specify supports multiple AI agents by generating agent-specific command files a
Copy file name to clipboardExpand all lines: extensions/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,12 +72,16 @@ The following community-contributed extensions are available in [`catalog.commun
72
72
73
73
| Extension | Purpose | URL |
74
74
|-----------|---------|-----|
75
+
| Archive Extension | Archive merged features into main project memory. |[spec-kit-archive](https://github.com/stn1slv/spec-kit-archive)|
75
76
| 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
77
| 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)|
78
+
| DocGuard — CDD Enforcement | Canonical-Driven Development enforcement. Generates, validates, scores, and traces project documentation against 92 automated checks with config-aware traceability, quality labels, and AI-ready fix prompts. Zero dependencies. |[spec-kit-docguard](https://github.com/raccioly/docguard)|
77
79
| 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)|
78
80
| 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)|
81
+
| Project Health Check | Diagnose a Spec Kit project and report health issues across structure, agents, features, scripts, extensions, and git |[spec-kit-doctor](https://github.com/KhawarHabibKhan/spec-kit-doctor)|
79
82
| Project Status | Show current SDD workflow progress — active feature, artifact status, task completion, workflow phase, and extensions summary |[spec-kit-status](https://github.com/KhawarHabibKhan/spec-kit-status)|
80
83
| Ralph Loop | Autonomous implementation loop using AI agent CLI |[spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph)|
| 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)|
82
86
| 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)|
83
87
| 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)|
0 commit comments