|
2 | 2 |
|
3 | 3 | *Build high-quality software faster with AI-driven lifecycle management.* |
4 | 4 |
|
5 | | -**An Adaptive System Life Cycle Development (ASLCD) Toolkit** - a community extension of Spec Kit that combines specification-driven development with constitution-powered quality assurance and right-sized workflows for tasks of any complexity. |
| 5 | +**An Adaptive System Life Cycle Development (ASLCD) Toolkit** - agent-agnostic, multi-user, and full-lifecycle. A community extension of Spec Kit that combines specification-driven development with constitution-powered quality assurance and right-sized workflows for tasks of any complexity. |
| 6 | + |
| 7 | +--- |
| 8 | + |
| 9 | +## Three Pillars |
| 10 | + |
| 11 | +### 🔀 Agent-Agnostic by Default |
| 12 | + |
| 13 | +Every AI coding assistant is a first-class citizen. Canonical command prompts live in `.documentation/commands/` — a single source of truth — while each platform receives only thin shims. Switch agents, use multiple agents on the same project, or onboard new team members on different tools. |
| 14 | + |
| 15 | +### 👥 Multi-User Personalization |
| 16 | + |
| 17 | +Teams share prompts, but individuals can customize any command via `/speckit.personalize`. Personalized overrides live in `.documentation/{git-user}/commands/`, are committed to git, and take priority over shared defaults. Delete the override to revert. |
| 18 | + |
| 19 | +### 🔄 Full Lifecycle Coverage |
| 20 | + |
| 21 | +From greenfield creation through brownfield discovery, ongoing maintenance, documentation cleanup, release management, and constitution evolution — every phase of the SDLC is supported. |
6 | 22 |
|
7 | 23 | --- |
8 | 24 |
|
@@ -39,6 +55,8 @@ Traditional spec-driven development works well for greenfield projects with majo |
39 | 55 | | `/speckit.release` | ❌ | ✅ Release documentation | |
40 | 56 | | `/speckit.evolve-constitution` | ❌ | ✅ Constitution evolution | |
41 | 57 | | `/speckit.harvest` | ❌ | ✅ Knowledge harvest and cleanup | |
| 58 | +| Agent-agnostic architecture | ❌ Duplicated prompts per agent | ✅ Canonical prompts + thin shims | |
| 59 | +| Multi-user personalization | ❌ | ✅ `/speckit.personalize` per-user overrides | |
42 | 60 | | Multi-agent support | Limited | ✅ 17+ AI agents | |
43 | 61 |
|
44 | 62 | Learn more: [Adaptive Lifecycle Documentation](adaptive-lifecycle.md) |
@@ -174,6 +192,7 @@ Constitution-powered quality commands that work independently. |
174 | 192 | | `/speckit.clarify` | Clarify specification requirements | |
175 | 193 | | `/speckit.checklist` | Generate quality checklists | |
176 | 194 | | `/speckit.analyze` | Artifact consistency checking | |
| 195 | +| `/speckit.personalize` | Create per-user prompt customizations | |
177 | 196 |
|
178 | 197 | --- |
179 | 198 |
|
|
0 commit comments