@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.
- package/dist/cli.cjs +65 -0
- package/dist/cli.js +65 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/lite/.claude/agents/architect.md +70 -0
- package/dist/lite/.claude/agents/builder.md +114 -0
- package/dist/lite/.claude/agents/designer.md +156 -0
- package/dist/lite/.claude/agents/reviewer.md +88 -0
- package/dist/lite/.claude/hooks/bassclef-sync.sh +85 -27
- package/dist/lite/.claude/hooks/longrun-prep-compounding-axis-check.sh +492 -0
- package/dist/lite/.claude/hooks/longrun-prep-render-check.sh +236 -0
- package/dist/lite/.claude/hooks/persona-name-scrub-check.sh +105 -0
- package/dist/lite/.claude/hooks/skill-step-list-check.sh +171 -0
- package/dist/lite/.claude/luminaries/alan-cooper.md +170 -0
- package/dist/lite/.claude/luminaries/alistair-cockburn.md +140 -0
- package/dist/lite/.claude/luminaries/amazon-pr-faq.md +34 -0
- package/dist/lite/.claude/luminaries/andreas-zeller.md +74 -0
- package/dist/lite/.claude/luminaries/ash-maurya.md +121 -0
- package/dist/lite/.claude/luminaries/bill-buxton.md +210 -0
- package/dist/lite/.claude/luminaries/charles-sanders-peirce.md +150 -0
- package/dist/lite/.claude/luminaries/david-ogilvy.md +192 -0
- package/dist/lite/.claude/luminaries/don-norman.md +173 -0
- package/dist/lite/.claude/luminaries/edward-tufte.md +179 -0
- package/dist/lite/.claude/luminaries/eric-evans.md +160 -0
- package/dist/lite/.claude/luminaries/frederick-brooks.md +50 -0
- package/dist/lite/.claude/luminaries/gang-of-four.md +157 -0
- package/dist/lite/.claude/luminaries/glenford-myers.md +230 -0
- package/dist/lite/.claude/luminaries/hunt-thomas.md +115 -0
- package/dist/lite/.claude/luminaries/hyrum-wright.md +94 -0
- package/dist/lite/.claude/luminaries/jason-fried-dhh.md +46 -0
- package/dist/lite/.claude/luminaries/jesse-james-garrett.md +154 -0
- package/dist/lite/.claude/luminaries/john-ousterhout.md +94 -0
- package/dist/lite/.claude/luminaries/karl-popper.md +132 -0
- package/dist/lite/.claude/luminaries/kent-beck.md +168 -0
- package/dist/lite/.claude/luminaries/linus-torvalds.md +218 -0
- package/dist/lite/.claude/luminaries/martin-fowler.md +164 -0
- package/dist/lite/.claude/luminaries/michael-feathers.md +125 -0
- package/dist/lite/.claude/luminaries/michael-nygard.md +118 -0
- package/dist/lite/.claude/luminaries/robert-c-martin.md +164 -0
- package/dist/lite/.claude/luminaries/saltzer-schroeder.md +194 -0
- package/dist/lite/.claude/luminaries/sophia-prater.md +193 -0
- package/dist/lite/.claude/luminaries/stephen-toulmin.md +131 -0
- package/dist/lite/.claude/luminaries/tony-hoare.md +170 -0
- package/dist/lite/.claude/luminaries/vaughn-vernon.md +50 -0
- package/dist/lite/.claude/luminaries/w-edwards-deming.md +158 -0
- package/dist/lite/.claude/rules/accessor-library-discipline.md +110 -0
- package/dist/lite/.claude/rules/adr-discipline.md +96 -0
- package/dist/lite/.claude/rules/api-conventions.md +115 -0
- package/dist/lite/.claude/rules/artifact-ingestion.md +137 -0
- package/dist/lite/.claude/rules/assert-only-after-verify.md +111 -0
- package/dist/lite/.claude/rules/blocked-items.md +139 -0
- package/dist/lite/.claude/rules/bootstrap-pair-discipline.md +106 -0
- package/dist/lite/.claude/rules/branching.md +28 -0
- package/dist/lite/.claude/rules/cold-adopter-harness-discipline.md +93 -0
- package/dist/lite/.claude/rules/commit-conventions.md +22 -0
- package/dist/lite/.claude/rules/compounding-axis-fresh-analysis.md +173 -0
- package/dist/lite/.claude/rules/compounding-sequence-fresh-analysis.md +173 -0
- package/dist/lite/.claude/rules/context-engineering.md +155 -0
- package/dist/lite/.claude/rules/context-management.md +85 -0
- package/dist/lite/.claude/rules/defensive-bash.md +52 -0
- package/dist/lite/.claude/rules/deferred-actions.md +233 -0
- package/dist/lite/.claude/rules/destructive-operations.md +69 -0
- package/dist/lite/.claude/rules/diagnosis.md +38 -0
- package/dist/lite/.claude/rules/github-issue-flash-tweet.md +114 -0
- package/dist/lite/.claude/rules/guardrails.md +73 -0
- package/dist/lite/.claude/rules/hook-wire-on-author.md +77 -0
- package/dist/lite/.claude/rules/identifier-leak-prevention.md +73 -0
- package/dist/lite/.claude/rules/iteration-bet-brief-completeness.md +43 -0
- package/dist/lite/.claude/rules/lite-manifest-schema-change-discipline.md +79 -0
- package/dist/lite/.claude/rules/longrun-prep-plan-doc-compression.md +77 -0
- package/dist/lite/.claude/rules/loop-discipline.md +71 -0
- package/dist/lite/.claude/rules/manual-prod-approval.md +100 -0
- package/dist/lite/.claude/rules/marker-enrichment-discipline.md +72 -0
- package/dist/lite/.claude/rules/mobile-ephemeral-session.md +109 -0
- package/dist/lite/.claude/rules/new-dependency-check.md +44 -0
- package/dist/lite/.claude/rules/oo-ad-entry-point.md +95 -0
- package/dist/lite/.claude/rules/operator-facing-prose.md +177 -0
- package/dist/lite/.claude/rules/option-label-discipline.md +82 -0
- package/dist/lite/.claude/rules/pattern-annotation.md +83 -0
- package/dist/lite/.claude/rules/persona-name-leak-scrub.md +90 -0
- package/dist/lite/.claude/rules/plain-english-discipline.md +132 -0
- package/dist/lite/.claude/rules/plan-enumeration-needs-value-props.md +177 -0
- package/dist/lite/.claude/rules/pr-body-shape.md +195 -0
- package/dist/lite/.claude/rules/pr-strategy.md +142 -0
- package/dist/lite/.claude/rules/pr-title-shape.md +90 -0
- package/dist/lite/.claude/rules/prototype-workflow.md +53 -0
- package/dist/lite/.claude/rules/reserved-skill-names.md +103 -0
- package/dist/lite/.claude/rules/schema-management.md +42 -0
- package/dist/lite/.claude/rules/sdlc-gates.md +149 -0
- package/dist/lite/.claude/rules/security.md +37 -0
- package/dist/lite/.claude/rules/session-artifacts.md +236 -0
- package/dist/lite/.claude/rules/skill-composition-declarations.md +105 -0
- package/dist/lite/.claude/rules/skill-description-clarity.md +196 -0
- package/dist/lite/.claude/rules/skill-procedure-step-list.md +119 -0
- package/dist/lite/.claude/rules/sprint-prep-preset-picker.md +76 -0
- package/dist/lite/.claude/rules/state-schema-validation.md +156 -0
- package/dist/lite/.claude/rules/stuck-signal-diagnostic.md +111 -0
- package/dist/lite/.claude/rules/substrate-config-schema.md +85 -0
- package/dist/lite/.claude/rules/test-list-discipline.md +129 -0
- package/dist/lite/.claude/rules/test-sufficiency.md +186 -0
- package/dist/lite/.claude/rules/testing-tier-config.md +125 -0
- package/dist/lite/.claude/rules/testing.md +38 -0
- package/dist/lite/.claude/rules/turn-estimate-grounding.md +82 -0
- package/dist/lite/.claude/rules/visual-hierarchy.md +427 -0
- package/dist/lite/.claude/rules/we-dont-break-adopters.md +103 -0
- package/dist/lite/.claude/rules/whereami-load-bearing.md +184 -0
- package/dist/lite/.claude/rules/writing-craft-discipline.md +72 -0
- package/dist/lite/.claude/rules/wu-sequencing-compounds.md +119 -0
- package/dist/lite/.claude/skills/build/SKILL.md +640 -0
- package/dist/lite/.claude/skills/chronicle/SKILL.md +55 -0
- package/dist/lite/.claude/skills/clean-artifacts/SKILL.md +249 -0
- package/dist/lite/.claude/skills/decompose/SKILL.md +280 -0
- package/dist/lite/.claude/skills/diagnose/SKILL.md +297 -0
- package/dist/lite/.claude/skills/feynman/SKILL.md +90 -0
- package/dist/lite/.claude/skills/howdoi/SKILL.md +105 -0
- package/dist/lite/.claude/skills/ia-model/SKILL.md +108 -0
- package/dist/lite/.claude/skills/interaction-design/SKILL.md +112 -0
- package/dist/lite/.claude/skills/interpret-input/SKILL.md +180 -0
- package/dist/lite/.claude/skills/journal/SKILL.md +209 -0
- package/dist/lite/.claude/skills/kiss/SKILL.md +449 -0
- package/dist/lite/.claude/skills/launch/SKILL.md +915 -0
- package/dist/lite/.claude/skills/lean-canvas/SKILL.md +332 -0
- package/dist/lite/.claude/skills/longrun/SKILL.md +512 -0
- package/dist/lite/.claude/skills/luminary/SKILL.md +481 -0
- package/dist/lite/.claude/skills/ogilvy-writing-audit/SKILL.md +177 -0
- package/dist/lite/.claude/skills/onboard-repo/SKILL.md +1640 -0
- package/dist/lite/.claude/skills/pattern-review/SKILL.md +99 -0
- package/dist/lite/.claude/skills/personas/SKILL.md +207 -0
- package/dist/lite/.claude/skills/promote/SKILL.md +283 -0
- package/dist/lite/.claude/skills/requirement/SKILL.md +98 -0
- package/dist/lite/.claude/skills/retro/SKILL.md +117 -0
- package/dist/lite/.claude/skills/riff/SKILL.md +114 -0
- package/dist/lite/.claude/skills/roadmap-reconcile/SKILL.md +163 -0
- package/dist/lite/.claude/skills/session-end/SKILL.md +309 -0
- package/dist/lite/.claude/skills/session-log/SKILL.md +299 -0
- package/dist/lite/.claude/skills/skills/SKILL.md +228 -0
- package/dist/lite/.claude/skills/spec/SKILL.md +105 -0
- package/dist/lite/.claude/skills/sprint/SKILL.md +418 -0
- package/dist/lite/.claude/skills/stage/SKILL.md +384 -0
- package/dist/lite/.claude/skills/state-a-problem/SKILL.md +185 -0
- package/dist/lite/.claude/skills/temperance/SKILL.md +108 -0
- package/dist/lite/.claude/skills/use-case/SKILL.md +417 -0
- package/dist/lite/.claude/skills/user-stories/SKILL.md +268 -0
- package/dist/lite/.claude/skills/value-prop/SKILL.md +251 -0
- package/dist/lite/.claude/skills/verify/SKILL.md +160 -0
- package/dist/lite/.claude/skills/visual-review/SKILL.md +503 -0
- package/dist/lite/.claude/skills/whats-the-plan/SKILL.md +202 -0
- package/dist/lite/.claude/skills/whereami/SKILL.md +307 -0
- package/dist/lite/AGENTS.md +79 -0
- package/dist/lite/CLAUDE-lite.md +85 -0
- package/dist/lite/CODE_OF_CONDUCT.md +28 -0
- package/dist/lite/CONTRIBUTING.md +177 -0
- package/dist/lite/README.md +173 -0
- package/dist/lite/SECURITY.md +19 -0
- package/dist/lite/architecture/decisions/ADR-029-release-pipeline.md +79 -0
- package/dist/lite/architecture/decisions/ADR-031-non-breaking-changes-adopter-discipline.md +139 -0
- package/dist/lite/architecture/decisions/ADR-032-adopter-sync-dispatcher-architecture.md +192 -0
- package/dist/lite/architecture/decisions/ADR-039-release-tagging-scheme.md +145 -0
- package/dist/lite/architecture/decisions/ADR-040-planning-skill-vocabulary-and-lite-profile.md +155 -0
- package/dist/lite/architecture/decisions/ADR-044-unified-skill-body-template.md +162 -0
- package/dist/lite/lib/clean-artifacts-sweep.sh +112 -0
- package/dist/lite/lib/code-comment-discipline.sh +144 -0
- package/dist/lite/lib/composer-preflight.sh +459 -0
- package/dist/lite/lib/deferred-actions.sh +146 -0
- package/dist/lite/lib/hook-header-parser.sh +61 -0
- package/dist/lite/lib/hook-heartbeat.sh +152 -0
- package/dist/lite/lib/hook-inject.sh +255 -0
- package/dist/lite/lib/hook-installer.sh +195 -0
- package/dist/lite/lib/luminary-pick.sh +96 -0
- package/dist/lite/lib/output-discipline.sh +143 -0
- package/dist/lite/lib/prose-scan-boundary.sh +171 -0
- package/dist/lite/lib/rewrite-check.sh +214 -0
- package/dist/lite/lib/session-rescue.sh +151 -0
- package/dist/lite/lib/source-graph-walker.sh +277 -0
- package/dist/lite/lib/state.sh +1372 -0
- package/dist/lite/lib/telemetry.sh +205 -0
- package/dist/lite/lib/tier-check.sh +187 -0
- package/dist/lite/lib/tier-dependency-audit.sh +1088 -0
- package/dist/lite/presence/install/bassclef-hook-connect.sh +178 -0
- package/dist/lite/presence/install/bassclef-sync.dispatcher.template.sh +841 -0
- package/dist/lite/presence/install/bassclef-sync.template.sh +2278 -0
- package/dist/lite/presence/install/schedule-auto-save.cron.sh +88 -0
- package/dist/lite/presence/install/schedule-auto-save.taskscheduler.md +122 -0
- package/dist/lite/scripts/aggregate-telemetry.sh +217 -0
- package/dist/lite/scripts/analyze-tier-dependencies.sh +239 -0
- package/dist/lite/scripts/generate-lite-manifest.sh +505 -0
- package/dist/lite/scripts/generate-tier-manifest.sh +28 -0
- package/dist/lite/scripts/intent-drift-check.sh +456 -0
- package/dist/lite/scripts/lite-manifest-drift-check.sh +146 -0
- package/dist/lite/scripts/render-lite-manifest-doc.sh +150 -0
- package/dist/lite/standards/adr-template.md +86 -0
- package/dist/lite/standards/api-conventions/nextjs.md +84 -0
- package/dist/lite/standards/artifact-composition.md +209 -0
- package/dist/lite/standards/bash-hook-safety.md +246 -0
- package/dist/lite/standards/bassclef-configs-schema.md +232 -0
- package/dist/lite/standards/bassclef-evolution.md +143 -0
- package/dist/lite/standards/bassclef-internal-jargon.md +244 -0
- package/dist/lite/standards/bassclef-managed-sentinel.md +96 -0
- package/dist/lite/standards/bassclef-source-config.md +228 -0
- package/dist/lite/standards/branch-stacking.md +408 -0
- package/dist/lite/standards/code-safety-principles.md +176 -0
- package/dist/lite/standards/composer-prerequisites.md +155 -0
- package/dist/lite/standards/deferred-actions-schema.md +204 -0
- package/dist/lite/standards/dependency-discipline/cargo.md +39 -0
- package/dist/lite/standards/dependency-discipline/gem.md +43 -0
- package/dist/lite/standards/dependency-discipline/go-mod.md +41 -0
- package/dist/lite/standards/dependency-discipline/npm.md +42 -0
- package/dist/lite/standards/dependency-discipline/pip.md +42 -0
- package/dist/lite/standards/deployment-topology/ec2-tailscale.md +225 -0
- package/dist/lite/standards/deployment-topology.md +69 -0
- package/dist/lite/standards/docs-sync-allowlist.md +76 -0
- package/dist/lite/standards/domain-and-dns.md +145 -0
- package/dist/lite/standards/frontend-stack.md +67 -0
- package/dist/lite/standards/frontmatter-schema.md +154 -0
- package/dist/lite/standards/graceful-exit.md +227 -0
- package/dist/lite/standards/hook-idempotency.md +102 -0
- package/dist/lite/standards/hook-injection-discipline.md +202 -0
- package/dist/lite/standards/hook-install-class.md +215 -0
- package/dist/lite/standards/input-handler-interface.md +152 -0
- package/dist/lite/standards/lite-manifest-schema-changes.md +180 -0
- package/dist/lite/standards/lite-manifest.json +2797 -0
- package/dist/lite/standards/luminary-matching.md +105 -0
- package/dist/lite/standards/luminary-problem-patterns.md +481 -0
- package/dist/lite/standards/migration-discipline/active-record.md +50 -0
- package/dist/lite/standards/migration-discipline/alembic.md +43 -0
- package/dist/lite/standards/migration-discipline/gorm.md +50 -0
- package/dist/lite/standards/migration-discipline/prisma.md +53 -0
- package/dist/lite/standards/migration-discipline/sqlalchemy.md +51 -0
- package/dist/lite/standards/mobile-ephemeral-session.md +167 -0
- package/dist/lite/standards/model-routing-discipline.md +160 -0
- package/dist/lite/standards/ogilvy-writing-rules.md +225 -0
- package/dist/lite/standards/opener-discipline.md +96 -0
- package/dist/lite/standards/operator-facing-prose-discipline.md +201 -0
- package/dist/lite/standards/persona-schema.md +229 -0
- package/dist/lite/standards/pluggable-luminaries.md +323 -0
- package/dist/lite/standards/pr-body-discipline.md +115 -0
- package/dist/lite/standards/preview-state-schema.md +189 -0
- package/dist/lite/standards/project-directory-layout.md +276 -0
- package/dist/lite/standards/release-tagging.md +137 -0
- package/dist/lite/standards/reserved-skill-names.md +120 -0
- package/dist/lite/standards/scannable-multi-option-output.md +265 -0
- package/dist/lite/standards/sdlc-compliance.md +286 -0
- package/dist/lite/standards/sdlc-gates/typescript.md +57 -0
- package/dist/lite/standards/secrets-lifecycle.md +210 -0
- package/dist/lite/standards/security-scanner-adapter.md +145 -0
- package/dist/lite/standards/session-board.md +256 -0
- package/dist/lite/standards/skill-output-discipline.md +121 -0
- package/dist/lite/standards/state-spine-contract.md +255 -0
- package/dist/lite/standards/state-spine.md +511 -0
- package/dist/lite/standards/steering-hints/kiss-words.md +11 -0
- package/dist/lite/standards/substrate-config-schema.md +267 -0
- package/dist/lite/standards/tech-stack-config.md +109 -0
- package/dist/lite/standards/tier-dependency-analysis.md +167 -0
- package/dist/lite/standards/tier-runtime-deps/lite.md +57 -0
- package/dist/lite/standards/tier-tag-schema.md +155 -0
- package/dist/lite/standards/two-layer-config.md +99 -0
- package/dist/lite/standards/use-case-format.md +292 -0
- package/dist/lite/standards/user-story-invest.md +268 -0
- package/dist/lite/standards/velocity-and-appetite.md +229 -0
- package/dist/lite/standards/voice-input-pattern.md +119 -0
- package/dist/lite/standards/whereami-schema.md +301 -0
- package/dist/lite/standards/worktree-management.md +211 -0
- package/dist/lite/standards/writing-guide.md +213 -0
- package/dist/lite/templates/chronicle-template.md +75 -0
- package/dist/lite/templates/deferred-action-template.md +45 -0
- package/dist/lite/templates/memory-proposal-template.md +77 -0
- package/dist/lite/templates/persona-template.md +200 -0
- package/dist/lite/templates/pr-faq.md +45 -0
- package/dist/lite/templates/secret-rotation-template.md +162 -0
- package/dist/lite/templates/spec-template.md +131 -0
- package/dist/lite/templates/use-case-template.md +194 -0
- package/dist/lite/templates/user-story-template.md +107 -0
- package/dist/lite/templates/whereami-template.md +101 -0
- 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.
|