@thebassclef/lite 1.0.4 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. package/dist/cli.cjs +65 -0
  2. package/dist/cli.js +65 -0
  3. package/dist/index.cjs +1 -1
  4. package/dist/index.d.ts +1 -1
  5. package/dist/index.js +1 -1
  6. package/dist/lite/.claude/agents/architect.md +70 -0
  7. package/dist/lite/.claude/agents/builder.md +114 -0
  8. package/dist/lite/.claude/agents/designer.md +156 -0
  9. package/dist/lite/.claude/agents/reviewer.md +88 -0
  10. package/dist/lite/.claude/hooks/bassclef-sync.sh +85 -27
  11. package/dist/lite/.claude/hooks/longrun-prep-compounding-axis-check.sh +492 -0
  12. package/dist/lite/.claude/hooks/longrun-prep-render-check.sh +236 -0
  13. package/dist/lite/.claude/hooks/persona-name-scrub-check.sh +105 -0
  14. package/dist/lite/.claude/hooks/skill-step-list-check.sh +171 -0
  15. package/dist/lite/.claude/luminaries/alan-cooper.md +170 -0
  16. package/dist/lite/.claude/luminaries/alistair-cockburn.md +140 -0
  17. package/dist/lite/.claude/luminaries/amazon-pr-faq.md +34 -0
  18. package/dist/lite/.claude/luminaries/andreas-zeller.md +74 -0
  19. package/dist/lite/.claude/luminaries/ash-maurya.md +121 -0
  20. package/dist/lite/.claude/luminaries/bill-buxton.md +210 -0
  21. package/dist/lite/.claude/luminaries/charles-sanders-peirce.md +150 -0
  22. package/dist/lite/.claude/luminaries/david-ogilvy.md +192 -0
  23. package/dist/lite/.claude/luminaries/don-norman.md +173 -0
  24. package/dist/lite/.claude/luminaries/edward-tufte.md +179 -0
  25. package/dist/lite/.claude/luminaries/eric-evans.md +160 -0
  26. package/dist/lite/.claude/luminaries/frederick-brooks.md +50 -0
  27. package/dist/lite/.claude/luminaries/gang-of-four.md +157 -0
  28. package/dist/lite/.claude/luminaries/glenford-myers.md +230 -0
  29. package/dist/lite/.claude/luminaries/hunt-thomas.md +115 -0
  30. package/dist/lite/.claude/luminaries/hyrum-wright.md +94 -0
  31. package/dist/lite/.claude/luminaries/jason-fried-dhh.md +46 -0
  32. package/dist/lite/.claude/luminaries/jesse-james-garrett.md +154 -0
  33. package/dist/lite/.claude/luminaries/john-ousterhout.md +94 -0
  34. package/dist/lite/.claude/luminaries/karl-popper.md +132 -0
  35. package/dist/lite/.claude/luminaries/kent-beck.md +168 -0
  36. package/dist/lite/.claude/luminaries/linus-torvalds.md +218 -0
  37. package/dist/lite/.claude/luminaries/martin-fowler.md +164 -0
  38. package/dist/lite/.claude/luminaries/michael-feathers.md +125 -0
  39. package/dist/lite/.claude/luminaries/michael-nygard.md +118 -0
  40. package/dist/lite/.claude/luminaries/robert-c-martin.md +164 -0
  41. package/dist/lite/.claude/luminaries/saltzer-schroeder.md +194 -0
  42. package/dist/lite/.claude/luminaries/sophia-prater.md +193 -0
  43. package/dist/lite/.claude/luminaries/stephen-toulmin.md +131 -0
  44. package/dist/lite/.claude/luminaries/tony-hoare.md +170 -0
  45. package/dist/lite/.claude/luminaries/vaughn-vernon.md +50 -0
  46. package/dist/lite/.claude/luminaries/w-edwards-deming.md +158 -0
  47. package/dist/lite/.claude/rules/accessor-library-discipline.md +110 -0
  48. package/dist/lite/.claude/rules/adr-discipline.md +96 -0
  49. package/dist/lite/.claude/rules/api-conventions.md +115 -0
  50. package/dist/lite/.claude/rules/artifact-ingestion.md +137 -0
  51. package/dist/lite/.claude/rules/assert-only-after-verify.md +111 -0
  52. package/dist/lite/.claude/rules/blocked-items.md +139 -0
  53. package/dist/lite/.claude/rules/bootstrap-pair-discipline.md +106 -0
  54. package/dist/lite/.claude/rules/branching.md +28 -0
  55. package/dist/lite/.claude/rules/cold-adopter-harness-discipline.md +93 -0
  56. package/dist/lite/.claude/rules/commit-conventions.md +22 -0
  57. package/dist/lite/.claude/rules/compounding-axis-fresh-analysis.md +173 -0
  58. package/dist/lite/.claude/rules/compounding-sequence-fresh-analysis.md +173 -0
  59. package/dist/lite/.claude/rules/context-engineering.md +155 -0
  60. package/dist/lite/.claude/rules/context-management.md +85 -0
  61. package/dist/lite/.claude/rules/defensive-bash.md +52 -0
  62. package/dist/lite/.claude/rules/deferred-actions.md +233 -0
  63. package/dist/lite/.claude/rules/destructive-operations.md +69 -0
  64. package/dist/lite/.claude/rules/diagnosis.md +38 -0
  65. package/dist/lite/.claude/rules/github-issue-flash-tweet.md +114 -0
  66. package/dist/lite/.claude/rules/guardrails.md +73 -0
  67. package/dist/lite/.claude/rules/hook-wire-on-author.md +77 -0
  68. package/dist/lite/.claude/rules/identifier-leak-prevention.md +73 -0
  69. package/dist/lite/.claude/rules/iteration-bet-brief-completeness.md +43 -0
  70. package/dist/lite/.claude/rules/lite-manifest-schema-change-discipline.md +79 -0
  71. package/dist/lite/.claude/rules/longrun-prep-plan-doc-compression.md +77 -0
  72. package/dist/lite/.claude/rules/loop-discipline.md +71 -0
  73. package/dist/lite/.claude/rules/manual-prod-approval.md +100 -0
  74. package/dist/lite/.claude/rules/marker-enrichment-discipline.md +72 -0
  75. package/dist/lite/.claude/rules/mobile-ephemeral-session.md +109 -0
  76. package/dist/lite/.claude/rules/new-dependency-check.md +44 -0
  77. package/dist/lite/.claude/rules/oo-ad-entry-point.md +95 -0
  78. package/dist/lite/.claude/rules/operator-facing-prose.md +177 -0
  79. package/dist/lite/.claude/rules/option-label-discipline.md +82 -0
  80. package/dist/lite/.claude/rules/pattern-annotation.md +83 -0
  81. package/dist/lite/.claude/rules/persona-name-leak-scrub.md +90 -0
  82. package/dist/lite/.claude/rules/plain-english-discipline.md +132 -0
  83. package/dist/lite/.claude/rules/plan-enumeration-needs-value-props.md +177 -0
  84. package/dist/lite/.claude/rules/pr-body-shape.md +195 -0
  85. package/dist/lite/.claude/rules/pr-strategy.md +142 -0
  86. package/dist/lite/.claude/rules/pr-title-shape.md +90 -0
  87. package/dist/lite/.claude/rules/prototype-workflow.md +53 -0
  88. package/dist/lite/.claude/rules/reserved-skill-names.md +103 -0
  89. package/dist/lite/.claude/rules/schema-management.md +42 -0
  90. package/dist/lite/.claude/rules/sdlc-gates.md +149 -0
  91. package/dist/lite/.claude/rules/security.md +37 -0
  92. package/dist/lite/.claude/rules/session-artifacts.md +236 -0
  93. package/dist/lite/.claude/rules/skill-composition-declarations.md +105 -0
  94. package/dist/lite/.claude/rules/skill-description-clarity.md +196 -0
  95. package/dist/lite/.claude/rules/skill-procedure-step-list.md +119 -0
  96. package/dist/lite/.claude/rules/sprint-prep-preset-picker.md +76 -0
  97. package/dist/lite/.claude/rules/state-schema-validation.md +156 -0
  98. package/dist/lite/.claude/rules/stuck-signal-diagnostic.md +111 -0
  99. package/dist/lite/.claude/rules/substrate-config-schema.md +85 -0
  100. package/dist/lite/.claude/rules/test-list-discipline.md +129 -0
  101. package/dist/lite/.claude/rules/test-sufficiency.md +186 -0
  102. package/dist/lite/.claude/rules/testing-tier-config.md +125 -0
  103. package/dist/lite/.claude/rules/testing.md +38 -0
  104. package/dist/lite/.claude/rules/turn-estimate-grounding.md +82 -0
  105. package/dist/lite/.claude/rules/visual-hierarchy.md +427 -0
  106. package/dist/lite/.claude/rules/we-dont-break-adopters.md +103 -0
  107. package/dist/lite/.claude/rules/whereami-load-bearing.md +184 -0
  108. package/dist/lite/.claude/rules/writing-craft-discipline.md +72 -0
  109. package/dist/lite/.claude/rules/wu-sequencing-compounds.md +119 -0
  110. package/dist/lite/.claude/skills/build/SKILL.md +640 -0
  111. package/dist/lite/.claude/skills/chronicle/SKILL.md +55 -0
  112. package/dist/lite/.claude/skills/clean-artifacts/SKILL.md +249 -0
  113. package/dist/lite/.claude/skills/decompose/SKILL.md +280 -0
  114. package/dist/lite/.claude/skills/diagnose/SKILL.md +297 -0
  115. package/dist/lite/.claude/skills/feynman/SKILL.md +90 -0
  116. package/dist/lite/.claude/skills/howdoi/SKILL.md +105 -0
  117. package/dist/lite/.claude/skills/ia-model/SKILL.md +108 -0
  118. package/dist/lite/.claude/skills/interaction-design/SKILL.md +112 -0
  119. package/dist/lite/.claude/skills/interpret-input/SKILL.md +180 -0
  120. package/dist/lite/.claude/skills/journal/SKILL.md +209 -0
  121. package/dist/lite/.claude/skills/kiss/SKILL.md +449 -0
  122. package/dist/lite/.claude/skills/launch/SKILL.md +915 -0
  123. package/dist/lite/.claude/skills/lean-canvas/SKILL.md +332 -0
  124. package/dist/lite/.claude/skills/longrun/SKILL.md +512 -0
  125. package/dist/lite/.claude/skills/luminary/SKILL.md +481 -0
  126. package/dist/lite/.claude/skills/ogilvy-writing-audit/SKILL.md +177 -0
  127. package/dist/lite/.claude/skills/onboard-repo/SKILL.md +1640 -0
  128. package/dist/lite/.claude/skills/pattern-review/SKILL.md +99 -0
  129. package/dist/lite/.claude/skills/personas/SKILL.md +207 -0
  130. package/dist/lite/.claude/skills/promote/SKILL.md +283 -0
  131. package/dist/lite/.claude/skills/requirement/SKILL.md +98 -0
  132. package/dist/lite/.claude/skills/retro/SKILL.md +117 -0
  133. package/dist/lite/.claude/skills/riff/SKILL.md +114 -0
  134. package/dist/lite/.claude/skills/roadmap-reconcile/SKILL.md +163 -0
  135. package/dist/lite/.claude/skills/session-end/SKILL.md +309 -0
  136. package/dist/lite/.claude/skills/session-log/SKILL.md +299 -0
  137. package/dist/lite/.claude/skills/skills/SKILL.md +228 -0
  138. package/dist/lite/.claude/skills/spec/SKILL.md +105 -0
  139. package/dist/lite/.claude/skills/sprint/SKILL.md +418 -0
  140. package/dist/lite/.claude/skills/stage/SKILL.md +384 -0
  141. package/dist/lite/.claude/skills/state-a-problem/SKILL.md +185 -0
  142. package/dist/lite/.claude/skills/temperance/SKILL.md +108 -0
  143. package/dist/lite/.claude/skills/use-case/SKILL.md +417 -0
  144. package/dist/lite/.claude/skills/user-stories/SKILL.md +268 -0
  145. package/dist/lite/.claude/skills/value-prop/SKILL.md +251 -0
  146. package/dist/lite/.claude/skills/verify/SKILL.md +160 -0
  147. package/dist/lite/.claude/skills/visual-review/SKILL.md +503 -0
  148. package/dist/lite/.claude/skills/whats-the-plan/SKILL.md +202 -0
  149. package/dist/lite/.claude/skills/whereami/SKILL.md +307 -0
  150. package/dist/lite/AGENTS.md +79 -0
  151. package/dist/lite/CLAUDE-lite.md +85 -0
  152. package/dist/lite/CODE_OF_CONDUCT.md +28 -0
  153. package/dist/lite/CONTRIBUTING.md +177 -0
  154. package/dist/lite/README.md +173 -0
  155. package/dist/lite/SECURITY.md +19 -0
  156. package/dist/lite/architecture/decisions/ADR-029-release-pipeline.md +79 -0
  157. package/dist/lite/architecture/decisions/ADR-031-non-breaking-changes-adopter-discipline.md +139 -0
  158. package/dist/lite/architecture/decisions/ADR-032-adopter-sync-dispatcher-architecture.md +192 -0
  159. package/dist/lite/architecture/decisions/ADR-039-release-tagging-scheme.md +145 -0
  160. package/dist/lite/architecture/decisions/ADR-040-planning-skill-vocabulary-and-lite-profile.md +155 -0
  161. package/dist/lite/architecture/decisions/ADR-044-unified-skill-body-template.md +162 -0
  162. package/dist/lite/lib/clean-artifacts-sweep.sh +112 -0
  163. package/dist/lite/lib/code-comment-discipline.sh +144 -0
  164. package/dist/lite/lib/composer-preflight.sh +459 -0
  165. package/dist/lite/lib/deferred-actions.sh +146 -0
  166. package/dist/lite/lib/hook-header-parser.sh +61 -0
  167. package/dist/lite/lib/hook-heartbeat.sh +152 -0
  168. package/dist/lite/lib/hook-inject.sh +255 -0
  169. package/dist/lite/lib/hook-installer.sh +195 -0
  170. package/dist/lite/lib/luminary-pick.sh +96 -0
  171. package/dist/lite/lib/output-discipline.sh +143 -0
  172. package/dist/lite/lib/prose-scan-boundary.sh +171 -0
  173. package/dist/lite/lib/rewrite-check.sh +214 -0
  174. package/dist/lite/lib/session-rescue.sh +151 -0
  175. package/dist/lite/lib/source-graph-walker.sh +277 -0
  176. package/dist/lite/lib/state.sh +1372 -0
  177. package/dist/lite/lib/telemetry.sh +205 -0
  178. package/dist/lite/lib/tier-check.sh +187 -0
  179. package/dist/lite/lib/tier-dependency-audit.sh +1088 -0
  180. package/dist/lite/presence/install/bassclef-hook-connect.sh +178 -0
  181. package/dist/lite/presence/install/bassclef-sync.dispatcher.template.sh +841 -0
  182. package/dist/lite/presence/install/bassclef-sync.template.sh +2278 -0
  183. package/dist/lite/presence/install/schedule-auto-save.cron.sh +88 -0
  184. package/dist/lite/presence/install/schedule-auto-save.taskscheduler.md +122 -0
  185. package/dist/lite/scripts/aggregate-telemetry.sh +217 -0
  186. package/dist/lite/scripts/analyze-tier-dependencies.sh +239 -0
  187. package/dist/lite/scripts/generate-lite-manifest.sh +505 -0
  188. package/dist/lite/scripts/generate-tier-manifest.sh +28 -0
  189. package/dist/lite/scripts/intent-drift-check.sh +456 -0
  190. package/dist/lite/scripts/lite-manifest-drift-check.sh +146 -0
  191. package/dist/lite/scripts/render-lite-manifest-doc.sh +150 -0
  192. package/dist/lite/standards/adr-template.md +86 -0
  193. package/dist/lite/standards/api-conventions/nextjs.md +84 -0
  194. package/dist/lite/standards/artifact-composition.md +209 -0
  195. package/dist/lite/standards/bash-hook-safety.md +246 -0
  196. package/dist/lite/standards/bassclef-configs-schema.md +232 -0
  197. package/dist/lite/standards/bassclef-evolution.md +143 -0
  198. package/dist/lite/standards/bassclef-internal-jargon.md +244 -0
  199. package/dist/lite/standards/bassclef-managed-sentinel.md +96 -0
  200. package/dist/lite/standards/bassclef-source-config.md +228 -0
  201. package/dist/lite/standards/branch-stacking.md +408 -0
  202. package/dist/lite/standards/code-safety-principles.md +176 -0
  203. package/dist/lite/standards/composer-prerequisites.md +155 -0
  204. package/dist/lite/standards/deferred-actions-schema.md +204 -0
  205. package/dist/lite/standards/dependency-discipline/cargo.md +39 -0
  206. package/dist/lite/standards/dependency-discipline/gem.md +43 -0
  207. package/dist/lite/standards/dependency-discipline/go-mod.md +41 -0
  208. package/dist/lite/standards/dependency-discipline/npm.md +42 -0
  209. package/dist/lite/standards/dependency-discipline/pip.md +42 -0
  210. package/dist/lite/standards/deployment-topology/ec2-tailscale.md +225 -0
  211. package/dist/lite/standards/deployment-topology.md +69 -0
  212. package/dist/lite/standards/docs-sync-allowlist.md +76 -0
  213. package/dist/lite/standards/domain-and-dns.md +145 -0
  214. package/dist/lite/standards/frontend-stack.md +67 -0
  215. package/dist/lite/standards/frontmatter-schema.md +154 -0
  216. package/dist/lite/standards/graceful-exit.md +227 -0
  217. package/dist/lite/standards/hook-idempotency.md +102 -0
  218. package/dist/lite/standards/hook-injection-discipline.md +202 -0
  219. package/dist/lite/standards/hook-install-class.md +215 -0
  220. package/dist/lite/standards/input-handler-interface.md +152 -0
  221. package/dist/lite/standards/lite-manifest-schema-changes.md +180 -0
  222. package/dist/lite/standards/lite-manifest.json +2797 -0
  223. package/dist/lite/standards/luminary-matching.md +105 -0
  224. package/dist/lite/standards/luminary-problem-patterns.md +481 -0
  225. package/dist/lite/standards/migration-discipline/active-record.md +50 -0
  226. package/dist/lite/standards/migration-discipline/alembic.md +43 -0
  227. package/dist/lite/standards/migration-discipline/gorm.md +50 -0
  228. package/dist/lite/standards/migration-discipline/prisma.md +53 -0
  229. package/dist/lite/standards/migration-discipline/sqlalchemy.md +51 -0
  230. package/dist/lite/standards/mobile-ephemeral-session.md +167 -0
  231. package/dist/lite/standards/model-routing-discipline.md +160 -0
  232. package/dist/lite/standards/ogilvy-writing-rules.md +225 -0
  233. package/dist/lite/standards/opener-discipline.md +96 -0
  234. package/dist/lite/standards/operator-facing-prose-discipline.md +201 -0
  235. package/dist/lite/standards/persona-schema.md +229 -0
  236. package/dist/lite/standards/pluggable-luminaries.md +323 -0
  237. package/dist/lite/standards/pr-body-discipline.md +115 -0
  238. package/dist/lite/standards/preview-state-schema.md +189 -0
  239. package/dist/lite/standards/project-directory-layout.md +276 -0
  240. package/dist/lite/standards/release-tagging.md +137 -0
  241. package/dist/lite/standards/reserved-skill-names.md +120 -0
  242. package/dist/lite/standards/scannable-multi-option-output.md +265 -0
  243. package/dist/lite/standards/sdlc-compliance.md +286 -0
  244. package/dist/lite/standards/sdlc-gates/typescript.md +57 -0
  245. package/dist/lite/standards/secrets-lifecycle.md +210 -0
  246. package/dist/lite/standards/security-scanner-adapter.md +145 -0
  247. package/dist/lite/standards/session-board.md +256 -0
  248. package/dist/lite/standards/skill-output-discipline.md +121 -0
  249. package/dist/lite/standards/state-spine-contract.md +255 -0
  250. package/dist/lite/standards/state-spine.md +511 -0
  251. package/dist/lite/standards/steering-hints/kiss-words.md +11 -0
  252. package/dist/lite/standards/substrate-config-schema.md +267 -0
  253. package/dist/lite/standards/tech-stack-config.md +109 -0
  254. package/dist/lite/standards/tier-dependency-analysis.md +167 -0
  255. package/dist/lite/standards/tier-runtime-deps/lite.md +57 -0
  256. package/dist/lite/standards/tier-tag-schema.md +155 -0
  257. package/dist/lite/standards/two-layer-config.md +99 -0
  258. package/dist/lite/standards/use-case-format.md +292 -0
  259. package/dist/lite/standards/user-story-invest.md +268 -0
  260. package/dist/lite/standards/velocity-and-appetite.md +229 -0
  261. package/dist/lite/standards/voice-input-pattern.md +119 -0
  262. package/dist/lite/standards/whereami-schema.md +301 -0
  263. package/dist/lite/standards/worktree-management.md +211 -0
  264. package/dist/lite/standards/writing-guide.md +213 -0
  265. package/dist/lite/templates/chronicle-template.md +75 -0
  266. package/dist/lite/templates/deferred-action-template.md +45 -0
  267. package/dist/lite/templates/memory-proposal-template.md +77 -0
  268. package/dist/lite/templates/persona-template.md +200 -0
  269. package/dist/lite/templates/pr-faq.md +45 -0
  270. package/dist/lite/templates/secret-rotation-template.md +162 -0
  271. package/dist/lite/templates/spec-template.md +131 -0
  272. package/dist/lite/templates/use-case-template.md +194 -0
  273. package/dist/lite/templates/user-story-template.md +107 -0
  274. package/dist/lite/templates/whereami-template.md +101 -0
  275. package/package.json +1 -1
