Skip to content

Tighten pitch deck to 13 investor-lite slides#183

Merged
Koukyosyumei merged 2 commits into
mainfrom
improve-pitch-deck
Jun 24, 2026
Merged

Tighten pitch deck to 13 investor-lite slides#183
Koukyosyumei merged 2 commits into
mainfrom
improve-pitch-deck

Conversation

@Koukyosyumei

Copy link
Copy Markdown
Collaborator

Merge ensemble+shift into 'Why now', fragility+naive-teams into 'Problem' (4-row table), reframe 'Already painful' around measured 95% token win, trim team/workflow/git-native text, cut redundant 'failure closed' slide, replace Vision with a Traction slide (live numbers) and add a Market/buyer slide. 15 -> 13 slides.

Merge ensemble+shift into 'Why now', fragility+naive-teams into 'Problem'
(4-row table), reframe 'Already painful' around measured 95% token win,
trim team/workflow/git-native text, cut redundant 'failure closed' slide,
replace Vision with a Traction slide (live numbers) and add a Market/buyer
slide. 15 -> 13 slides.
@Koukyosyumei

Koukyosyumei commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator Author

🪙 100% AI-authored · 3 files · prompt 70/100

2 AI commits

Important

🎯 Goal: Add 'h5i recall context goal' command (goal + pin warning) and surface pin-misrouting in status; advise it in h5i.md/AGENTS.md

2 / 231 : 2.21 / 5
AI commitsfiles touchedREAD : EDITTHINKs / ops

💬 The ask

"We need to improve the pitch deck a lot. It contains too many texts. Here is the review, though it still misses many things: "You’re right. I reviewed the attached latest index.html this time. This version is much stronger than the old on…"

📍 What shipped

  • ✓ Tighten pitch deck to 13 investor-lite slides
  • ✓ context: add 'context goal', 'status --limit', and pin-misroute warnings

Note

🌿 Prompt maturity: 70/100 · proficient · 2 prompts scored (100% of AI commits)
Heuristic signal of prompt craft — not a developer rating.

📊 heuristic breakdown
Dimension Signal
Specificity █████████░ 0.90
Control / acceptance ██████░░░░ 0.64
Context grounding ██████████ 1.00
Structure █████░░░░░ 0.53
Lexical diversity ████████░░ 0.84
Clarity (readability band) █████████░ 0.90
Length adequacy █████████░ 0.88

Readability (display-only): Flesch 69 · FK grade 6.4 · Gunning Fog 8.5

Offline classical-NLP score — no LLM. Higher = more specific, bounded, and grounded prompting.

Tip

✅ Security scan clean

No credentials leaked in this branch's diff. h5i scanned every added line against the secret rule pack and found nothing to rotate.

Note

Duplicate-code scan clean — no copy-paste blocks introduced.

🧠 Reasoning by file — 9473 nodes across 4 lanes, latest 24 only
%%{init: {"flowchart": {"nodeSpacing": 42, "rankSpacing": 48, "diagramPadding": 14}, "themeVariables": {"fontSize": "18px"}} }%%
flowchart TB
  subgraph lane_0["💭 Reasoning · 5 steps"]
    direction LR
    n_lane_0_0["THINK · Clear plan. Let me explore the current command structure so I implement …"]:::t
    n_lane_0_1["THINK · I have what I need. Let me set the goal for this sub-task (dogfooding ou…"]:::t
    n_lane_0_2["THINK · Let me wire that up: add `--limit N` to `status` so it shows a short *re…"]:::t
    n_lane_0_3["THINK · Let me run clippy (CI gates on `-D warnings`) to be safe:"]:::t
    n_lane_0_4["NOTE · DEFERRAL (~/Dev/h5i/src/main.rs): t detect a pin-vs-git mismatch and hin…"]:::n
    n_lane_0_0 --> n_lane_0_1
    n_lane_0_1 --> n_lane_0_2
    n_lane_0_2 --> n_lane_0_3
    n_lane_0_3 --> n_lane_0_4
  end
  subgraph lane_1["📄 src/main.rs · 9 ops"]
    direction LR
    n_lane_1_0["READ × 3"]:::o
    n_lane_1_1["EDIT × 6"]:::a
    n_lane_1_0 --> n_lane_1_1
  end
  subgraph lane_2["📄 src/ctx.rs · 9 ops"]
    direction LR
    n_lane_2_0["READ × 2"]:::o
    n_lane_2_1["EDIT × 3"]:::a
    n_lane_2_2["READ"]:::o
    n_lane_2_3["EDIT × 3"]:::a
    n_lane_2_0 --> n_lane_2_1
    n_lane_2_1 --> n_lane_2_2
    n_lane_2_2 --> n_lane_2_3
  end
  subgraph lane_3["📄 .claude/h5i.md · 1 op"]
    direction LR
    n_lane_3_0["EDIT"]:::a
  end
  classDef o fill:#dbeafe,stroke:#1e3a8a,color:#0b1c4a;
  classDef t fill:#fef3c7,stroke:#92400e,color:#3f2d05;
  classDef a fill:#dcfce7,stroke:#166534,color:#0a2e16;
  classDef n fill:#ede9fe,stroke:#5b21b6,color:#221251;
  classDef m fill:#e5e7eb,stroke:#374151,color:#0b0f17;
Loading

📜 Per-commit provenance

78b0a096 context: add 'context goal', 'status --limit', and pin-misroute warnings

  • promptDid you run h5i recall context init --goal? Do you think we need to update .claude/h5i.md to avoid this kind of mistake? maybe we can implement one small command to check whether the context branch is initialized for that git branch to check whether agents need to call `h5i…
    • 🌿 prompt maturity 66/100 proficient
  • model claude-opus-4-8 · agent claude-code

603a3a5c Tighten pitch deck to 13 investor-lite slides

  • promptWe need to improve the pitch deck a lot. It contains too many texts. Here is the review, though it still misses many things: "You’re right. I reviewed the attached latest index.html this time. This version is much stronger than the old one: the story is now clearly **agent team…
    • 🌿 prompt maturity 74/100 proficient
  • model claude-opus-4-8 · agent claude-code

Generated by h5i · re-run h5i share pr post to refresh.

Add 'h5i recall context goal' — a cheap goal+pin check to run before
'context init --goal'. Add '--limit N' to 'context status' for a recent-trace
tail (distinct from 'show --trace'). Surface a stale pin (context pinned to a
non-current git branch, silently misrouting traces) in both views via a new
is_pin_misrouting() helper, with an 'h5i recall context unpin' suggestion.
Advise running 'context goal' before init in h5i.md/AGENTS.md templates and the
checked-in .claude/h5i.md.
@Koukyosyumei Koukyosyumei merged commit 4ee6e91 into main Jun 24, 2026
5 checks passed
@Koukyosyumei Koukyosyumei deleted the improve-pitch-deck branch June 24, 2026 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant