Skip to content

Add TinySpec extension to community catalog#2147

Open
Quratulain-bilal wants to merge 1 commit intogithub:mainfrom
Quratulain-bilal:feat/tinyspec-extension
Open

Add TinySpec extension to community catalog#2147
Quratulain-bilal wants to merge 1 commit intogithub:mainfrom
Quratulain-bilal:feat/tinyspec-extension

Conversation

@Quratulain-bilal
Copy link
Copy Markdown
Contributor

Summary - Adds TinySpec extension to the community catalog and README - 3 commands: /speckit.tinyspec, /speckit.tinyspec.implement, /speckit.tinyspec.classify - 1 hook: before_specify — auto-classify task complexity before starting full SDD - Addresses community request in issue #1174 (22+ reactions) ## What it does Lightweight single-file workflow for small tasks that don't need the full 4-step SDD process:

Full SDD TinySpec
4 commands, 3+ files, 100+ lines 2 commands, 1 file, <80 lines
specify → plan → tasks → implement tinyspec → implement
Command Purpose
/speckit.tinyspec Generate single-file spec with context, plan, and tasks
/speckit.tinyspec.implement Implement directly from the tinyspec file
/speckit.tinyspec.classify Route tasks to tinyspec or full SDD based on complexity

The classifier recommends the right workflow:

  • Small (1-5 files, 1-8 tasks) → TinySpec
  • Medium/Large (5+ files, 8+ tasks) → Full SDD

Changes

  • extensions/catalog.community.json — added tinyspec entry (alphabetical, between sync and
    v-model)
  • README.md — added extension row (alphabetical, between Superpowers Bridge and V-Model Extension
    Pack)
  • Bumped top-level updated_at to 2026-04-10

Extension repo

https://github.com/Quratulain-bilal/spec-kit-tinyspec

- 3 commands: tinyspec, implement, classify for lightweight single-file workflow
- 1 hook: before_specify for auto-classifying task complexity
- Addresses community request in issue github#1174 (22+ reactions)
@Quratulain-bilal Quratulain-bilal requested a review from mnriem as a code owner April 9, 2026 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant