Skip to content

Commit afff4eb

Browse files
Add Token Economy extension to community catalog (#3049)
Add token-economy extension submitted by @formin to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3048 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3850fd1 commit afff4eb

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ The following community-contributed extensions are available in [`catalog.commun
133133
| 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) |
134134
| Token Budget | Reduces LLM token consumption in Spec Kit workflows: compact artifacts in-place, scope per-phase reading, suppress prose padding, and report token usage | `process` | Read+Write | [spec-kit-token-budget](https://github.com/tinesoft/spec-kit-token-budget) |
135135
| Token Consumption Analyzer | Captures, analyzes, and compares token consumption across SDD workflows | `visibility` | Read-only | [spec-kit-token-analyzer](https://github.com/coderandhiker/spec-kit-token-analyzer) |
136+
| Token Economy | Token routing, measured savings, and context audit workflows | `process` | Read+Write | [spec-kit-token-economy](https://github.com/formin/spec-kit-token-economy) |
136137
| 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) |
137138
| 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) |
138139
| 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: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3798,6 +3798,46 @@
37983798
"created_at": "2026-05-26T00:00:00Z",
37993799
"updated_at": "2026-05-26T00:00:00Z"
38003800
},
3801+
"token-economy": {
3802+
"name": "Token Economy",
3803+
"id": "token-economy",
3804+
"description": "Token routing, measured savings, and context audit workflows.",
3805+
"author": "formin",
3806+
"version": "1.0.0",
3807+
"download_url": "https://github.com/formin/spec-kit-token-economy/archive/refs/tags/v1.0.0.zip",
3808+
"repository": "https://github.com/formin/spec-kit-token-economy",
3809+
"homepage": "https://github.com/formin/spec-kit-token-economy",
3810+
"documentation": "https://github.com/formin/spec-kit-token-economy/blob/main/README.md",
3811+
"changelog": "https://github.com/formin/spec-kit-token-economy/blob/main/CHANGELOG.md",
3812+
"license": "MIT",
3813+
"category": "process",
3814+
"effect": "read-write",
3815+
"requires": {
3816+
"speckit_version": ">=0.10.0",
3817+
"tools": [
3818+
{ "name": "rtk", "required": false },
3819+
{ "name": "headroom", "required": false },
3820+
{ "name": "token-router", "required": false },
3821+
{ "name": "ollama", "required": false },
3822+
{ "name": "python", "version": ">=3.10", "required": false }
3823+
]
3824+
},
3825+
"provides": {
3826+
"commands": 3,
3827+
"hooks": 2
3828+
},
3829+
"tags": [
3830+
"tokens",
3831+
"routing",
3832+
"reporting",
3833+
"context"
3834+
],
3835+
"verified": false,
3836+
"downloads": 0,
3837+
"stars": 0,
3838+
"created_at": "2026-06-17T00:00:00Z",
3839+
"updated_at": "2026-06-17T00:00:00Z"
3840+
},
38013841
"trace": {
38023842
"name": "Spec Trace",
38033843
"id": "trace",

0 commit comments

Comments
 (0)