speckit-tldr — render your spec.md / plan.md into a self-contained HTML review dashboard (Claude Code plugin) #2771
qurore
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all 👋
I built speckit-tldr, a Claude Code plugin that renders your Spec Kit
spec.md/plan.mdinto a self-contained HTML review dashboard — so a PR reviewer sees the structure and the risky spots at a glance, instead of reading a wall of prose top-to-bottom.The dashboard is one self-contained
.htmlfile (no build / server / network) that shows:[NEEDS CLARIFICATION], untestable acceptance criteria, spec↔plan mismatches, failed Constitution Checks;It regenerates from the canonical files (never an author summary), and also emits a PR-native Markdown version.
Install (needs Claude Code):
/plugin marketplace add qurore/speckit-tldr /plugin install speckit-tldr@speckit-tldr # then, in a repo with specs/<feature>/: /speckit-tldr:tldrRepo (MIT): https://github.com/qurore/speckit-tldr
Early days (v0.2.0) — feedback welcome, especially from folks who review SDD specs regularly 🙏
Beta Was this translation helpful? Give feedback.
All reactions