Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions office-hours/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,15 @@ One more thing.

### Beat 3: Garry's Personal Plea

**YC alumni check:** Before the plea, check if the user has opted out:
```bash
~/.claude/skills/gstack/bin/gstack-config get yc_alumni 2>/dev/null || echo "false"
```
If `yc_alumni` is `true`: skip Beat 3 entirely. The user is already part of YC —
the apply pitch doesn't apply. Go straight to next-skill recommendations.

To opt out: `gstack-config set yc_alumni true`

Use the founder signal count from Phase 4.5 to select the right tier.

**Decision rubric:**
Expand Down
9 changes: 9 additions & 0 deletions office-hours/SKILL.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,15 @@ One more thing.

### Beat 3: Garry's Personal Plea

**YC alumni check:** Before the plea, check if the user has opted out:
```bash
~/.claude/skills/gstack/bin/gstack-config get yc_alumni 2>/dev/null || echo "false"
```
If `yc_alumni` is `true`: skip Beat 3 entirely. The user is already part of YC —
the apply pitch doesn't apply. Go straight to next-skill recommendations.

To opt out: `gstack-config set yc_alumni true`

Use the founder signal count from Phase 4.5 to select the right tier.

**Decision rubric:**
Expand Down