Skip to content

feat: rewrite field map from live SR007 form (DOM verified)#1

Merged
thisisfatih merged 2 commits intomainfrom
feat/live-form-verified-fields
Apr 26, 2026
Merged

feat: rewrite field map from live SR007 form (DOM verified)#1
thisisfatih merged 2 commits intomainfrom
feat/live-form-verified-fields

Conversation

@thisisfatih
Copy link
Copy Markdown
Owner

Summary

  • Navigated the live SR007 form via Playwright MCP, took full DOM snapshot with all sections expanded
  • Corrected every assumption the plugin made about form structure based on what the form actually contains

Key findings from live form

What we assumed Reality
One-liner ~150 chars 10 WORDS hard limit
12+ standalone narrative fields 4 text fields total (100 words each)
Earned secret field exists Does not exist — compresses into startup description
Why now / competitors / TAM fields Do not exist — pitch deck only
Traction = text answer Structured numeric inputs: ARR, ACV, NDR, DAU/WAU/MAU, D1/D7/D30/M1 retention
CAPTCHA mid-form reCAPTCHA on email gate (page 1) — must pause automation

Files changed

  • skills/apply/references/a16z-speedrun-fields.md — complete rewrite with verified DOM labels, word limits, all expandable sections
  • docs/field-guide.md — rewritten for real form; pitch deck is the primary narrative vehicle
  • skills/apply/SKILL.md Stage 4 — 4 fields instead of 12+, per-field drafting rules at actual limits
  • agents/form-filler.md — Phase 1 CAPTCHA pause + field mapping table with verified labels for all 35+ fields

Test plan

  • Run /apply on a test founder — confirm Stage 4 drafts only the 4 real text fields
  • Verify one-liner draft is ≤10 words
  • Verify startup description draft is ≤100 words and carries problem+solution+insight+traction
  • Run /fill — confirm agent pauses at reCAPTCHA step before proceeding

🤖 Generated with Claude Code

thisisfatih and others added 2 commits April 26, 2026 16:11
Navigated live SR007 form (speedrun.a16z.com/apply/form) via Playwright,
took DOM snapshot with all sections expanded, and corrected every
assumption the plugin made about the form structure.

Key findings:
- One-liner is 10 WORDS hard limit (not 150 chars)
- Startup description is 100 words (carries problem+solution+insight+traction)
- No standalone fields for earned secret, why now, competitors, TAM, video
- Traction section = structured numeric inputs (ARR, ACV, NDR, DAU/WAU/MAU, D1/D7/D30/M1 retention)
- reCAPTCHA on email gate page 1 — cannot be automated, must pause for founder

Files changed:
- skills/apply/references/a16z-speedrun-fields.md: complete rewrite, verified DOM labels + word limits
- docs/field-guide.md: rewritten for real form, pitch deck as primary narrative vehicle
- skills/apply/SKILL.md Stage 4: 4 text fields instead of 12+, per-field rules at real limits
- agents/form-filler.md: Phase 1 CAPTCHA pause, field mapping table with verified labels for all 35+ fields

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@thisisfatih thisisfatih merged commit 7b1c30b into main Apr 26, 2026
1 check passed
@thisisfatih thisisfatih deleted the feat/live-form-verified-fields branch April 26, 2026 14:16
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