@@ -0,0 +1,228 @@
1
+ ---
2
+ tier: lite
3
+ name: skills
4
+ description: "Browse the skill catalog live. Every skill grouped by discovery cluster with descriptions, modes, and key chains. Reads SKILL.md frontmatter directly so the catalog explains itself."
5
+ problem: "Bassclef ships around 99 skills. Adopters don't know which one fits their moment."
6
+ value: "The catalog live. Every skill grouped by discovery cluster. Descriptions optimized for scan."
7
+ inputs: [Optional filter — cluster name or phase or keyword]
8
+ outputs: [Skills grouped by cluster, Description per skill, Tier tag per skill]
9
+ user_invocable: true
10
+ disable_model_invocation: false
11
+ ---
12
+
13
+ # /skills
14
+
15
+ ## What you get
16
+
17
+ The full catalog of every bassclef skill installed in the current repo. Grouped into six discovery clusters. Descriptions and mode variants come from each skill's frontmatter. No hardcoded list. You browse the catalog by cluster, by phase, or by named key chain.
18
+
19
+ Under the clusters I show cross-references. These are skills useful in more than one cluster. Plus a phase view. Skills map to Inception, Elaboration, Construction, and Transition. Plus six named key chains that sequence skills for common goals. The chains are UX Translation, Failure, Verification, Prototype, Session Lifecycle, and Product Shaping.
20
+
21
+ The catalog reads live from disk on every invocation. What you see is what your session has. When bassclef ships a new skill, the next `/skills` run picks it up. When a local skill overrides a bassclef default, the local wins.
22
+
23
+ Descriptions come from each skill's frontmatter `description:` field. Modes and tiers and sizes auto-render from `modes:` / `tiers:` / `sizes:` frontmatter per bassclef#515. Cross-references and phase mapping come from `strategy/agent-choreography.md` Section 2.
24
+
25
+ ## When to use it
26
+
27
+ Run `/skills` at session start when you are new to bassclef and want to see everything. Run it mid-session when you are planning a workflow. Run it after `bassclef-sync` pulls in a substrate update to see what changed.
28
+
29
+ Skip it when you already know the skill name. When you want a specific skill, run it directly. When you want the skill matching a goal ("how do I add auth?"), run `/howdoi`. That skill ranks matches by intent instead of grouping by cluster.
30
+
31
+ ## FAQ
32
+
33
+ ### How do skills get grouped into clusters?
34
+
35
+ Six clusters. Mutually exclusive by primary intent. Each skill lands in exactly one primary cluster. Skills useful in more than one cluster show up under Cross-references with a rationale.
36
+
37
+ The six clusters — Strategy & Spec, Architecture & Design, Testing, Cross-cutting gates, Session lifecycle, Transition & comms. Documented in `CLAUDE.md` under "Skills — by cluster".
38
+
39
+ The cluster view answers "what am I trying to do?" The phase view (secondary) answers "where in the SDLC am I?".
40
+
41
+ ### Where do the descriptions come from?
42
+
43
+ Each `.claude/skills/*/SKILL.md` file has YAML frontmatter with `description:`. I read that field live. No hardcoded list. If you edit a description in a SKILL.md file, running `/skills` in the next session shows the update.
44
+
45
+ ### What are modes / tiers / sizes?
46
+
47
+ Some skills expose variants — `/kiss` has modes (scope, words); `/value-prop` has sizes (tweet, brief, verbose); `/shape` has tiers (quick, light, medium, full). When a skill declares these in frontmatter as `modes:` / `tiers:` / `sizes:`, I render the list under the skill's row so you see the variants at a glance.
48
+
49
+ Skills documenting variants only in body text (legacy shape) will not auto-render the suffix — that's the audit gap bassclef#515 closes.
50
+
51
+ ### What are the key chains?
52
+
53
+ Six named chains that sequence multiple skills for common goals — UX Translation, Failure Chain, Verification Chain, Prototype Chain, Session Lifecycle, Product Shaping. Each chain lists the skills in order with a one-line note on when to run it. The chains are documented in bassclef's convention; new chains land as this catalog grows.
54
+
55
+ ### Does /skills modify anything?
56
+
57
+ No. Read-only. It scans SKILL.md files, formats the output, and returns.
58
+
59
+ ## Details below the fold
60
+
61
+ ### Procedure
62
+
63
+ **Step 1 — Scan skills.**
64
+
65
+ Read every `.claude/skills/*/SKILL.md` file. For each, extract from YAML frontmatter:
66
+
67
+ - `name` — the slash command
68
+ - `description` — what it does
69
+ - `requires` — prerequisites (cli, files, network, level) if present
70
+ - `modes:` / `tiers:` / `sizes:` — declared variants
71
+
72
+ If the project inherits bassclef via `--add-dir`, also scan the bassclef skills directory. Deduplicate by name — local overrides bassclef.
73
+
74
+ **Step 2 — Cross-reference choreography.**
75
+
76
+ Read `strategy/agent-choreography.md` Section 2 (Skill-to-Agent Mapping Table) to determine for each skill:
77
+
78
+ - Primary agent — who typically invokes it
79
+ - Phase — when in the SDLC it fires
80
+
81
+ For skills not in the choreography table, infer phase from content or mark as "Any".
82
+
83
+ **Step 3 — Format output.**
84
+
85
+ Render two views — Discovery by Cluster (primary) and Phase (secondary).
86
+
87
+ #### 3a: Discovery by Cluster (primary, mutually exclusive)
88
+
89
+ Six clusters. Each skill lands in exactly one. Skills useful in adjacent clusters go under 3a-cross.
90
+
91
+ ```
92
+ ## Discovery by Cluster
93
+
94
+ ### Strategy & Spec — shaping what to build
95
+ /canvas, /spec, /value-prop, /new-feature, /promote, /kiss
96
+
97
+ ### Architecture & Design — system, code, UX
98
+ /architect-review, /pattern-review, /decompose, /frontend-design,
99
+ /riff-prototypes, /tech-prototype, /ux-migration, /luminary,
100
+ /stage, /launch, /shape, /refactor-input, /interpret-input,
101
+ /objectory-decompose, /agent-research-spawn, /pattern-trace,
102
+ /use-case, /user-stories, /personas, /value-prop-canvas,
103
+ /jtbd-tasks, /task-scenarios, /ia-model, /interaction-design
104
+
105
+ ### Testing — verify something works
106
+ /verify, /test-integration, /smoke-test, /visual-review,
107
+ /visual-qa, /synthetic-user
108
+
109
+ ### Cross-cutting gates — fire across every phase
110
+ /temperance, /diagnose, /quick-fix, /auto-fix, /whats-the-plan
111
+
112
+ ### Session lifecycle — boot, orient, end
113
+ /autonomous, /longrun, /sprint, /whereami, /skills,
114
+ /substrate-check, /sdlc-checkpoint, /session-log, /retro,
115
+ /session-end, /clean-artifacts, /onboard-repo, /init,
116
+ /state, /loop, /schedule, /roadmap-reconcile
117
+
118
+ ### Transition & comms — ship and tell
119
+ /deploy-prod, /release-notes, /journal, /journal-mine,
120
+ /journal-export, /feynman, /incident-report, /launch-preview,
121
+ /bind-subdomain, /prototype-gallery, /provision-deploy-host,
122
+ /secrets-bootstrap, /skill, /build, /promote, /review, /security-review
123
+ ```
124
+
125
+ Include each skill's one-line description from frontmatter. When frontmatter declares `modes:` / `tiers:` / `sizes:`, render the variants inline.
126
+
127
+ #### 3a-cross: Cross-references (skills in more than one cluster)
128
+
129
+ Render skills useful in adjacent clusters with rationale:
130
+
131
+ ```
132
+ ## Cross-references
133
+
134
+ - **/sprint** (primary: Session lifecycle) — also useful for Strategy & Spec
135
+ orientation; reads whereami + open issues + active goal to surface what's
136
+ next, which is itself a scope-shaping moment.
137
+ - **/longrun** (primary: Session lifecycle) — also useful for Cross-cutting
138
+ gates; auto-fires /temperance + /retro + /promote at phase boundaries.
139
+ - **/promote** (primary: Transition & comms) — also useful for Strategy &
140
+ Spec; promotes app-level patterns to bassclef-evolution issues.
141
+ - **/kiss** (primary: Strategy & Spec) — also useful for Cross-cutting gates;
142
+ scope mode compresses scope at decision boundaries; words mode is a
143
+ mechanical vocabulary pass.
144
+ - **/skill** (primary: Transition & comms) — also useful for Cross-cutting
145
+ gates; scaffolds new skills with the live clarity-gate check.
146
+ ```
147
+
148
+ #### 3b: Phase view (secondary)
149
+
150
+ Group skills by SDLC phase:
151
+
152
+ ```
153
+ ## Skills Catalog (N skills)
154
+
155
+ ### Inception
156
+ | Skill | Description | Agent | Produces |
157
+ |-------|-------------|-------|----------|
158
+
159
+ ### Elaboration
160
+ ...
161
+
162
+ ### Construction
163
+ ...
164
+
165
+ ### Transition
166
+ ...
167
+
168
+ ### Any Phase
169
+ ...
170
+ ```
171
+
172
+ For each skill, derive Produces from the skill's content.
173
+
174
+ **Step 4 — Highlight key chains.**
175
+
176
+ ```
177
+ ## Key Chains
178
+
179
+ **UX Translation Chain** (Elaboration):
180
+ /jtbd-tasks → /task-scenarios → /ia-model → /interaction-design
181
+
182
+ **Failure Chain** (Any):
183
+ observe failure → /temperance → /diagnose → fix → /verify
184
+
185
+ **Verification Chain** (Construction):
186
+ /temperance → build → /verify → commit → /visual-review (if UI)
187
+
188
+ **Prototype Chain** (Elaboration → Construction):
189
+ /riff-prototypes → select direction → /ux-migration → /frontend-design
190
+
191
+ **Session Lifecycle**:
192
+ /autonomous start → work → /session-log → /retro → /session-end
193
+
194
+ **Product Shaping**:
195
+ /canvas → /spec → issues → /sprint
196
+ ```
197
+
198
+ **Step 5 — Show usage tips.**
199
+
200
+ ```
201
+ ## Tips
202
+
203
+ - Run `/skills` at any time to see what's available
204
+ - Skills fire automatically via hooks and agent choreography — you rarely need to invoke most of them by name
205
+ - `/temperance` and `/verify` are MUST gates — they fire on every non-trivial change whether you invoke them or not
206
+ - `/diagnose` is mandatory before any fix — the pre-build hook enforces this
207
+ - New to bassclef? Start with `/sprint` to see current work, then `/autonomous` to understand the full system
208
+ ```
209
+
210
+ ### Rules
211
+
212
+ - Always read SKILL.md files live — no hardcoded list
213
+ - If a skill has `requires:` in frontmatter, show prerequisites
214
+ - Keep output scannable — tables, not paragraphs
215
+ - Read-only skill — this never modifies files
216
+
217
+ ### Refs
218
+
219
+ - `CLAUDE.md` — cluster taxonomy source of truth
220
+ - `strategy/agent-choreography.md` — phase mapping source
221
+ - `/howdoi` — sister skill; intent-search alternative to catalog browse
222
+ - `/luminary` — sister catalog for luminaries
223
+ - `/hooks` — sister catalog for hooks
224
+ - bassclef#515 — modes/tiers/sizes audit that surfaces variants in the catalog
225
+
226
+ ## Output discipline
227
+
228
+ Dispatch `/kiss words --rewrite` on your skill output before you return it. See `standards/skill-output-discipline.md` for the contract.
@@ -0,0 +1,105 @@
1
+ ---
2
+ tier: lite
3
+ name: spec
4
+ description: "Turn a canvas or issue into a structured spec. Names the What, the Why, and the acceptance list. Downstream skills read the spec as source-of-truth."
5
+ problem: "Canvases sketch a product. Tickets ask for features. The bridge to code doesn't exist."
6
+ value: "One spec that names the What and the Why and the acceptance list. Downstream skills read it."
7
+ inputs: [A canvas path or issue ref or scope description]
8
+ outputs: [Spec doc at specs/YYYY-MM-DD-slug.md, Acceptance list, Reference block]
9
+ user_invocable: true
10
+ disable_model_invocation: false
11
+ ---
12
+
13
+ # Spec — Generate Structured Spec from Canvas or Issue
14
+
15
+ Bridge the gap between product thinking (canvases) and engineering work (GitHub Issues).
16
+
17
+ ## ADR-consult — fire before scope confirmation (per bassclef-upstream#424)
18
+
19
+ Read every relevant ADR in `architecture/decisions/` before confirming scope. If your scope deviates from any ADR's decision or constraints, surface the deviation as the first agenda item — operator decides amend-ADR vs. revise-scope.
20
+
21
+ Per `.claude/rules/adr-discipline.md`. Mechanism: `adr-discipline-check.sh` fires on substantive architectural edits (wired in `.claude/settings.json` since bet 28a WU-1). The Tier 0 test for this step greps for the literal header `## ADR-consult — fire before scope confirmation` in each of `/build /launch /spec /decompose /shape /longrun`.
22
+
23
+ ## Input
24
+
25
+ The user provides either:
26
+ - A canvas filename from `strategy/canvases/`
27
+ - A GitHub Issue number
28
+ - A verbal description of what needs to be specified
29
+
30
+ ## Steps
31
+
32
+ 1. Read the source material (canvas, issue, or user description)
33
+ 2. Read `templates/spec-template.md` for the format
34
+ 3. Read `design/object-model.md` to understand existing domain objects
35
+ 4. Generate a structured spec:
36
+
37
+ ```markdown
38
+ # Spec: {Feature Name}
39
+
40
+ ## Context
41
+ Link to canvas or issue. Why this exists.
42
+
43
+ ## Requirements
44
+
45
+ ### Must Have
46
+ - [ ] Requirement — Acceptance: {specific testable condition}
47
+
48
+ ### Should Have
49
+ - [ ] ...
50
+
51
+ ### Won't Have (this round)
52
+ - ...
53
+
54
+ ## Design
55
+ - User flow (step by step)
56
+ - Object model impact (new objects, changed objects)
57
+ - Interface contract (API shape, component props)
58
+
59
+ ## Technical Approach
60
+ - Key files to create or modify
61
+ - Dependencies on existing code
62
+ - Migration needs
63
+
64
+ ## Patterns Used
65
+
66
+ (Required when spec drives Construction work. Layer 2 of bassclef#478 traceability.)
67
+
68
+ | Pattern | Catalog path | Implementing file/class | Why this pattern |
69
+ |---------|--------------|--------------------------|------------------|
70
+ | <Name> | `patterns/<shelf>/<source>/<slug>.md` | `src/.../<file>.ts` :: `<ClassName>` | <one-line rationale> |
71
+
72
+ State "No load-bearing patterns" if applicable. See `.claude/rules/pattern-annotation.md`.
73
+
74
+ ## Open Questions
75
+ - Anything needing human decision before building
76
+
77
+ ## Steps enumerated
78
+
79
+ (REQUIRED for specs that feed /build per bassclef#367. Optional for
80
+ bassclef-evolution shaping specs.)
81
+
82
+ ### WU-N — <imperative title>
83
+ **Story refs:** US-NNN
84
+ **Branch:** feature/<goal-slug>-stack-N-<wu-slug>
85
+ **Acceptance:**
86
+ - [ ] <testable, inherited from story>
87
+ **Estimated:** ~Nt turns
88
+ ```
89
+
90
+ ## Output
91
+
92
+ Write to `specs/{YYYY-MM-DD}-{slug}.md` (or `docs/specs/` in app repos)
93
+
94
+ ## Rules
95
+
96
+ - Every Must Have needs at least one testable acceptance criterion
97
+ - Not "works correctly" but "returns HTTP 200 with JSON body containing dealId"
98
+ - If source is too vague, list what questions need answering — don't invent requirements
99
+ - Reference existing objects from the object model; flag when new objects are needed
100
+ - When UI is involved, note that UX translation chain is needed
101
+ - **Specs that feed /build MUST include a `## Steps enumerated` section** with `### WU-N` entries (per bassclef#367). /build's Phase 1 parser greps for this exact heading; missing it → /build refuses with exit 4. Bassclef-evolution shaping specs may omit this section with a brief note explaining why.
102
+
103
+ ## Output discipline
104
+
105
+ Dispatch `/kiss words --rewrite` on your skill output before you return it. See `standards/skill-output-discipline.md` for the contract.