Skip to content

Commit c0bf5d0

Browse files
Quratulain-bilalQuratulain-bilal
andauthored
feat(catalog): add Cost Tracker (cost) community extension (#2448)
* feat(catalog): add Cost Tracker (cost) community extension Adds a new entry for spec-kit-cost — track real LLM dollar cost across SDD workflows with per-feature budgets, per-integration comparison, and finance-ready exports. Repo: https://github.com/Quratulain-bilal/spec-kit-cost Release: v1.0.0 * docs(catalog): add Cost Tracker README row, bump updated_at Address Copilot review feedback: - Add Cost Tracker row to README community extensions table - Bump top-level updated_at per EXTENSION-PUBLISHING-GUIDE.md * fix(catalog): address Copilot feedback on cost extension entry - Move cost entry after confluence so the c* block is alphabetized - Bump top-level updated_at to 2026-05-05 per EXTENSION-PUBLISHING-GUIDE - Use documented 'visibility' category in README (not 'analytics'), matching Token Consumption Analyzer's classification - Replace 'analytics' tag with 'visibility' in catalog tags for consistency * fix(catalog): bump top-level updated_at for cost entry addition Address Copilot feedback: the file-level updated_at must be bumped on every catalog change per EXTENSION-PUBLISHING-GUIDE.md:204-205. --------- Co-authored-by: Quratulain-bilal <quratulain.bilal@users.noreply.github.com>
1 parent 77e605d commit c0bf5d0

2 files changed

Lines changed: 35 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ The following community-contributed extensions are available in [`catalog.commun
212212
| Cleanup Extension | Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues | `code` | Read+Write | [spec-kit-cleanup](https://github.com/dsrednicki/spec-kit-cleanup) |
213213
| Conduct Extension | Orchestrates spec-kit phases via sub-agent delegation to reduce context pollution. | `process` | Read+Write | [spec-kit-conduct-ext](https://github.com/twbrandon7/spec-kit-conduct-ext) |
214214
| Confluence Extension | Create a doc in Confluence summarizing the specifications and planning files | `integration` | Read+Write | [spec-kit-confluence](https://github.com/aaronrsun/spec-kit-confluence) |
215+
| Cost Tracker | Track real LLM dollar cost across SDD workflows — per-feature budgets, per-integration comparison, and finance-ready exports | `visibility` | Read+Write | [spec-kit-cost](https://github.com/Quratulain-bilal/spec-kit-cost) |
215216
| DocGuard — CDD Enforcement | Canonical-Driven Development enforcement. Validates, scores, and traces project documentation with automated checks, AI-driven workflows, and spec-kit hooks. Zero NPM runtime dependencies. | `docs` | Read+Write | [spec-kit-docguard](https://github.com/raccioly/docguard) |
216217
| Extensify | Create and validate extensions and extension catalogs | `process` | Read+Write | [extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify) |
217218
| Fix Findings | Automated analyze-fix-reanalyze loop that resolves spec findings until clean | `code` | Read+Write | [spec-kit-fix-findings](https://github.com/Quratulain-bilal/spec-kit-fix-findings) |

extensions/catalog.community.json

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-05-05T07:26:00Z",
3+
"updated_at": "2026-05-06T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -580,6 +580,38 @@
580580
"created_at": "2026-03-29T00:00:00Z",
581581
"updated_at": "2026-03-29T00:00:00Z"
582582
},
583+
"cost": {
584+
"name": "Cost Tracker",
585+
"id": "cost",
586+
"description": "Track real LLM dollar cost across SDD workflows — per-feature budgets, per-integration comparison, and finance-ready exports.",
587+
"author": "Quratulain-bilal",
588+
"version": "1.0.0",
589+
"download_url": "https://github.com/Quratulain-bilal/spec-kit-cost/archive/refs/tags/v1.0.0.zip",
590+
"repository": "https://github.com/Quratulain-bilal/spec-kit-cost",
591+
"homepage": "https://github.com/Quratulain-bilal/spec-kit-cost",
592+
"documentation": "https://github.com/Quratulain-bilal/spec-kit-cost/blob/main/README.md",
593+
"changelog": "https://github.com/Quratulain-bilal/spec-kit-cost/blob/main/CHANGELOG.md",
594+
"license": "MIT",
595+
"requires": {
596+
"speckit_version": ">=0.8.0"
597+
},
598+
"provides": {
599+
"commands": 5,
600+
"hooks": 0
601+
},
602+
"tags": [
603+
"cost",
604+
"budget",
605+
"tokens",
606+
"visibility",
607+
"finance"
608+
],
609+
"verified": false,
610+
"downloads": 0,
611+
"stars": 0,
612+
"created_at": "2026-05-03T00:00:00Z",
613+
"updated_at": "2026-05-05T00:00:00Z"
614+
},
583615
"diagram": {
584616
"name": "Spec Diagram",
585617
"id": "diagram",
@@ -2905,7 +2937,7 @@
29052937
"downloads": 0,
29062938
"stars": 0,
29072939
"created_at": "2026-04-13T00:00:00Z",
2908-
"updated_at": "2026-04-13T00:00:00Z"
2940+
"updated_at": "2026-04-13T00:00:00Z"
29092941
}
29102942
}
29112943
}

0 commit comments

Comments
 (0)