elliot-stack 1.0.10 → 1.0.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elliot-stack",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "Elliot's skill stack for Claude Code — install via npx elliot-stack@latest",
5
5
  "bin": {
6
6
  "elliot-stack": "bin/install.cjs"
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: estack-better-title
3
- description: (estack-better-title) Suggest better chat session titles and rename the session
3
+ description: (better-title) Suggest better chat session titles and rename the session
4
4
  disable-model-invocation: true
5
5
  allowed-tools: Bash, AskUserQuestion
6
6
  ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: estack-chris-voss
3
3
  description: >
4
- (estack-chris-voss) Applies Chris Voss negotiation principles from *Never Split the Difference* to any situation
4
+ (chris-voss) Applies Chris Voss negotiation principles from *Never Split the Difference* to any situation
5
5
  where understanding human psychology, persuasion, or influence would improve the output. Use
6
6
  when the user is navigating a situation involving another person, drafting communication that
7
7
  needs to land a certain way, or asking for advice on how to approach a difficult conversation —
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: estack-customer-discovery
3
- description: (estack-customer-discovery) Guide users through customer discovery — validating business ideas, identifying target customers, crafting outreach, preparing interview questions, and analyzing interview results. Use this skill whenever the user mentions customer discovery, customer interviews, validating an idea, market research, finding product-market fit, talking to customers, outreach messages, interview guides, or analyzing customer feedback. Also use when someone says they have a business idea and want to test it, or when they're preparing to talk to potential customers.
3
+ description: (customer-discovery) Guide users through customer discovery — validating business ideas, identifying target customers, crafting outreach, preparing interview questions, and analyzing interview results. Use this skill whenever the user mentions customer discovery, customer interviews, validating an idea, market research, finding product-market fit, talking to customers, outreach messages, interview guides, or analyzing customer feedback. Also use when someone says they have a business idea and want to test it, or when they're preparing to talk to potential customers.
4
4
  ---
5
5
 
6
6
  # Customer Discovery
@@ -28,16 +28,22 @@ If they describe their situation without picking a step, route them based on whe
28
28
  - Have interviews scheduled but need questions → **Step 3: Interview Execution**
29
29
  - Have done interviews and need to make sense of them → **Step 4: Analysis & Signals**
30
30
 
31
- ### Step 2: Read the right step file
31
+ ### Step 2: Read the right step file — MANDATORY
32
32
 
33
- Each step has its own workflow file with detailed instructions. Read the one you need:
33
+ <CRITICAL>
34
+ You MUST read the step file AND its corresponding reference file BEFORE responding to the user. Do NOT skip this. These files contain the actual frameworks and instructions — without reading them, your output will be generic and wrong.
35
+ </CRITICAL>
34
36
 
35
- - **Step 1: Strategy & Targeting** Read `steps/step-1-strategy.md`
36
- - **Step 2: Outreach** → Read `steps/step-2-outreach.md`
37
- - **Step 3: Interview Execution** → Read `steps/step-3-interviews.md`
38
- - **Step 4: Analysis & Signals** → Read `steps/step-4-analysis.md`
37
+ Each step has its own workflow file with detailed instructions. **Read the step file first, then read the reference file it points to.** Both reads are required — not optional, not "if you have time."
39
38
 
40
- The step file will tell you to also read the corresponding reference document. The reference docs are the source of truth — they contain the principles and frameworks. The step files tell you how to work through them with the user.
39
+ | Step | Step file (read first) | Reference file (read second) |
40
+ |---|---|---|
41
+ | 1. Strategy & Targeting | `steps/step-1-strategy.md` | `references/01-strategy-and-targeting.md` |
42
+ | 2. Outreach | `steps/step-2-outreach.md` | `references/02-outreach.md` |
43
+ | 3. Interview Execution | `steps/step-3-interviews.md` | `references/03-interview-execution.md` |
44
+ | 4. Analysis & Signals | `steps/step-4-analysis.md` | `references/04-analysis-and-signals.md` |
45
+
46
+ The reference docs are the source of truth — they contain the principles and frameworks. The step files tell you how to work through them with the user.
41
47
 
42
48
  ### Step 3: Be adaptive
43
49
 
@@ -1,8 +1,10 @@
1
1
  # Step 1: Strategy & Targeting
2
2
 
3
- ## Before anything else
3
+ ## Before anything else — BLOCKING REQUIREMENT
4
4
 
5
- Read `references/01-strategy-and-targeting.md` in the skill directory. That's your source of truth for this step. Internalize it before working with the user.
5
+ <CRITICAL>
6
+ You MUST read `references/01-strategy-and-targeting.md` BEFORE responding to the user. Do NOT skip this. This file contains the actual frameworks and instructions — without reading it, your output will be generic and wrong.
7
+ </CRITICAL>
6
8
 
7
9
  ## What this step accomplishes
8
10
 
@@ -1,8 +1,10 @@
1
1
  # Step 2: Outreach
2
2
 
3
- ## Before anything else
3
+ ## Before anything else — BLOCKING REQUIREMENT
4
4
 
5
- Read `references/02-outreach.md` in the skill directory. That's your source of truth for this step.
5
+ <CRITICAL>
6
+ You MUST read `references/02-outreach.md` BEFORE responding to the user. Do NOT skip this. This file contains the actual frameworks and instructions — without reading it, your output will be generic and wrong.
7
+ </CRITICAL>
6
8
 
7
9
  ## What this step accomplishes
8
10
 
@@ -1,8 +1,10 @@
1
1
  # Step 3: Interview Execution
2
2
 
3
- ## Before anything else
3
+ ## Before anything else — BLOCKING REQUIREMENT
4
4
 
5
- Read `references/03-interview-execution.md` in the skill directory. That's your source of truth for this step.
5
+ <CRITICAL>
6
+ You MUST read `references/03-interview-execution.md` BEFORE responding to the user. Do NOT skip this. This file contains the actual frameworks and instructions — without reading it, your output will be generic and wrong.
7
+ </CRITICAL>
6
8
 
7
9
  ## What this step accomplishes
8
10
 
@@ -1,8 +1,10 @@
1
1
  # Step 4: Analysis & Signals
2
2
 
3
- ## Before anything else
3
+ ## Before anything else — BLOCKING REQUIREMENT
4
4
 
5
- Read `references/04-analysis-and-signals.md` in the skill directory. That's your source of truth for this step.
5
+ <CRITICAL>
6
+ You MUST read `references/04-analysis-and-signals.md` BEFORE responding to the user. Do NOT skip this. This file contains the actual frameworks and instructions — without reading it, your output will be generic and wrong.
7
+ </CRITICAL>
6
8
 
7
9
  ## What this step accomplishes
8
10
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: estack-github-issue-tracker
3
3
  description: >
4
- (estack-github-issue-tracker) GitHub issue tracker management. Checks all open issues the user is involved in,
4
+ (github-issue-tracker) GitHub issue tracker management. Checks all open issues the user is involved in,
5
5
  finds related/duplicate issues, reports what changed, and recommends next steps.
6
6
  Run anytime for a check-in — works the same whether it's the first run or a daily habit.
7
7
  The tracker file acts as a cache to make repeat runs faster.
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: estack-repo-search
3
3
  description: >-
4
- (estack-repo-search) Clone and search external GitHub repositories to answer questions about their
4
+ (repo-search) Clone and search external GitHub repositories to answer questions about their
5
5
  code. Use this skill whenever the user references a repo you don't have local
6
6
  context for, asks about code in an external project, wants to compare
7
7
  implementations across repos, or needs information from a codebase that isn't