Add /speckit.converge SDD artifacts and project scaffolding

Dogfood the converge feature through Spec Kit's own workflow:

- spec.md, plan.md, tasks.md, research, data-model, contracts, quickstart
- requirements checklist for the feature
- ratified constitution v1.0.0 (.specify/memory)
- Specify project scaffolding (.specify/, .github agent + prompt files)

Defines a built-in /speckit.converge command that assesses spec/plan/tasks
against the codebase and appends remaining work as new tasks (no git, no
change tracking, append-only). Implementation not yet started.

Excludes unrelated working-tree changes to agents.py, extensions.py,
test_extensions.py, catalog.community.json, and README.md.
This commit is contained in:
Ben Buttigieg
2026-06-10 15:54:04 +01:00
parent 4f5c4971c0
commit c7eb2a4d11
71 changed files with 6894 additions and 0 deletions
@@ -0,0 +1,3 @@
---
agent: speckit.agent-context.update
---
@@ -0,0 +1,3 @@
---
agent: speckit.analyze
---
@@ -0,0 +1,3 @@
---
agent: speckit.bug.assess
---
@@ -0,0 +1,3 @@
---
agent: speckit.bug.fix
---
@@ -0,0 +1,3 @@
---
agent: speckit.bug.test
---
@@ -0,0 +1,3 @@
---
agent: speckit.checklist
---
@@ -0,0 +1,3 @@
---
agent: speckit.clarify
---
@@ -0,0 +1,3 @@
---
agent: speckit.constitution
---
@@ -0,0 +1,3 @@
---
agent: speckit.implement
---
+3
View File
@@ -0,0 +1,3 @@
---
agent: speckit.plan
---
@@ -0,0 +1,3 @@
---
agent: speckit.specify
---
+3
View File
@@ -0,0 +1,3 @@
---
agent: speckit.tasks
---
@@ -0,0 +1,3 @@
---
agent: speckit.taskstoissues
---