@human-avatar/skills-for-humanity 1.0.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/.claude-plugin/plugin.json +22 -0
- package/README.md +451 -0
- package/bin/install.js +271 -0
- package/package.json +41 -0
- package/skills/aesthetic/SKILL.md +80 -0
- package/skills/aesthetic-coherence-check/SKILL.md +92 -0
- package/skills/aesthetic-elegance-testing/SKILL.md +96 -0
- package/skills/aesthetic-pattern-detection/SKILL.md +93 -0
- package/skills/aesthetic-simplicity-analysis/SKILL.md +97 -0
- package/skills/analogy/SKILL.md +80 -0
- package/skills/analogy-boundary-testing/SKILL.md +90 -0
- package/skills/analogy-domain-transfer/SKILL.md +87 -0
- package/skills/analogy-perspective-shifting/SKILL.md +84 -0
- package/skills/analogy-structure-mapping/SKILL.md +88 -0
- package/skills/communication/SKILL.md +78 -0
- package/skills/communication-audience-modeling/SKILL.md +82 -0
- package/skills/communication-clarity-audit/SKILL.md +88 -0
- package/skills/communication-medium-selection/SKILL.md +89 -0
- package/skills/communication-objection-mapping/SKILL.md +87 -0
- package/skills/constraint/SKILL.md +78 -0
- package/skills/constraint-hardness-testing/SKILL.md +94 -0
- package/skills/constraint-rule-inversion/SKILL.md +77 -0
- package/skills/constraint-scope-reduction/SKILL.md +84 -0
- package/skills/constraint-workaround-mapping/SKILL.md +88 -0
- package/skills/creativity/SKILL.md +173 -0
- package/skills/creativity-alternatives/SKILL.md +84 -0
- package/skills/creativity-assumption-excavator/SKILL.md +95 -0
- package/skills/creativity-brainstorm/SKILL.md +102 -0
- package/skills/creativity-concept-fan/SKILL.md +93 -0
- package/skills/creativity-consider-factors/SKILL.md +87 -0
- package/skills/creativity-lateral-thinking/SKILL.md +77 -0
- package/skills/creativity-other-perspectives/SKILL.md +91 -0
- package/skills/creativity-plus-minus-interesting/SKILL.md +80 -0
- package/skills/creativity-provocation/SKILL.md +79 -0
- package/skills/creativity-random-entry/SKILL.md +74 -0
- package/skills/creativity-six-hats/SKILL.md +84 -0
- package/skills/creativity-water-logic/SKILL.md +79 -0
- package/skills/decision/SKILL.md +78 -0
- package/skills/decision-criteria-weighting/SKILL.md +88 -0
- package/skills/decision-option-mapping/SKILL.md +93 -0
- package/skills/decision-premortem-analysis/SKILL.md +86 -0
- package/skills/decision-reversibility-analysis/SKILL.md +88 -0
- package/skills/emotional/SKILL.md +78 -0
- package/skills/emotional-motivation-mapping/SKILL.md +95 -0
- package/skills/emotional-resistance-diagnosis/SKILL.md +96 -0
- package/skills/emotional-stakes-mapping/SKILL.md +98 -0
- package/skills/emotional-trust-audit/SKILL.md +96 -0
- package/skills/ethics/SKILL.md +130 -0
- package/skills/ethics-bias-check/SKILL.md +90 -0
- package/skills/ethics-check/SKILL.md +86 -0
- package/skills/ethics-consent-review/SKILL.md +104 -0
- package/skills/ethics-council/SKILL.md +219 -0
- package/skills/ethics-crisis-triage/SKILL.md +113 -0
- package/skills/ethics-data-audit/SKILL.md +87 -0
- package/skills/ethics-empathy-circle/SKILL.md +108 -0
- package/skills/ethics-impact-scan/SKILL.md +90 -0
- package/skills/ethics-vendor-review/SKILL.md +97 -0
- package/skills/game-theory/SKILL.md +59 -0
- package/skills/game-theory-auction/SKILL.md +96 -0
- package/skills/game-theory-coalition/SKILL.md +84 -0
- package/skills/game-theory-equilibrium/SKILL.md +73 -0
- package/skills/game-theory-iterated/SKILL.md +83 -0
- package/skills/game-theory-mechanism-design/SKILL.md +85 -0
- package/skills/game-theory-prisoners-dilemma/SKILL.md +81 -0
- package/skills/game-theory-signaling/SKILL.md +72 -0
- package/skills/historical/SKILL.md +78 -0
- package/skills/historical-cycle-detection/SKILL.md +102 -0
- package/skills/historical-failure-analysis/SKILL.md +96 -0
- package/skills/historical-lesson-extraction/SKILL.md +97 -0
- package/skills/historical-precedent-analysis/SKILL.md +96 -0
- package/skills/human/SKILL.md +128 -0
- package/skills/identity/SKILL.md +66 -0
- package/skills/identity-character-testing/SKILL.md +76 -0
- package/skills/identity-mission-alignment/SKILL.md +74 -0
- package/skills/identity-values-clarification/SKILL.md +68 -0
- package/skills/logic/SKILL.md +112 -0
- package/skills/logic-argument-validation/SKILL.md +92 -0
- package/skills/logic-causality-mapping/SKILL.md +121 -0
- package/skills/logic-check/SKILL.md +92 -0
- package/skills/logic-consistency-check/SKILL.md +96 -0
- package/skills/logic-constraint-mapping/SKILL.md +105 -0
- package/skills/logic-council/SKILL.md +158 -0
- package/skills/logic-fixer/SKILL.md +94 -0
- package/skills/narrative/SKILL.md +78 -0
- package/skills/narrative-audience-modeling/SKILL.md +65 -0
- package/skills/narrative-frame-analysis/SKILL.md +66 -0
- package/skills/narrative-structure-mapping/SKILL.md +70 -0
- package/skills/narrative-tension-mapping/SKILL.md +62 -0
- package/skills/play/SKILL.md +80 -0
- package/skills/play-constraint-inversion/SKILL.md +97 -0
- package/skills/play-perspective-reversal/SKILL.md +101 -0
- package/skills/play-stimulus-generation/SKILL.md +101 -0
- package/skills/play-worst-case-reversal/SKILL.md +94 -0
- package/skills/probability/SKILL.md +78 -0
- package/skills/probability-base-rate-anchoring/SKILL.md +66 -0
- package/skills/probability-confidence-calibration/SKILL.md +73 -0
- package/skills/probability-expected-value-calculation/SKILL.md +69 -0
- package/skills/probability-scenario-weighting/SKILL.md +66 -0
- package/skills/resource/SKILL.md +78 -0
- package/skills/resource-allocation-analysis/SKILL.md +71 -0
- package/skills/resource-bottleneck-analysis/SKILL.md +76 -0
- package/skills/resource-leverage-mapping/SKILL.md +69 -0
- package/skills/resource-waste-audit/SKILL.md +80 -0
- package/skills/sensory/SKILL.md +68 -0
- package/skills/sensory-detail-mining/SKILL.md +70 -0
- package/skills/sensory-signal-detection/SKILL.md +68 -0
- package/skills/sensory-structured-observation/SKILL.md +73 -0
- package/skills/social/SKILL.md +78 -0
- package/skills/social-coalition-mapping/SKILL.md +74 -0
- package/skills/social-dynamics-analysis/SKILL.md +80 -0
- package/skills/social-incentive-analysis/SKILL.md +76 -0
- package/skills/social-power-mapping/SKILL.md +67 -0
- package/skills/strategy/SKILL.md +54 -0
- package/skills/strategy-alliance/SKILL.md +67 -0
- package/skills/strategy-deception/SKILL.md +60 -0
- package/skills/strategy-force-economy/SKILL.md +63 -0
- package/skills/strategy-intelligence/SKILL.md +65 -0
- package/skills/strategy-positioning/SKILL.md +62 -0
- package/skills/strategy-terrain/SKILL.md +64 -0
- package/skills/strategy-timing/SKILL.md +64 -0
- package/skills/strategy-victory/SKILL.md +64 -0
- package/skills/systems/SKILL.md +78 -0
- package/skills/systems-archetype-matching/SKILL.md +72 -0
- package/skills/systems-emergence-detection/SKILL.md +65 -0
- package/skills/systems-feedback-mapping/SKILL.md +67 -0
- package/skills/systems-leverage-analysis/SKILL.md +65 -0
- package/skills/temporal/SKILL.md +78 -0
- package/skills/temporal-cycle-detection/SKILL.md +75 -0
- package/skills/temporal-futures-mapping/SKILL.md +63 -0
- package/skills/temporal-horizon-mapping/SKILL.md +65 -0
- package/skills/temporal-timing-analysis/SKILL.md +67 -0
- package/skills/writing/SKILL.md +115 -0
- package/skills/writing-arc-design/SKILL.md +68 -0
- package/skills/writing-argument/SKILL.md +79 -0
- package/skills/writing-audience-calibration/SKILL.md +72 -0
- package/skills/writing-character-development/SKILL.md +72 -0
- package/skills/writing-copy/SKILL.md +83 -0
- package/skills/writing-dialogue/SKILL.md +86 -0
- package/skills/writing-executive-summary/SKILL.md +68 -0
- package/skills/writing-inconsistency-audit/SKILL.md +94 -0
- package/skills/writing-line-editing/SKILL.md +87 -0
- package/skills/writing-plot-structure/SKILL.md +65 -0
- package/skills/writing-pov/SKILL.md +72 -0
- package/skills/writing-prose-elevation/SKILL.md +82 -0
- package/skills/writing-report/SKILL.md +65 -0
- package/skills/writing-restructure/SKILL.md +71 -0
- package/skills/writing-rhetoric/SKILL.md +90 -0
- package/skills/writing-scene-construction/SKILL.md +79 -0
- package/skills/writing-technical/SKILL.md +94 -0
- package/skills/writing-tone-alignment/SKILL.md +72 -0
- package/skills/writing-voice-consistency/SKILL.md +74 -0
- package/skills/writing-worldbuilding/SKILL.md +59 -0
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: resource
|
|
3
|
+
description: "Entry point for the resource toolkit. Routes to the right resource skill based on your situation. Use when you say 'resource', 'capacity', 'bottleneck', 'allocation', 'where should we focus', 'where are we wasting', 'highest leverage', 'what's slowing us down', or want resource reasoning applied without knowing which specific tool fits."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Resource
|
|
7
|
+
|
|
8
|
+
Applies resource reasoning to allocation, constraints, leverage, and waste. Diagnoses what kind of resource work is needed and applies the right tool.
|
|
9
|
+
|
|
10
|
+
## Which tool fits
|
|
11
|
+
|
|
12
|
+
| You need to... | Tool |
|
|
13
|
+
|---|---|
|
|
14
|
+
| Distribute limited resources across competing needs | allocation-analysis |
|
|
15
|
+
| Find what is actually constraining throughput | bottleneck-analysis |
|
|
16
|
+
| Find the highest-leverage use of available resources | leverage-mapping |
|
|
17
|
+
| Find where resources are being lost, duplicated, or underused | waste-audit |
|
|
18
|
+
|
|
19
|
+
## Routing Decision
|
|
20
|
+
|
|
21
|
+
- **Have limited resources and competing priorities — need to allocate** → allocation-analysis
|
|
22
|
+
- **Things are moving slowly — need to find the actual constraint** → bottleneck-analysis
|
|
23
|
+
- **Want to maximize impact with what you have** → leverage-mapping
|
|
24
|
+
- **Sense that effort isn't producing commensurate output** → waste-audit
|
|
25
|
+
- **Unclear** → bottleneck-analysis; finding the constraint usually determines how to allocate and where the leverage is
|
|
26
|
+
|
|
27
|
+
## Confirm Direction
|
|
28
|
+
|
|
29
|
+
After diagnosing which tool fits, present the recommendation before executing:
|
|
30
|
+
|
|
31
|
+
> My read: **[diagnosed tool]** — one sentence on why it fits.
|
|
32
|
+
|
|
33
|
+
- **A) Yes, run that tool**
|
|
34
|
+
- **B) Show me all options** — list every skill in this category with one-line descriptions
|
|
35
|
+
- **C) Quick version** — lighter-weight alternative for this situation, if one exists
|
|
36
|
+
- **D) Re-diagnose** — describe the situation differently for a second read
|
|
37
|
+
|
|
38
|
+
Wait for their selection before proceeding.
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## Allocation Analysis
|
|
43
|
+
|
|
44
|
+
*Distributes limited resources across competing needs.*
|
|
45
|
+
|
|
46
|
+
Make the trade-offs explicit rather than implicit. Map all competing claims on the resource. For each: what is the expected return on investment? What is the cost of under-resourcing? Are any allocations producing diminishing returns? Are any starved below a minimum threshold for effectiveness? Allocation decisions made without explicit trade-off analysis tend to satisfy the loudest voice rather than the best use.
|
|
47
|
+
|
|
48
|
+
**Output:** Allocation map with expected returns, identified diminishing returns, minimum thresholds, and the recommended distribution with explicit trade-off reasoning.
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
## Bottleneck Analysis
|
|
53
|
+
|
|
54
|
+
*Identifies what is actually constraining throughput.*
|
|
55
|
+
|
|
56
|
+
Apply Theory of Constraints logic: the system can only move as fast as its slowest point. Adding resources anywhere except the bottleneck doesn't improve throughput. Identify the current bottleneck: where does work queue up, where does it wait, where is output consistently below demand? Verify it's the actual bottleneck and not a symptom. Once identified: what would it take to elevate it?
|
|
57
|
+
|
|
58
|
+
**Output:** Bottleneck identified with evidence, verification that it's the system constraint (not a symptom), and the options to elevate it with effort estimates.
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## Leverage Mapping
|
|
63
|
+
|
|
64
|
+
*Finds the highest-leverage use of available resources.*
|
|
65
|
+
|
|
66
|
+
Leverage is where the same input produces the most output. Not all investments are equal — some create multiplying effects (better systems, better people, better tools) while others are purely linear. For each candidate use of resources: is the return linear (1 unit in → 1 unit out) or multiplying (1 unit in → many units out over time)? Prioritize multiplying investments, especially those that unblock other work.
|
|
67
|
+
|
|
68
|
+
**Output:** Candidate uses of resources mapped by leverage type (linear vs. multiplying), with the highest-leverage options ranked and reasoning for each.
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## Waste Audit
|
|
73
|
+
|
|
74
|
+
*Finds where resources are being lost, duplicated, or underused.*
|
|
75
|
+
|
|
76
|
+
Apply the seven wastes to knowledge work: (1) Overproduction — work done before it's needed, (2) Waiting — time spent blocked or idle, (3) Transport — handoffs that add no value, (4) Over-processing — more work than the task requires, (5) Inventory — work in progress that isn't being acted on, (6) Motion — effort that doesn't produce output, (7) Defects — rework from problems earlier in the process. Find the biggest waste category and its source.
|
|
77
|
+
|
|
78
|
+
**Output:** Waste audit across all seven categories, the biggest waste sources, and the highest-impact reductions.
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: resource-allocation-analysis
|
|
3
|
+
description: "Distributes limited resources across competing needs — making the trade-offs explicit rather than implicit. Triggers: 'resource allocation', 'how do we distribute this', 'competing priorities', 'trade-off analysis', 'how do we split this', 'allocation decision'."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Resource Allocation Analysis
|
|
7
|
+
|
|
8
|
+
Every allocation is a trade-off — giving to one thing means giving less to another. The problem is that most allocations are made implicitly, leaving the trade-offs invisible. Making trade-offs explicit forces honest prioritisation and prevents the political habit of pretending everything can be fully funded.
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## Your Process
|
|
13
|
+
|
|
14
|
+
**Step 1: Inventory Available Resources**
|
|
15
|
+
Name and quantify the resources to be allocated: budget, headcount, time, capacity. Be precise about what is actually available — not what is desired.
|
|
16
|
+
|
|
17
|
+
**Step 2: List All Competing Claims**
|
|
18
|
+
Every demand on the resource. Include maintenance and ongoing commitments, not just new initiatives. Claims that are implicitly assumed to be funded should be made explicit here.
|
|
19
|
+
|
|
20
|
+
**Step 3: Assess Each Claim**
|
|
21
|
+
For each claim: what is the strategic priority (how directly does this serve the most important goals)? What is the cost of under-resourcing it (what breaks, slows, or is lost if it receives less)?
|
|
22
|
+
|
|
23
|
+
**Step 4: Identify Constraints**
|
|
24
|
+
Are there minimums (must have at least X to function), maximums (more than Y produces no additional value), or dependencies (A must be funded before B makes sense)?
|
|
25
|
+
|
|
26
|
+
**Step 5: Draft an Allocation**
|
|
27
|
+
Distribute the available resource across claims. At this stage, make the trade-offs explicit: write down what each claim gives up under this draft allocation.
|
|
28
|
+
|
|
29
|
+
**Step 6: Sense-Check Against Overall Goals**
|
|
30
|
+
Does this allocation, taken as a whole, serve the most important outcomes? Where is the allocation driven by politics or inertia rather than strategic priority?
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## Human Check-in
|
|
35
|
+
|
|
36
|
+
Before proceeding, ask the user:
|
|
37
|
+
|
|
38
|
+
**How do you want to run this?**
|
|
39
|
+
|
|
40
|
+
- **A) Full analysis** — complete all steps, reasoning shown throughout
|
|
41
|
+
- **B) Key findings only** — bottom-line output, skip step-by-step detail
|
|
42
|
+
- **C) Trade-off table only** — what each allocation gives up, skip the full recommendation
|
|
43
|
+
- **D) Refine the framing** — adjust what we're analyzing before starting
|
|
44
|
+
|
|
45
|
+
Proceed based on their choice.
|
|
46
|
+
|
|
47
|
+
## Output Format
|
|
48
|
+
|
|
49
|
+
### Available Resources
|
|
50
|
+
| Resource | Total Available |
|
|
51
|
+
|----------|----------------|
|
|
52
|
+
| ... | ... |
|
|
53
|
+
|
|
54
|
+
### Competing Claims
|
|
55
|
+
| Claim | Strategic Priority | Cost of Under-Resourcing | Constraints |
|
|
56
|
+
|-------|------------------|-------------------------|-------------|
|
|
57
|
+
| ... | High / Medium / Low | ... | Min / Max / Dependency |
|
|
58
|
+
|
|
59
|
+
### Draft Allocation
|
|
60
|
+
| Claim | Allocation | Trade-off (what it gives up) |
|
|
61
|
+
|-------|-----------|------------------------------|
|
|
62
|
+
| ... | ... | ... |
|
|
63
|
+
|
|
64
|
+
### Strategic Alignment Check
|
|
65
|
+
Does this allocation serve the most important outcomes? Where does it diverge from strategic priority — and is that divergence justified?
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## Notes
|
|
70
|
+
|
|
71
|
+
The most useful output is the trade-off column — if the trade-offs can't be written clearly, the allocation hasn't been thought through. Force each trade-off to be named before the allocation is finalised.
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: resource-bottleneck-analysis
|
|
3
|
+
description: "Identifies what is actually constraining throughput — using Theory of Constraints logic: the system can only move as fast as its slowest point. Triggers: 'bottleneck analysis', 'what's actually slowing this down', 'where's the constraint', 'theory of constraints', 'find the bottleneck', 'why are we moving slowly'."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Bottleneck Analysis
|
|
7
|
+
|
|
8
|
+
A system can only move as fast as its slowest stage. Improving any stage other than the bottleneck does not improve overall throughput — it just creates more work waiting in front of the constraint. Finding and addressing the bottleneck is the highest-leverage intervention available.
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## Your Process
|
|
13
|
+
|
|
14
|
+
**Step 1: Map the Process or Value Chain**
|
|
15
|
+
Describe all the stages in sequence. What enters each stage, what happens, and what exits? The map should cover the full flow from input to output.
|
|
16
|
+
|
|
17
|
+
**Step 2: Identify Throughput per Stage**
|
|
18
|
+
For each stage: what is the throughput rate? How much work can it process per unit of time? Where does work visibly queue up, wait, or accumulate? Queuing upstream of a stage is the most reliable indicator of a bottleneck.
|
|
19
|
+
|
|
20
|
+
**Step 3: Identify the Current Bottleneck**
|
|
21
|
+
The bottleneck is the stage with the lowest throughput that gates everything downstream. Name it specifically. Everything else in the system is constrained by its capacity.
|
|
22
|
+
|
|
23
|
+
**Step 4: Exploit the Bottleneck (No New Investment)**
|
|
24
|
+
Before investing in more capacity: are we getting maximum output from the bottleneck as it currently exists? What work is arriving at the bottleneck that shouldn't be there? Can quality gates be moved earlier to protect bottleneck time? Can idle time at the bottleneck be eliminated?
|
|
25
|
+
|
|
26
|
+
**Step 5: Subordinate Everything Else to the Bottleneck**
|
|
27
|
+
Non-bottleneck stages should operate at the rate the bottleneck can consume. Optimising non-bottleneck stages creates inventory, not throughput. Identify any optimisations elsewhere in the system that are making the bottleneck problem worse.
|
|
28
|
+
|
|
29
|
+
**Step 6: Elevate the Bottleneck**
|
|
30
|
+
Only after Steps 4–5: what investment would increase the bottleneck's capacity? What would it cost, and what throughput improvement would result?
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## Human Check-in
|
|
35
|
+
|
|
36
|
+
Before proceeding, ask the user:
|
|
37
|
+
|
|
38
|
+
**How do you want to run this?**
|
|
39
|
+
|
|
40
|
+
- **A) Full analysis** — complete all steps, reasoning shown throughout
|
|
41
|
+
- **B) Key findings only** — bottom-line output, skip step-by-step detail
|
|
42
|
+
- **C) Constraint identification only** — what's actually limiting throughput, skip the relief analysis
|
|
43
|
+
- **D) Refine the framing** — adjust what we're analyzing before starting
|
|
44
|
+
|
|
45
|
+
Proceed based on their choice.
|
|
46
|
+
|
|
47
|
+
## Output Format
|
|
48
|
+
|
|
49
|
+
### Process Map
|
|
50
|
+
[Stage 1] → [Stage 2] → [Stage 3] → ... → [Output]
|
|
51
|
+
|
|
52
|
+
### Throughput per Stage
|
|
53
|
+
| Stage | Throughput Rate | Queue Size / Wait Time | Bottleneck? |
|
|
54
|
+
|-------|----------------|----------------------|-------------|
|
|
55
|
+
| ... | ... | ... | Yes / No |
|
|
56
|
+
|
|
57
|
+
### Current Bottleneck
|
|
58
|
+
**Stage:** [Name]
|
|
59
|
+
**Why it's the constraint:** [Throughput evidence]
|
|
60
|
+
|
|
61
|
+
### Exploit Options (No New Investment Required)
|
|
62
|
+
- [Specific action to get more from the existing bottleneck]
|
|
63
|
+
|
|
64
|
+
### Subordination Recommendations
|
|
65
|
+
- [What should stop being optimised because it feeds the bottleneck]
|
|
66
|
+
|
|
67
|
+
### Elevation Options (Investment Required)
|
|
68
|
+
| Option | Investment | Throughput Improvement |
|
|
69
|
+
|--------|-----------|----------------------|
|
|
70
|
+
| ... | ... | ... |
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
## Notes
|
|
75
|
+
|
|
76
|
+
The bottleneck moves after you fix it — the next constraint becomes the new bottleneck. Repeat the analysis after each intervention rather than assuming the system is now optimised.
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: resource-leverage-mapping
|
|
3
|
+
description: "Finds the highest-leverage use of available resources — where the same input produces the most output. Triggers: 'resource leverage', 'highest-leverage use', 'where should we put our energy', 'maximize impact', 'leverage mapping'."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Resource Leverage Mapping
|
|
7
|
+
|
|
8
|
+
Not all uses of a resource are equal. Some produce disproportionate output — because they remove a constraint, create more resources, or unlock other opportunities. Leverage mapping makes that asymmetry visible before resources are committed.
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## Your Process
|
|
13
|
+
|
|
14
|
+
**Step 1: Inventory Available Resources**
|
|
15
|
+
List all meaningful resources available: time, money, people, attention, relationships, existing assets, reputation. Be specific — "the engineering team" is less useful than "three senior engineers with 20% slack capacity."
|
|
16
|
+
|
|
17
|
+
**Step 2: List All Candidate Uses**
|
|
18
|
+
For each resource, what are all the plausible ways it could be deployed? Do not filter yet — generate a full list of options.
|
|
19
|
+
|
|
20
|
+
**Step 3: Estimate Output per Unit of Input**
|
|
21
|
+
For each candidate use: what is the likely output for a given unit of input? This doesn't need to be precise — a rough order-of-magnitude estimate is sufficient. The goal is to find the outliers.
|
|
22
|
+
|
|
23
|
+
**Step 4: Identify Multiplier Effects**
|
|
24
|
+
Which uses of a resource create more resources, unlock additional capacity, or enable other uses? These are the highest-leverage options. Examples: building a relationship that opens a distribution channel; shipping a feature that funds the next two.
|
|
25
|
+
|
|
26
|
+
**Step 5: Find Underused High-Leverage Resources**
|
|
27
|
+
Which available resources are currently underused relative to their potential leverage? Relationships, existing data, attention from a key person, and existing assets are commonly overlooked.
|
|
28
|
+
|
|
29
|
+
**Step 6: Recommend the Highest-Leverage Allocation**
|
|
30
|
+
Given the analysis, what is the best deployment of the available resources?
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## Human Check-in
|
|
35
|
+
|
|
36
|
+
Before proceeding, ask the user:
|
|
37
|
+
|
|
38
|
+
**How do you want to run this?**
|
|
39
|
+
|
|
40
|
+
- **A) Full analysis** — complete all steps, reasoning shown throughout
|
|
41
|
+
- **B) Key findings only** — bottom-line output, skip step-by-step detail
|
|
42
|
+
- **C) Highest leverage use only** — single best allocation of the scarcest resource
|
|
43
|
+
- **D) Refine the framing** — adjust what we're analyzing before starting
|
|
44
|
+
|
|
45
|
+
Proceed based on their choice.
|
|
46
|
+
|
|
47
|
+
## Output Format
|
|
48
|
+
|
|
49
|
+
### Resource Inventory
|
|
50
|
+
| Resource | Available Quantity / Capacity |
|
|
51
|
+
|----------|------------------------------|
|
|
52
|
+
| ... | ... |
|
|
53
|
+
|
|
54
|
+
### Candidate Uses with Output Estimates
|
|
55
|
+
| Resource | Use | Estimated Output per Unit Input | Multiplier Effect? |
|
|
56
|
+
|----------|-----|--------------------------------|--------------------|
|
|
57
|
+
| ... | ... | Low / Medium / High | Yes / No — [describe] |
|
|
58
|
+
|
|
59
|
+
### Underused High-Leverage Resources
|
|
60
|
+
- [Resource] — current use vs. potential leverage.
|
|
61
|
+
|
|
62
|
+
### Recommended Allocation
|
|
63
|
+
State the highest-leverage deployment with rationale. Make the trade-offs explicit — what is being deprioritised and why.
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
67
|
+
## Notes
|
|
68
|
+
|
|
69
|
+
Run this before a planning cycle or before committing significant resources to a course of action. The most common finding is that a relationship or an existing asset is being underused relative to its potential leverage.
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: resource-waste-audit
|
|
3
|
+
description: "Finds where resources are being lost, duplicated, or underused — the seven wastes applied to knowledge work. Triggers: 'waste audit', 'where are we wasting resources', 'inefficiency audit', 'find the waste', 'what's being duplicated', 'resource leakage'."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Resource Waste Audit
|
|
7
|
+
|
|
8
|
+
In manufacturing, Toyota identified seven categories of waste. They apply equally to knowledge work — with a different surface appearance but the same underlying structure. The goal is to find where resources are consumed without producing value.
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## The Seven Wastes in Knowledge Work
|
|
13
|
+
|
|
14
|
+
| Waste | Description |
|
|
15
|
+
|-------|-------------|
|
|
16
|
+
| **Waiting** | Idle time between steps — work blocked pending a decision, review, or dependency |
|
|
17
|
+
| **Overproduction** | Producing more than is needed — reports no one reads, features no one uses |
|
|
18
|
+
| **Rework** | Fixing what should have been right — re-doing work due to unclear requirements or poor handoffs |
|
|
19
|
+
| **Duplication** | The same work being done in two places — parallel efforts, re-discovered knowledge |
|
|
20
|
+
| **Motion** | Unnecessary switching or handoffs — context switching, excessive meetings, process overhead |
|
|
21
|
+
| **Inventory** | Work in progress that is not flowing — large backlogs, features built but not shipped |
|
|
22
|
+
| **Over-processing** | More effort than the task requires — over-engineered solutions, unnecessary polish |
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Your Process
|
|
27
|
+
|
|
28
|
+
**Step 1: Map the Workflow or Resource Allocation**
|
|
29
|
+
Describe how work moves through the system — the full path from input to value delivery.
|
|
30
|
+
|
|
31
|
+
**Step 2: Scan Each Waste Category**
|
|
32
|
+
For each of the seven wastes: where does it appear in the workflow? Look for specific instances, not general impressions.
|
|
33
|
+
|
|
34
|
+
**Step 3: Quantify Each Waste**
|
|
35
|
+
Estimate roughly how much resource each waste consumes — time per week, headcount, or percentage of capacity. Rough estimates are fine; the goal is to rank, not to audit precisely.
|
|
36
|
+
|
|
37
|
+
**Step 4: Root Cause per Waste**
|
|
38
|
+
Why does this waste exist? Process design? Incentive structure? Unclear ownership? Identifying the root cause determines whether the fix is simple or systemic.
|
|
39
|
+
|
|
40
|
+
**Step 5: Rank by Impact and Recommend**
|
|
41
|
+
Which waste removal would free the most resource? Prioritise the top three and propose specific actions.
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## Human Check-in
|
|
46
|
+
|
|
47
|
+
Before proceeding, ask the user:
|
|
48
|
+
|
|
49
|
+
**How do you want to run this?**
|
|
50
|
+
|
|
51
|
+
- **A) Full analysis** — complete all steps, reasoning shown throughout
|
|
52
|
+
- **B) Key findings only** — bottom-line output, skip step-by-step detail
|
|
53
|
+
- **C) Biggest waste items only** — top 3 losses by magnitude, skip smaller inefficiencies
|
|
54
|
+
- **D) Refine the framing** — adjust what we're analyzing before starting
|
|
55
|
+
|
|
56
|
+
Proceed based on their choice.
|
|
57
|
+
|
|
58
|
+
## Output Format
|
|
59
|
+
|
|
60
|
+
### Waste Inventory
|
|
61
|
+
| Waste Type | Where It Appears | Estimated Resource Cost | Root Cause |
|
|
62
|
+
|-----------|-----------------|------------------------|------------|
|
|
63
|
+
| Waiting | ... | ... | ... |
|
|
64
|
+
| Overproduction | ... | ... | ... |
|
|
65
|
+
| Rework | ... | ... | ... |
|
|
66
|
+
| Duplication | ... | ... | ... |
|
|
67
|
+
| Motion | ... | ... | ... |
|
|
68
|
+
| Inventory | ... | ... | ... |
|
|
69
|
+
| Over-processing | ... | ... | ... |
|
|
70
|
+
|
|
71
|
+
### Top 3 Waste Reductions (Ranked by Impact)
|
|
72
|
+
1. **[Waste type]** — [Specific action] — [Expected resource freed]
|
|
73
|
+
2. **[Waste type]** — [Specific action] — [Expected resource freed]
|
|
74
|
+
3. **[Waste type]** — [Specific action] — [Expected resource freed]
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
## Notes
|
|
79
|
+
|
|
80
|
+
Rework and duplication are usually the most expensive wastes in knowledge work, but waiting is often the most demoralising. Address the highest-cost waste first, but don't ignore the one most affecting morale.
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sensory
|
|
3
|
+
description: "Entry point for the sensory observation toolkit. Routes to the right observational skill based on your situation. Use when you say 'sensory', 'what are we missing', 'look more carefully', 'separate signal from noise', 'too much information', 'what actually matters here', 'observe this carefully', or want observational precision applied without knowing which specific tool fits."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Sensory
|
|
7
|
+
|
|
8
|
+
Applies disciplined observation and attention to any situation. Diagnoses what kind of observational work is needed and applies the right tool.
|
|
9
|
+
|
|
10
|
+
## Which tool fits
|
|
11
|
+
|
|
12
|
+
| You need to... | Tool |
|
|
13
|
+
|---|---|
|
|
14
|
+
| Find specific details that are being overlooked | detail-mining |
|
|
15
|
+
| Separate what actually matters from background noise | signal-detection |
|
|
16
|
+
| Apply disciplined observation before interpreting | structured-observation |
|
|
17
|
+
|
|
18
|
+
## Routing Decision
|
|
19
|
+
|
|
20
|
+
- **Have a situation and suspect important details are being missed** → detail-mining
|
|
21
|
+
- **Overwhelmed with information and need to find what matters** → signal-detection
|
|
22
|
+
- **Rushing to interpret before fully observing** → structured-observation
|
|
23
|
+
- **Unclear** → structured-observation first; disciplined observation before mining or filtering
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## Confirm Direction
|
|
28
|
+
|
|
29
|
+
After diagnosing which tool fits, present the recommendation before executing:
|
|
30
|
+
|
|
31
|
+
> My read: **[diagnosed tool]** — one sentence on why it fits.
|
|
32
|
+
|
|
33
|
+
- **A) Yes, run that tool**
|
|
34
|
+
- **B) Show me all options** — list every skill in this category with one-line descriptions
|
|
35
|
+
- **C) Quick version** — lighter-weight alternative for this situation, if one exists
|
|
36
|
+
- **D) Re-diagnose** — describe the situation differently for a second read
|
|
37
|
+
|
|
38
|
+
Wait for their selection before proceeding.
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## Detail Mining
|
|
43
|
+
|
|
44
|
+
*Finds specific details being overlooked.*
|
|
45
|
+
|
|
46
|
+
Slow down. The most important information is often present but not being registered. Go back to primary sources — the actual data, the actual words, the actual behavior. For each element: what specific, concrete, observable detail is present? What exactly is being said, not what it means? Generate a dense inventory of specifics before drawing conclusions. Vague observations produce vague conclusions.
|
|
47
|
+
|
|
48
|
+
**Output:** Dense inventory of specific, concrete details. The details most likely to be overlooked and their implications.
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
## Signal Detection
|
|
53
|
+
|
|
54
|
+
*Separates meaningful signal from background noise.*
|
|
55
|
+
|
|
56
|
+
Not all information is equally relevant. Classify each piece of information: (1) Strong signal — directly relevant to the question, (2) Weak signal — potentially relevant, worth watching, (3) Noise — present but irrelevant. For each strong signal: what does it indicate? For each weak signal: what would make it stronger or weaker? The goal is attention management — what should be acted on, watched, and ignored.
|
|
57
|
+
|
|
58
|
+
**Output:** Signal/noise classification for all inputs. Strong signals and their implications. Weak signals to monitor.
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## Structured Observation
|
|
63
|
+
|
|
64
|
+
*Applies disciplined observation by suspending interpretation.*
|
|
65
|
+
|
|
66
|
+
Most people observe and interpret simultaneously — which means interpretation shapes what they see. Suspend interpretation: for this exercise, describe only what you observe, not what it means. What is actually present? What is actually happening? What are the exact words, behaviors, or outputs? After observation is complete, interpretation can begin — but it starts from a richer, more accurate base.
|
|
67
|
+
|
|
68
|
+
**Output:** Pure observation record (no interpretation). Then: interpretation layer applied to the observation record, now clearly separated from what was actually seen.
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sensory-detail-mining
|
|
3
|
+
description: "Finds specific details being overlooked — the most important information is often present but not being registered. Triggers: 'what are we missing', 'go deeper on this', 'find the details', 'be more specific', 'what exactly is happening', 'ground this in specifics'."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Detail Mining
|
|
7
|
+
|
|
8
|
+
Abstractions are useful — but they lose the specific detail that often contains the real insight. "Users are frustrated" is an abstraction that conceals which users, in which moment, doing what, saying what exactly. Detail mining forces that concealment back into the open.
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## Your Process
|
|
13
|
+
|
|
14
|
+
**Step 1: Take the Current Description**
|
|
15
|
+
Work with whatever account, analysis, or summary exists. This is the starting material — it contains the abstractions to excavate.
|
|
16
|
+
|
|
17
|
+
**Step 2: Identify Where It's Abstract**
|
|
18
|
+
Mark every place the description uses categories, summaries, or generalisations instead of specific observed instances. Words like "often," "users," "usually," "issues," "problems," and "feedback" are abstraction signals.
|
|
19
|
+
|
|
20
|
+
**Step 3: Force Specificity on Each Abstraction**
|
|
21
|
+
For each abstraction: what are the actual, specific instances behind it? Name them. Quote them if possible. Specify who, when, what exactly.
|
|
22
|
+
- Instead of: "Users are frustrated."
|
|
23
|
+
- Write: "3 users in session recordings said 'I don't understand this button' and clicked it twice before abandoning the flow."
|
|
24
|
+
|
|
25
|
+
**Step 4: Recover Ignored Background Details**
|
|
26
|
+
What is present in the situation but not described — treated as taken-for-granted background? List these. They are often invisible because everyone assumes they are known.
|
|
27
|
+
|
|
28
|
+
**Step 5: Surface Absences as Details**
|
|
29
|
+
What should be there but isn't? Absence is a detail. A missing response, a skipped step, a field left blank — these are observations, not gaps in data.
|
|
30
|
+
|
|
31
|
+
**Step 6: Read What the Specifics Reveal**
|
|
32
|
+
Now that you have the specifics: what do they show that the abstractions concealed? What changes about your understanding?
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## Human Check-in
|
|
37
|
+
|
|
38
|
+
Before proceeding, ask the user:
|
|
39
|
+
|
|
40
|
+
**How do you want to run this?**
|
|
41
|
+
|
|
42
|
+
- **A) Full analysis** — complete all steps, reasoning shown throughout
|
|
43
|
+
- **B) Key findings only** — bottom-line output, skip step-by-step detail
|
|
44
|
+
- **C) One overlooked detail** — the single most important thing being missed
|
|
45
|
+
- **D) Refine the framing** — adjust what we're analyzing before starting
|
|
46
|
+
|
|
47
|
+
Proceed based on their choice.
|
|
48
|
+
|
|
49
|
+
## Output Format
|
|
50
|
+
|
|
51
|
+
### Abstractions Identified
|
|
52
|
+
| Abstraction | Specific Instances Behind It |
|
|
53
|
+
|-------------|------------------------------|
|
|
54
|
+
| "users are frustrated" | [exact quote / behaviour / timestamp] |
|
|
55
|
+
| ... | ... |
|
|
56
|
+
|
|
57
|
+
### Ignored Background Details
|
|
58
|
+
- [Detail treated as given, not described]
|
|
59
|
+
|
|
60
|
+
### Notable Absences
|
|
61
|
+
- [What should be present but isn't]
|
|
62
|
+
|
|
63
|
+
### What the Specifics Reveal
|
|
64
|
+
Paragraph summary: how does the specific picture differ from the abstract one? What new questions or insights emerge?
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## Notes
|
|
69
|
+
|
|
70
|
+
This skill is most useful immediately before a decision, a diagnosis, or a design choice — the moment when abstractions are about to drive action. Getting specific at that point can prevent expensive errors.
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sensory-signal-detection
|
|
3
|
+
description: "Separates meaningful signal from background noise — finding what actually matters among everything present. Triggers: 'what actually matters here', 'separate signal from noise', 'too much information', 'find the signal', 'what should I focus on', 'what's relevant'."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Signal Detection
|
|
7
|
+
|
|
8
|
+
In any rich environment — data, feedback, conversation, a market — most of what is present is noise. Signal is what varies with the thing you're trying to understand; noise varies independently. The challenge is not finding more information, it's knowing which information is doing real work.
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## Your Process
|
|
13
|
+
|
|
14
|
+
**Step 1: Inventory Everything Present**
|
|
15
|
+
List all the data, observations, or inputs available. Don't filter yet — complete the inventory first.
|
|
16
|
+
|
|
17
|
+
**Step 2: Variance Test**
|
|
18
|
+
For each item: does it vary with the outcome or phenomenon you're trying to understand? Signal co-varies with what you care about. Noise varies on its own schedule.
|
|
19
|
+
|
|
20
|
+
**Step 3: Persistence Test**
|
|
21
|
+
Is this item consistently present across time and contexts, or did it appear once? Persistent patterns are more likely to be signal. One-off observations may be noise, anomaly, or coincidence.
|
|
22
|
+
|
|
23
|
+
**Step 4: Specificity Test**
|
|
24
|
+
Is this item unique to this situation, or is it always present? Always-present background conditions are usually noise. What is specific to the case is more likely signal.
|
|
25
|
+
|
|
26
|
+
**Step 5: Counterfactual Test**
|
|
27
|
+
If this item changed or disappeared, would the outcome change? If yes: probable signal. If the outcome would be the same regardless: probable noise.
|
|
28
|
+
|
|
29
|
+
**Step 6: Classify and Summarise**
|
|
30
|
+
Assign a classification to each item and identify the top signals to act on.
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## Human Check-in
|
|
35
|
+
|
|
36
|
+
Before proceeding, ask the user:
|
|
37
|
+
|
|
38
|
+
**How do you want to run this?**
|
|
39
|
+
|
|
40
|
+
- **A) Full analysis** — complete all steps, reasoning shown throughout
|
|
41
|
+
- **B) Key findings only** — bottom-line output, skip step-by-step detail
|
|
42
|
+
- **C) Noise sources only** — what's obscuring the real signal
|
|
43
|
+
- **D) Refine the framing** — adjust what we're analyzing before starting
|
|
44
|
+
|
|
45
|
+
Proceed based on their choice.
|
|
46
|
+
|
|
47
|
+
## Output Format
|
|
48
|
+
|
|
49
|
+
### Element Inventory and Classification
|
|
50
|
+
| Element | Varies with Outcome? | Persistent? | Specific? | Counterfactual? | Classification |
|
|
51
|
+
|---------|---------------------|-------------|-----------|-----------------|----------------|
|
|
52
|
+
| ... | ... | ... | ... | ... | Signal / Noise / Unclear |
|
|
53
|
+
|
|
54
|
+
**Classifications:** Clear Signal / Probable Signal / Unclear / Probable Noise / Clear Noise
|
|
55
|
+
|
|
56
|
+
### Top 3 Signals to Focus On
|
|
57
|
+
1. [Signal] — rationale for prioritisation.
|
|
58
|
+
2. [Signal] — rationale.
|
|
59
|
+
3. [Signal] — rationale.
|
|
60
|
+
|
|
61
|
+
### Notable Noise to Stop Tracking
|
|
62
|
+
- Elements consuming attention without signal value.
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
## Notes
|
|
67
|
+
|
|
68
|
+
When in doubt, classify as "unclear" rather than forcing a label — the act of flagging uncertainty is itself useful. Run this when a situation feels overwhelming or when a team is arguing about what matters.
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sensory-structured-observation
|
|
3
|
+
description: "Applies disciplined observation to a situation — suspending interpretation to see what's actually there before deciding what it means. Triggers: 'observe this carefully', 'structured observation', 'what do you actually see', 'suspend interpretation', 'look more carefully'."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Structured Observation
|
|
7
|
+
|
|
8
|
+
Most observation is interpretation in disguise. We perceive a situation and instantly explain it — but the explanation overwrites the raw data. Structured observation forces a separation between what can be directly seen and what we conclude from it.
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## Your Process
|
|
13
|
+
|
|
14
|
+
**Step 1: Define the Target and Time Boundary**
|
|
15
|
+
Name the exact thing being observed and the scope. What counts as inside this observation, and what is out of scope?
|
|
16
|
+
|
|
17
|
+
**Step 2: Separate Observation from Interpretation**
|
|
18
|
+
Write only what can be directly observed — no inferences, no attributions of intent or cause. "User clicked back immediately" not "user was confused." Flag every sentence that is actually an inference and set it aside.
|
|
19
|
+
|
|
20
|
+
**Step 3: Observe at Three Levels**
|
|
21
|
+
- **Events** — what is happening? Discrete, specific occurrences.
|
|
22
|
+
- **Patterns** — how is it happening? Recurring structure across events.
|
|
23
|
+
- **Absences** — what is not happening that might be expected?
|
|
24
|
+
|
|
25
|
+
**Step 4: Flag Surprising or Incongruent Observations**
|
|
26
|
+
What doesn't fit? Where does something contradict expectations? These are the most information-rich observations — prioritise them.
|
|
27
|
+
|
|
28
|
+
**Step 5: Generate Interpretations**
|
|
29
|
+
Only after completing Steps 2–4: generate multiple possible interpretations for each key observation. Aim for at least two competing explanations.
|
|
30
|
+
|
|
31
|
+
**Step 6: Identify the Most Testable Interpretation**
|
|
32
|
+
Which interpretation makes the most specific, falsifiable prediction? That is the one to act on first.
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## Human Check-in
|
|
37
|
+
|
|
38
|
+
Before proceeding, ask the user:
|
|
39
|
+
|
|
40
|
+
**How do you want to run this?**
|
|
41
|
+
|
|
42
|
+
- **A) Full analysis** — complete all steps, reasoning shown throughout
|
|
43
|
+
- **B) Key findings only** — bottom-line output, skip step-by-step detail
|
|
44
|
+
- **C) Initial observations only** — what's actually there before any interpretation is applied
|
|
45
|
+
- **D) Refine the framing** — adjust what we're analyzing before starting
|
|
46
|
+
|
|
47
|
+
Proceed based on their choice.
|
|
48
|
+
|
|
49
|
+
## Output Format
|
|
50
|
+
|
|
51
|
+
### Observations
|
|
52
|
+
| Level | Observation (no interpretation) |
|
|
53
|
+
|-------|----------------------------------|
|
|
54
|
+
| Event | ... |
|
|
55
|
+
| Pattern | ... |
|
|
56
|
+
| Absence | ... |
|
|
57
|
+
|
|
58
|
+
### Surprising or Incongruent Observations
|
|
59
|
+
- List each, with a note on why it is surprising.
|
|
60
|
+
|
|
61
|
+
### Interpretations per Key Observation
|
|
62
|
+
| Observation | Interpretation A | Interpretation B |
|
|
63
|
+
|-------------|-----------------|-----------------|
|
|
64
|
+
| ... | ... | ... |
|
|
65
|
+
|
|
66
|
+
### Most Testable Interpretation
|
|
67
|
+
State it as a prediction: "If [interpretation] is correct, then [specific observable consequence]."
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## Notes
|
|
72
|
+
|
|
73
|
+
Run this before diagnosis, analysis, or decision. The discipline has most value when you feel you already understand the situation — that feeling is usually a sign that interpretation has already overtaken observation.
|