[Preset] Add Command Density to community catalog#3006
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a new community preset entry (“Command Density”) to the community catalog and documents it in the presets list.
Changes:
- Updated the community catalog
updated_attimestamp. - Added the
command-densitypreset metadata (repo, download URL, version, requirements, tags). - Added “Command Density” to the community presets documentation table.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| presets/catalog.community.json | Updates catalog timestamp and registers the new command-density preset entry. |
| docs/community/presets.md | Adds the new preset to the community presets listing table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
d8be001 to
e566e1e
Compare
|
Rebased this catalog PR on current Validation:
GitHub now reports the PR as mergeable; remaining |
Preset Submission
Preset Name: Command Density
Preset ID: command-density
Version: 1.0.0
Repository: https://github.com/Xopoko/spec-kit-preset-command-density
This follows up on #2943 and #2944. The command-template compression proposal is a better fit as a preset, per maintainer feedback, so this PR adds the released preset to the community catalog instead of changing core command templates.
Command Density overrides the nine core
speckit.*command prompts with compact versions of the same workflows. It preserves scripts, handoffs, placeholders, hook output blocks, command names, and one-rule-per-bullet structure; the reduction comes from removing repeated explanation and redundant examples.Checklist
specify preset add --devspecify preset add --from https://github.com/Xopoko/spec-kit-preset-command-density/archive/refs/tags/v1.0.0.zip.claude/skillsand.gemini/commandssmoke-tested)Testing
python3 -m json.tool presets/catalog.community.jsonuv run pytest tests/test_presets.py -q(311 passed)specify preset add --dev /Users/max/Projects/spec-kit-preset-command-densityspecify preset add --from https://github.com/Xopoko/spec-kit-preset-command-density/archive/refs/tags/v1.0.0.zipAI Disclosure
I did use AI assistance to produce the original compression drafts and this packaging work. The preset repository documents the verification process: deterministic invariants, adversarial semantic review, review feedback from #2944, and install smoke tests.
Closes #2943.