Skip to content

Commit 1c25b5a

Browse files
Add explicit-task-dependencies community preset to catalog and README (#2091)
Registers the explicit-task-dependencies preset in the community catalog and README. The preset adds (depends on T###) dependency declarations and an Execution Wave DAG to tasks.md. Preset repository: https://github.com/Quratulain-bilal/spec-kit-preset-explicit-task-dependencies Related to #1934
1 parent 375b2fd commit 1c25b5a

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ The following community-contributed presets customize how Spec Kit behaves — o
243243
|--------|---------|----------|----------|-----|
244244
| AIDE In-Place Migration | Adapts the AIDE extension workflow for in-place technology migrations (X → Y pattern) — adds migration objectives, verification gates, knowledge documents, and behavioral equivalence criteria | 2 templates, 8 commands | AIDE extension | [spec-kit-presets](https://github.com/mnriem/spec-kit-presets) |
245245
| Canon Core | Adapts original Spec Kit workflow to work together with Canon extension | 2 templates, 8 commands || [spec-kit-canon](https://github.com/maximiliamus/spec-kit-canon) |
246+
| Explicit Task Dependencies | Adds explicit `(depends on T###)` dependency declarations and an Execution Wave DAG to tasks.md for parallel scheduling | 1 template, 1 command || [spec-kit-preset-explicit-task-dependencies](https://github.com/Quratulain-bilal/spec-kit-preset-explicit-task-dependencies) |
246247
| Pirate Speak (Full) | Transforms all Spec Kit output into pirate speak — specs become "Voyage Manifests", plans become "Battle Plans", tasks become "Crew Assignments" | 6 templates, 9 commands || [spec-kit-presets](https://github.com/mnriem/spec-kit-presets) |
247248
| Table of Contents Navigation | Adds a navigable Table of Contents to generated spec.md, plan.md, and tasks.md documents | 3 templates, 3 commands || [spec-kit-preset-toc-navigation](https://github.com/Quratulain-bilal/spec-kit-preset-toc-navigation) |
248249
| VS Code Ask Questions | Enhances the clarify command to use `vscode/askQuestions` for batched interactive questioning. | 1 command || [spec-kit-presets](https://github.com/fdcastel/spec-kit-presets) |

presets/catalog.community.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,31 @@
5353
"spec-first"
5454
]
5555
},
56+
"explicit-task-dependencies": {
57+
"name": "Explicit Task Dependencies",
58+
"id": "explicit-task-dependencies",
59+
"version": "1.0.0",
60+
"description": "Adds explicit (depends on T###) dependency declarations and an Execution Wave DAG to tasks.md for dependency-resolved parallel scheduling",
61+
"author": "Quratulain-bilal",
62+
"repository": "https://github.com/Quratulain-bilal/spec-kit-preset-explicit-task-dependencies",
63+
"download_url": "https://github.com/Quratulain-bilal/spec-kit-preset-explicit-task-dependencies/archive/refs/tags/v1.0.0.zip",
64+
"homepage": "https://github.com/Quratulain-bilal/spec-kit-preset-explicit-task-dependencies",
65+
"documentation": "https://github.com/Quratulain-bilal/spec-kit-preset-explicit-task-dependencies/blob/main/README.md",
66+
"license": "MIT",
67+
"requires": {
68+
"speckit_version": ">=0.4.0"
69+
},
70+
"provides": {
71+
"templates": 1,
72+
"commands": 1
73+
},
74+
"tags": [
75+
"dependencies",
76+
"parallel",
77+
"scheduling",
78+
"wave-dag"
79+
]
80+
},
5681
"pirate": {
5782
"name": "Pirate Speak (Full)",
5883
"id": "pirate",

0 commit comments

Comments
 (0)