Skip to content

Commit b22834b

Browse files
mnriemCopilot
andauthored
Add Spec Kit TLDR extension to community catalog (#3007)
Add tldr extension submitted by @qurore to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #2987 Co-authored-by: Manfred Riem <mnriem@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 860a49e commit b22834b

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
@@ -110,6 +110,7 @@ The following community-contributed extensions are available in [`catalog.commun
110110
| Spec Critique Extension | Dual-lens critical review of spec and plan from product strategy and engineering risk perspectives | `docs` | Read-only | [spec-kit-critique](https://github.com/arunt14/spec-kit-critique) |
111111
| Spec Diagram | Auto-generate Mermaid diagrams of SDD workflow state, feature progress, and task dependencies | `visibility` | Read-only | [spec-kit-diagram-](https://github.com/Quratulain-bilal/spec-kit-diagram-) |
112112
| Spec Kit Schedule | Optimal multi-agent task scheduling via CP-SAT — DAG precedence, hallucination-aware caps, file-conflict avoidance, stochastic durations, replanning, and interactive HTML output | `process` | Read+Write | [spec-kit-schedule](https://github.com/jfranc38/spec-kit-schedule) |
113+
| Spec Kit TLDR | Render a feature's spec.md / plan.md into a review-oriented TLDR (self-contained HTML dashboard + PR-native Markdown) that surfaces risks for faster PR review. | `visibility` | Read+Write | [speckit-tldr](https://github.com/qurore/speckit-tldr) |
113114
| Spec Orchestrator | Cross-feature orchestration — track state, select tasks, and detect conflicts across parallel specs | `process` | Read-only | [spec-kit-orchestrator](https://github.com/Quratulain-bilal/spec-kit-orchestrator) |
114115
| Spec Reference Loader | Reads the ## References section from the feature spec and loads only the listed docs into context | `docs` | Read-only | [spec-kit-spec-reference-loader](https://github.com/KevinBrown5280/spec-kit-spec-reference-loader) |
115116
| Spec Refine | Update specs in-place, propagate changes to plan and tasks, and diff impact across artifacts | `process` | Read+Write | [spec-kit-refine](https://github.com/Quratulain-bilal/spec-kit-refine) |

extensions/catalog.community.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3649,6 +3649,46 @@
36493649
"created_at": "2026-04-25T00:00:00Z",
36503650
"updated_at": "2026-04-25T00:00:00Z"
36513651
},
3652+
"tldr": {
3653+
"name": "Spec Kit TLDR",
3654+
"id": "tldr",
3655+
"description": "Render a feature's spec.md / plan.md into a review-oriented TLDR (self-contained HTML dashboard + PR-native Markdown) that surfaces risks for faster PR review.",
3656+
"author": "Qurore",
3657+
"version": "0.3.0",
3658+
"download_url": "https://github.com/qurore/speckit-tldr/archive/refs/tags/v0.3.0.zip",
3659+
"repository": "https://github.com/qurore/speckit-tldr",
3660+
"homepage": "https://github.com/qurore/speckit-tldr",
3661+
"documentation": "https://github.com/qurore/speckit-tldr/blob/main/README.md",
3662+
"changelog": "https://github.com/qurore/speckit-tldr/blob/main/CHANGELOG.md",
3663+
"license": "MIT",
3664+
"category": "visibility",
3665+
"effect": "read-write",
3666+
"requires": {
3667+
"speckit_version": ">=0.9.0",
3668+
"tools": [
3669+
{
3670+
"name": "git",
3671+
"required": false
3672+
}
3673+
]
3674+
},
3675+
"provides": {
3676+
"commands": 2,
3677+
"hooks": 0
3678+
},
3679+
"tags": [
3680+
"review",
3681+
"pr-review",
3682+
"sdd",
3683+
"spec",
3684+
"visibility"
3685+
],
3686+
"verified": false,
3687+
"downloads": 0,
3688+
"stars": 0,
3689+
"created_at": "2026-06-16T00:00:00Z",
3690+
"updated_at": "2026-06-16T00:00:00Z"
3691+
},
36523692
"token-analyzer": {
36533693
"name": "Token Consumption Analyzer",
36543694
"id": "token-analyzer",

0 commit comments

Comments
 (0)