Skip to content

Commit b6e19b4

Browse files
Quratulain-bilalmnriemCopilot
authored
Add TinySpec extension to community catalog (#2147)
* Add TinySpec extension to community catalog - 3 commands: tinyspec, implement, classify for lightweight single-file workflow - 1 hook: before_specify for auto-classifying task complexity - Addresses community request in issue #1174 (22+ reactions) * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 7f1e384 commit b6e19b4

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ The following community-contributed extensions are available in [`catalog.commun
232232
| Staff Review Extension | Staff-engineer-level code review that validates implementation against spec, checks security, performance, and test coverage | `code` | Read-only | [spec-kit-staff-review](https://github.com/arunt14/spec-kit-staff-review) |
233233
| Status Report | Project status, feature progress, and next-action recommendations for spec-driven workflows | `visibility` | Read-only | [Open-Agent-Tools/spec-kit-status](https://github.com/Open-Agent-Tools/spec-kit-status) |
234234
| Superpowers Bridge | Orchestrates obra/superpowers skills within the spec-kit SDD workflow across the full lifecycle (clarification, TDD, review, verification, critique, debugging, branch completion) | `process` | Read+Write | [superpowers-bridge](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/superpowers-bridge) |
235+
| TinySpec | Lightweight single-file workflow for small tasks — skip the heavy multi-step SDD process | `process` | Read+Write | [spec-kit-tinyspec](https://github.com/Quratulain-bilal/spec-kit-tinyspec) |
235236
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | `docs` | Read+Write | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) |
236237
| Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts | `code` | Read-only | [spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify) |
237238
| Verify Tasks Extension | Detect phantom completions: tasks marked [X] in tasks.md with no real implementation | `code` | Read-only | [spec-kit-verify-tasks](https://github.com/datastone-inc/spec-kit-verify-tasks) |

extensions/catalog.community.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-09T14:30:00Z",
3+
"updated_at": "2026-04-10T12:34:56Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1621,6 +1621,38 @@
16211621
"created_at": "2026-03-02T00:00:00Z",
16221622
"updated_at": "2026-03-02T00:00:00Z"
16231623
},
1624+
"tinyspec": {
1625+
"name": "TinySpec",
1626+
"id": "tinyspec",
1627+
"description": "Lightweight single-file workflow for small tasks — skip the heavy multi-step SDD process.",
1628+
"author": "Quratulain-bilal",
1629+
"version": "1.0.0",
1630+
"download_url": "https://github.com/Quratulain-bilal/spec-kit-tinyspec/archive/refs/tags/v1.0.0.zip",
1631+
"repository": "https://github.com/Quratulain-bilal/spec-kit-tinyspec",
1632+
"homepage": "https://github.com/Quratulain-bilal/spec-kit-tinyspec",
1633+
"documentation": "https://github.com/Quratulain-bilal/spec-kit-tinyspec/blob/main/README.md",
1634+
"changelog": "https://github.com/Quratulain-bilal/spec-kit-tinyspec/blob/main/CHANGELOG.md",
1635+
"license": "MIT",
1636+
"requires": {
1637+
"speckit_version": ">=0.4.0"
1638+
},
1639+
"provides": {
1640+
"commands": 3,
1641+
"hooks": 1
1642+
},
1643+
"tags": [
1644+
"lightweight",
1645+
"small-tasks",
1646+
"workflow",
1647+
"productivity",
1648+
"efficiency"
1649+
],
1650+
"verified": false,
1651+
"downloads": 0,
1652+
"stars": 0,
1653+
"created_at": "2026-04-10T00:00:00Z",
1654+
"updated_at": "2026-04-10T00:00:00Z"
1655+
},
16241656
"v-model": {
16251657
"name": "V-Model Extension Pack",
16261658
"id": "v-model",

0 commit comments

Comments
 (0)