@thebassclef/lite 0.1.0 → 0.1.3
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 +40 -6
- package/dist/cli.js +40 -6
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/substrate/.bassclef/lite-manifest.json +999 -92
- package/substrate/.claude/hooks/longrun-prep-compounding-axis-check.sh +492 -0
- package/substrate/.claude/hooks/longrun-prep-compounding-sequence-check.sh +492 -0
- package/substrate/.claude/hooks/pre-commit-gate.sh +1 -2
- package/substrate/.claude/hooks/turn-prose-kiss-check.sh +30 -1
- package/substrate/.claude/luminaries/glenford-myers.md +230 -0
- package/substrate/.claude/luminaries/hunt-thomas.md +115 -0
- package/substrate/.claude/luminaries/hyrum-wright.md +94 -0
- package/substrate/.claude/luminaries/michael-feathers.md +2 -2
- package/substrate/.claude/luminaries/tony-hoare.md +170 -0
- package/substrate/.claude/luminaries/vaughn-vernon.md +50 -0
- package/substrate/.claude/luminaries/w-edwards-deming.md +158 -0
- package/substrate/.claude/rules/accessor-library-discipline.md +138 -0
- package/substrate/.claude/rules/adr-discipline.md +120 -0
- package/substrate/.claude/rules/api-conventions.md +125 -0
- package/substrate/.claude/rules/bootstrap-pair-discipline.md +141 -0
- package/substrate/.claude/rules/cold-adopter-harness-discipline.md +129 -0
- package/substrate/.claude/rules/compounding-axis-fresh-analysis.md +188 -0
- package/substrate/.claude/rules/compounding-sequence-fresh-analysis.md +188 -0
- package/substrate/.claude/rules/defensive-bash.md +68 -0
- package/substrate/.claude/rules/deferred-actions.md +233 -0
- package/substrate/.claude/rules/github-issue-flash-tweet.md +156 -0
- package/substrate/.claude/rules/hook-wire-on-author.md +103 -0
- package/substrate/.claude/rules/iteration-bet-brief-completeness.md +54 -0
- package/substrate/.claude/rules/lite-manifest-schema-change-discipline.md +3 -3
- package/substrate/.claude/rules/longrun-prep-plan-doc-compression.md +89 -0
- package/substrate/.claude/rules/loop-discipline.md +81 -0
- package/substrate/.claude/rules/manual-prod-approval.md +100 -0
- package/substrate/.claude/rules/marker-enrichment-discipline.md +99 -0
- package/substrate/.claude/rules/mobile-ephemeral-session.md +109 -0
- package/substrate/.claude/rules/new-dependency-check.md +51 -0
- package/substrate/.claude/rules/option-label-discipline.md +108 -0
- package/substrate/.claude/rules/pattern-annotation.md +100 -0
- package/substrate/.claude/rules/plain-english-discipline.md +11 -9
- package/substrate/.claude/rules/plan-enumeration-needs-value-props.md +211 -0
- package/substrate/.claude/rules/pr-title-shape.md +161 -0
- package/substrate/.claude/rules/prototype-workflow.md +65 -0
- package/substrate/.claude/rules/reserved-skill-names.md +123 -0
- package/substrate/.claude/rules/schema-management.md +49 -0
- package/substrate/.claude/rules/security.md +37 -0
- package/substrate/.claude/rules/skill-composition-declarations.md +124 -0
- package/substrate/.claude/rules/skill-description-clarity.md +247 -0
- package/substrate/.claude/rules/skill-procedure-step-list.md +137 -0
- package/substrate/.claude/rules/stuck-signal-diagnostic.md +140 -0
- package/substrate/.claude/rules/substrate-config-schema.md +98 -0
- package/substrate/.claude/rules/test-list-discipline.md +175 -0
- package/substrate/.claude/rules/test-sufficiency.md +210 -0
- package/substrate/.claude/rules/testing-tier-config.md +145 -0
- package/substrate/.claude/rules/testing.md +38 -0
- package/substrate/.claude/rules/turn-estimate-grounding.md +134 -0
- package/substrate/.claude/rules/visual-hierarchy.md +437 -0
- package/substrate/.claude/rules/we-dont-break-adopters.md +126 -0
- package/substrate/.claude/rules/wu-sequencing-compounds.md +145 -0
- package/substrate/.claude/skills/build/SKILL.md +1 -1
- package/substrate/.claude/skills/chronicle/SKILL.md +55 -0
- package/substrate/.claude/skills/clean-artifacts/SKILL.md +249 -0
- package/substrate/.claude/skills/decompose/SKILL.md +1 -1
- package/substrate/.claude/skills/diagnose/SKILL.md +1 -1
- package/substrate/.claude/skills/feynman/SKILL.md +90 -0
- package/substrate/.claude/skills/howdoi/SKILL.md +1 -1
- package/substrate/.claude/skills/ia-model/SKILL.md +1 -1
- package/substrate/.claude/skills/interaction-design/SKILL.md +1 -1
- package/substrate/.claude/skills/interpret-input/SKILL.md +8 -8
- package/substrate/.claude/skills/journal/SKILL.md +209 -0
- package/substrate/.claude/skills/kiss/SKILL.md +1 -1
- package/substrate/.claude/skills/launch/SKILL.md +14 -23
- package/substrate/.claude/skills/lean-canvas/SKILL.md +1 -1
- package/substrate/.claude/skills/longrun/SKILL.md +45 -8
- package/substrate/.claude/skills/luminary/SKILL.md +1 -1
- package/substrate/.claude/skills/ogilvy-writing-audit/SKILL.md +1 -1
- package/substrate/.claude/skills/onboard-repo/SKILL.md +143 -709
- package/substrate/.claude/skills/pattern-review/SKILL.md +1 -1
- package/substrate/.claude/skills/personas/SKILL.md +5 -5
- package/substrate/.claude/skills/promote/SKILL.md +1 -1
- package/substrate/.claude/skills/requirement/SKILL.md +1 -1
- package/substrate/.claude/skills/retro/SKILL.md +1 -1
- package/substrate/.claude/skills/riff/SKILL.md +1 -1
- package/substrate/.claude/skills/roadmap-reconcile/SKILL.md +1 -1
- package/substrate/.claude/skills/session-end/SKILL.md +1 -1
- package/substrate/.claude/skills/session-log/SKILL.md +3 -3
- package/substrate/.claude/skills/skills/SKILL.md +1 -1
- package/substrate/.claude/skills/spec/SKILL.md +1 -1
- package/substrate/.claude/skills/sprint/SKILL.md +1 -1
- package/substrate/.claude/skills/stage/SKILL.md +1 -1
- package/substrate/.claude/skills/state-a-problem/SKILL.md +1 -1
- package/substrate/.claude/skills/temperance/SKILL.md +1 -1
- package/substrate/.claude/skills/use-case/SKILL.md +1 -1
- package/substrate/.claude/skills/user-stories/SKILL.md +1 -1
- package/substrate/.claude/skills/value-prop/SKILL.md +1 -1
- package/substrate/.claude/skills/verify/SKILL.md +1 -1
- package/substrate/.claude/skills/visual-review/SKILL.md +503 -0
- package/substrate/.claude/skills/whats-the-plan/SKILL.md +202 -0
- package/substrate/.claude/skills/whereami/SKILL.md +2 -2
- package/substrate/CONTRIBUTING.md +1 -1
- package/substrate/README.md +5 -5
- package/substrate/lib/prose-scan-boundary.sh +171 -0
- package/substrate/lib/tier-check.sh +50 -1
- package/substrate/lib/tier-dependency-audit.sh +159 -4
- package/substrate/presence/install/bassclef-sync.template.sh +1 -1
- package/substrate/scripts/generate-lite-manifest.sh +21 -5
- package/substrate/standards/adr-template.md +86 -0
- package/substrate/standards/api-conventions/nextjs.md +84 -0
- package/substrate/standards/artifact-composition.md +209 -0
- package/substrate/standards/bash-hook-safety.md +246 -0
- package/substrate/standards/branch-stacking.md +408 -0
- package/substrate/standards/code-safety-principles.md +176 -0
- package/substrate/standards/composer-prerequisites.md +155 -0
- package/substrate/standards/dependency-discipline/cargo.md +39 -0
- package/substrate/standards/dependency-discipline/gem.md +43 -0
- package/substrate/standards/dependency-discipline/go-mod.md +41 -0
- package/substrate/standards/dependency-discipline/npm.md +42 -0
- package/substrate/standards/dependency-discipline/pip.md +42 -0
- package/substrate/standards/deployment-topology/ec2-tailscale.md +225 -0
- package/substrate/standards/deployment-topology.md +69 -0
- package/substrate/standards/docs-sync-allowlist.md +4 -4
- package/substrate/standards/domain-and-dns.md +145 -0
- package/substrate/standards/frontend-stack.md +67 -0
- package/substrate/standards/frontmatter-schema.md +154 -0
- package/substrate/standards/hook-injection-discipline.md +202 -0
- package/substrate/standards/hook-install-class.md +215 -0
- package/substrate/standards/input-handler-interface.md +152 -0
- package/substrate/standards/lite-manifest-schema-changes.md +60 -0
- package/substrate/standards/luminary-matching.md +105 -0
- package/substrate/standards/migration-discipline/active-record.md +50 -0
- package/substrate/standards/migration-discipline/alembic.md +43 -0
- package/substrate/standards/migration-discipline/gorm.md +50 -0
- package/substrate/standards/migration-discipline/prisma.md +53 -0
- package/substrate/standards/migration-discipline/sqlalchemy.md +51 -0
- package/substrate/standards/mobile-ephemeral-session.md +167 -0
- package/substrate/standards/model-routing-discipline.md +160 -0
- package/substrate/standards/persona-schema.md +229 -0
- package/substrate/standards/pluggable-luminaries.md +323 -0
- package/substrate/standards/pr-body-discipline.md +115 -0
- package/substrate/standards/preview-state-schema.md +189 -0
- package/substrate/standards/reserved-skill-names.md +120 -0
- package/substrate/standards/scannable-multi-option-output.md +261 -0
- package/substrate/standards/sdlc-gates/typescript.md +57 -0
- package/substrate/standards/session-board.md +256 -0
- package/substrate/standards/state-spine-contract.md +255 -0
- package/substrate/standards/steering-hints/kiss-words.md +11 -0
- package/substrate/standards/substrate-config-schema.md +267 -0
- package/substrate/standards/tier-dependency-analysis.md +1 -1
- package/substrate/standards/tier-tag-schema.md +1 -1
- package/substrate/standards/two-layer-config.md +99 -0
- package/substrate/standards/use-case-format.md +292 -0
- package/substrate/standards/user-story-invest.md +268 -0
- package/substrate/standards/velocity-and-appetite.md +229 -0
- package/substrate/standards/voice-input-pattern.md +119 -0
- package/substrate/standards/worktree-management.md +211 -0
- package/substrate/templates/chronicle-template.md +75 -0
- package/substrate/templates/memory-proposal-template.md +77 -0
- package/substrate/templates/persona-template.md +200 -0
- package/substrate/templates/pr-faq.md +45 -0
- package/substrate/templates/secret-rotation-template.md +162 -0
- package/substrate/templates/spec-template.md +131 -0
- package/substrate/templates/use-case-template.md +194 -0
- package/substrate/templates/user-story-template.md +107 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
tier: lite
|
|
3
3
|
name: pattern-review
|
|
4
|
-
description: Review code through the lens of world-class engineering patterns
|
|
4
|
+
description: "Review code through the lens of world-class engineering patterns \u2014 GoF, Fowler, SOLID, DDD. Flag violations and suggest improvements. Complements /architect-review which is system-level."
|
|
5
5
|
problem: "Code review catches style but misses architecture. A wrong pattern ships and blocks future work."
|
|
6
6
|
value: "Review through the lens of GoF and Fowler and SOLID and DDD. Names the pattern gap or misuse."
|
|
7
7
|
inputs: [A file path or PR ref or code block]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
tier: lite
|
|
3
3
|
name: personas
|
|
4
|
-
description: Load, list, and manage user personas
|
|
4
|
+
description: "Load, list, and manage user personas \u2014 the bassclef WHO record. Downstream skills (value-prop-canvas, synthetic-user, user-stories, jtbd-tasks) read from its output. Defaults to operator when no personas exist."
|
|
5
5
|
problem: "Product decisions get made for a nameless user. Downstream skills invent personas per session."
|
|
6
6
|
value: "One record of the WHO the product serves. Every skill reads the same personas."
|
|
7
7
|
inputs: [Manage command — list or add or edit or delete]
|
|
@@ -59,7 +59,7 @@ with every agent session regardless of runtime.
|
|
|
59
59
|
|
|
60
60
|
Search for persona files in this order:
|
|
61
61
|
|
|
62
|
-
1. `docs/personas/*.md` — **preferred bassclef path**
|
|
62
|
+
1. `docs/personas/*.md` — **preferred bassclef path**
|
|
63
63
|
2. `docs/design/personas/*.md` — legacy path (supported for backward compat with `/jtbd-tasks` + `/synthetic-user`)
|
|
64
64
|
3. If neither directory exists: proceed to operator-default fallback (Step 4)
|
|
65
65
|
|
|
@@ -191,9 +191,9 @@ When it's a red flag:
|
|
|
191
191
|
|
|
192
192
|
## Provenance & evolution
|
|
193
193
|
|
|
194
|
-
-
|
|
195
|
-
-
|
|
196
|
-
-
|
|
194
|
+
- Started as adopter work on user personas. Notes traced to real sources.
|
|
195
|
+
- Later shipped upstream to bassclef.
|
|
196
|
+
- Eight downstream skills read from `docs/personas/*.md`.
|
|
197
197
|
|
|
198
198
|
Future promotions referenced (separate goals):
|
|
199
199
|
- `/psychographic-mine` — upstream generator
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
tier: lite
|
|
3
3
|
name: promote
|
|
4
|
-
description: Propose promoting
|
|
4
|
+
description: "Propose promoting a pattern to bassclef. Creates an issue in the current repo (not bassclef) with the bassclef-evolution label. Three modes cover default, luminary upgrade, and substrate defect."
|
|
5
5
|
problem: "Good patterns in one adopter repo stay stuck there. Every other adopter reinvents the same wheel."
|
|
6
6
|
value: "Files a promote ticket in the current repo plus bassclef-upstream. Substrate evolves with real usage."
|
|
7
7
|
inputs: [A pattern description or code snippet or discipline learned]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: requirement
|
|
3
|
-
description: "Produce Cockburn use cases
|
|
3
|
+
description: "Produce Cockburn use cases plus INVEST user stories for a feature in one pass. Sam writes formal use cases for a spec. Louis writes INVEST stories for a backlog. You get both from one operator input. Combines /use-case + /user-stories."
|
|
4
4
|
problem: "Features get built from a one-line ticket. Corners get cut. Acceptance drifts from what the persona needs."
|
|
5
5
|
value: "Cockburn use cases plus INVEST user stories in one pass. Written for a Sam-style persona."
|
|
6
6
|
inputs: [A feature name or ticket ref]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
tier: lite
|
|
3
3
|
name: retro
|
|
4
|
-
description:
|
|
4
|
+
description: "Reflect at session close. Names what worked, what didn't, and what to change next time. Feeds candidate follow-on tickets."
|
|
5
5
|
problem: "Sessions end and the lessons vanish. What worked and what broke \u2014 nowhere written."
|
|
6
6
|
value: "A short retro that names what to keep and what to change next session."
|
|
7
7
|
inputs: [Optional session or goal ref]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: riff
|
|
3
|
-
description: "Produce 2-3 clickable mock alternatives for a UI surface. Each mock uses a different luminary lens. Louis picks a marketing variant. Sam picks a direction before building. Combines /interpret-input + /luminary + /stage
|
|
3
|
+
description: "Produce 2-3 clickable mock alternatives for a UI surface. Each mock uses a different luminary lens. Louis picks a marketing variant. Sam picks a direction before building. Combines /interpret-input + /luminary + /stage + /visual-review."
|
|
4
4
|
problem: "Design directions get one variant and no comparison. Operator picks blind. Rework is huge."
|
|
5
5
|
value: "Two or three clickable mocks per UI surface. Each mock pins a different luminary lens."
|
|
6
6
|
inputs: [A UI surface intent or design goal]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
tier: lite
|
|
3
3
|
name: roadmap-reconcile
|
|
4
|
-
description: Audit canvas LR-N tables and roadmap entries against recent chronicles, merged PRs, and freshly-filed tickets
|
|
4
|
+
description: "Audit canvas LR-N tables and roadmap entries against recent chronicles, merged PRs, and freshly-filed tickets. Surface drift via --dry-run. Apply edits with --apply. Runs at /longrun prep and /sprint as pre-flight."
|
|
5
5
|
problem: "Canvas roadmap tables get stale. Shipped work sits marked pending. Sequencing drifts from reality."
|
|
6
6
|
value: "Diffs the roadmap against merged PRs plus fresh session logs. Applies edits so the canvas matches reality."
|
|
7
7
|
inputs: [Optional --dry-run or --apply flag, Roadmap path or canvas ref]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: session-end
|
|
3
|
-
description: "Close the session cleanly
|
|
3
|
+
description: "Close the session cleanly. Writes the session log, pushes artifacts, updates whereami. Run when the Stop hook fails or when you want to end deliberately. Three tiers of obligation: MUST, SHOULD, MAY."
|
|
4
4
|
problem: "Sessions end without writing state. Next session starts cold. Session logs missing."
|
|
5
5
|
value: "Three tiers of close. Must-tier always runs local. Should-tier pushes if network is up."
|
|
6
6
|
inputs: [Optional — run explicitly or fires from Stop hook]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: session-log
|
|
3
|
-
description: "Write the session's log entry
|
|
3
|
+
description: "Write the session's log entry \u2014 what shipped, what was decided, what's still open. Reads the day's commits and conversation. Outputs a markdown entry with gates fired, sources read, and discoveries surfaced. Renamed from /chronicle."
|
|
4
4
|
problem: "Session logs get lost between mid-session interrupts and Stop hook races. Next session has no memory."
|
|
5
5
|
value: "One log entry that names what shipped and what was decided and what's still open."
|
|
6
6
|
inputs: [Optional Gate Evidence auto-populate flag]
|
|
@@ -192,7 +192,7 @@ If a single date carries two distinct work sessions (morning + evening, or goal
|
|
|
192
192
|
|
|
193
193
|
### Grace window on old vocabulary and skill name
|
|
194
194
|
|
|
195
|
-
Old vocabulary (bet → goal, step → step, chronicle → session log) still works through 2026-10-31 per ADR-031 and `.claude/rules/we-dont-break-adopters.md`. The old skill name `/chronicle` still resolves alongside `/session-log` during the same window. The rename registers in `standards/file-renames.json` per
|
|
195
|
+
Old vocabulary (bet → goal, step → step, chronicle → session log) still works through 2026-10-31 per ADR-031 and `.claude/rules/we-dont-break-adopters.md`. The old skill name `/chronicle` still resolves alongside `/session-log` during the same window. The rename registers in `standards/file-renames.json` per the bassclef file-rename discipline (standard tier).
|
|
196
196
|
|
|
197
197
|
Artifact directory names (`chronicle/`, `docs/chronicle/`) stay during this grace window. A separate migration handles the directory rename after the SKILL rename settles.
|
|
198
198
|
|
|
@@ -279,7 +279,7 @@ Shipped 4 PRs across foundation cures + first Wave 1 skill refactor...
|
|
|
279
279
|
- ADR-040 planning-skill vocabulary and lite profile
|
|
280
280
|
- `.claude/rules/plain-english-discipline.md`
|
|
281
281
|
- `.claude/rules/we-dont-break-adopters.md`
|
|
282
|
-
-
|
|
282
|
+
- file-rename-discipline (standard tier)
|
|
283
283
|
- `.claude/rules/session-artifacts.md`
|
|
284
284
|
- `.claude/rules/accessor-library-discipline.md`
|
|
285
285
|
- `standards/sdlc-compliance.md` — Gate Evidence discipline
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
tier: lite
|
|
3
3
|
name: skills
|
|
4
|
-
description: Browse the skill catalog live
|
|
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
5
|
problem: "Bassclef ships around 99 skills. Adopters don't know which one fits their moment."
|
|
6
6
|
value: "The catalog live. Every skill grouped by discovery cluster. Descriptions optimized for scan."
|
|
7
7
|
inputs: [Optional filter — cluster name or phase or keyword]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
tier: lite
|
|
3
3
|
name: spec
|
|
4
|
-
description: "
|
|
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
5
|
problem: "Canvases sketch a product. Tickets ask for features. The bridge to code doesn't exist."
|
|
6
6
|
value: "One spec that names the What and the Why and the acceptance list. Downstream skills read it."
|
|
7
7
|
inputs: [A canvas path or issue ref or scope description]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: sprint
|
|
3
|
-
description: "Show what's in flight and what's next. Reads project state, open issues, and the active goal
|
|
3
|
+
description: "Show what's in flight and what's next. Reads project state, open issues, and the active goal. Proposes the next sprint at thread level, not just the nearest leaf. Run at session start."
|
|
4
4
|
problem: "Session-start orientation takes a full read of git log and whereami and open PRs. Slow."
|
|
5
5
|
value: "One glance at what's in flight and what's next and what's blocked. Reads project state once."
|
|
6
6
|
inputs: [Optional focus flag]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
tier: lite
|
|
3
3
|
name: stage
|
|
4
|
-
description: "Turn an idea into clickable mock variants on a deployed subdomain. Two sizes: quick (~30 min, 2 variants) and light (~2h, 3 variants
|
|
4
|
+
description: "Turn an idea into clickable mock variants on a deployed subdomain. Two sizes: quick (~30 min, 2 variants) and light (~2h, 3 variants plus an Anthropic baseline). Operator picks a direction from phone before committing to build work."
|
|
5
5
|
problem: "A UI idea needs to be seen before it can be judged. Prose and wireframes lose the story."
|
|
6
6
|
value: "Turns an idea into clickable mocks on a deployed subdomain. Operator taps through and picks."
|
|
7
7
|
inputs: [A UI intent or design goal, Optional size — quick or light]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
tier: lite
|
|
3
3
|
name: state-a-problem
|
|
4
|
-
description: Draft a problem statement for a PR, issue, canvas, or spec. Two sizes
|
|
4
|
+
description: "Draft a problem statement for a PR, issue, canvas, or spec. Two sizes: brief (\u2264500 chars, opener, framework implicit) and para (\u22641200 chars, 5-block Who/What/When/Why-now/Outcome template). Runs /kiss --grade8 inline by default."
|
|
5
5
|
problem: "PR bodies and issue bodies open with framing that hides the user pain. Readers scroll past."
|
|
6
6
|
value: "One statement that leads with who hurts and what breaks and why fix it now. Ready to paste."
|
|
7
7
|
inputs: [A ticket ref or doc path or scope description, Optional size — brief or para]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
tier: lite
|
|
3
3
|
name: temperance
|
|
4
|
-
description: "Pause
|
|
4
|
+
description: "Pause and think before you code. Asks \u2014 am I building the right thing AND building it the right way? Fires before every non-trivial action."
|
|
5
5
|
problem: "Sessions dive into edits before the operator asks whether it's the right work or the right shape."
|
|
6
6
|
value: "A pause-and-think gate at every scope decision boundary. Six questions before code."
|
|
7
7
|
inputs: [Optional scope decision context]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
tier: lite
|
|
3
3
|
name: use-case
|
|
4
|
-
description: Produce Cockburn-style use cases
|
|
4
|
+
description: "Produce Cockburn-style use cases \u2014 main success scenario, numbered extensions, preconditions, postconditions, and stakeholders. Closes the gap between /user-stories and /spec. Distinct from /task-scenarios (UX narrative)."
|
|
5
5
|
problem: "Requirements go straight to code without a main success scenario. Extension paths get invented per PR."
|
|
6
6
|
value: "Cockburn-style use cases with numbered extensions and pre/postcondition contracts."
|
|
7
7
|
inputs: [A feature or persona-scoped scope]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
tier: lite
|
|
3
3
|
name: user-stories
|
|
4
|
-
description: Produce INVEST-shaped user stories that trace back to personas, JTBDs, and value-prop-canvas entries. Backlog-intake artifact for incremental delivery. Distinct from /task-scenarios (UX
|
|
4
|
+
description: "Produce INVEST-shaped user stories that trace back to personas, JTBDs, and value-prop-canvas entries. Backlog-intake artifact for incremental delivery. Distinct from /task-scenarios (UX narrative) and /use-case (system behavior)."
|
|
5
5
|
problem: "Stories get written from developer intent not persona need. INVEST shape drifts."
|
|
6
6
|
value: "INVEST-shaped stories that trace back to personas and JTBDs and value prop."
|
|
7
7
|
inputs: [A feature scope plus personas ref]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
tier: lite
|
|
3
3
|
name: value-prop
|
|
4
|
-
description: Draft a value prop for a ticket, goal, or feature. Three sizes
|
|
4
|
+
description: "Draft a value prop for a ticket, goal, or feature. Three sizes: tweet (\u2264280 chars claim + sharpener), brief (claim + 3 reasons), verbose (full Dunford / Moore positioning). Pick the size that matches your audience attention."
|
|
5
5
|
problem: "PR bodies and ticket bodies open with solution-framing. The reader has no reason to care."
|
|
6
6
|
value: "One line that names claim plus sharpener. Three sizes \u2014 tweet and brief and verbose."
|
|
7
7
|
inputs: [A ticket ref or doc path or scope description, Optional size — tweet or brief or verbose]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
tier: lite
|
|
3
3
|
name: verify
|
|
4
|
-
description:
|
|
4
|
+
description: "Verify post-build before committing. Matches change type to check list. Writes a marker the pre-commit hook reads. Runs after each task."
|
|
5
5
|
problem: "Tests run but scope-drift and missed acceptance and ADR violations slip through."
|
|
6
6
|
value: "Post-build gate that matches change type to check list. Runs before commit not after."
|
|
7
7
|
inputs: [Change type or scope hint]
|