elliot-stack 1.0.11 → 1.0.13

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.11",
3
+ "version": "1.0.13",
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"
@@ -11,10 +11,27 @@ The current session ID is: ${CLAUDE_SESSION_ID}
11
11
 
12
12
  ## Your task
13
13
 
14
- Suggest **3 descriptive titles** for this chat session based on the conversation so far. The goal is to make sessions easy to find later. Good titles:
15
- - Summarize **what was accomplished** in the chat, not just the topic
16
- - List key actions/outcomes separated by dashes, commas, or similar (e.g. "Reverse-Engineering /rename, PR #33165 Comment, and Building /better-title Skill")
17
- - Are detailed enough that someone skimming a session list can tell exactly what happened
14
+ Suggest **3 descriptive titles** for this chat session based on the conversation so far. The goal is to make sessions easy to find later.
15
+
16
+ ### Before drafting, do this quick mental pass
17
+
18
+ Ask yourself:
19
+ 1. What were the **goals** going in?
20
+ 2. What **got built / decided / fixed** that the user might reference later?
21
+ 3. What was **noise** — mistakes, abandoned approaches, things they had to redirect you on, dead ends? (These do NOT belong in the title.)
22
+ 4. What's **temporary** vs. **lasting**? Temporary states should be mentioned briefly, not led with.
23
+
24
+ Write the title from those answers, NOT from a chronological recap of the chat.
25
+
26
+ ### Good titles
27
+
28
+ - Summarize **what was accomplished**, not what was attempted
29
+ - **Title the outputs, not the journey** — exclude mistakes, dead ends, and abandoned approaches. They're not searchable and not useful context for future-you.
30
+ - **Use plain language a future-you would search for.** Avoid jargon like "passthrough," "edge cases," "toggle logic," "auto-cd," "refactored," "overhaul." Say what it does in normal words.
31
+ - **Weight by long-term reference value.** If something will stop mattering in weeks or months (temporary fixes, current-state notes, "until X is available" workarounds), mention it briefly but don't lead with it.
32
+ - List key outputs separated by dashes, commas, or similar (e.g. "Reverse-Engineering /rename, PR #33165 Comment, and Building /better-title Skill")
33
+ - Cover 2-4 main outputs. Resist cramming everything in — first-pass attempts tend to over-include.
34
+ - Are detailed enough that someone skimming a session list can tell exactly what they'd find inside
18
35
  - Typically 8-20 words — longer is fine if it adds useful detail
19
36
 
20
37
  ## Format
@@ -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