feat: rewrite field map from live SR007 form (DOM verified)#1
Merged
thisisfatih merged 2 commits intomainfrom Apr 26, 2026
Merged
feat: rewrite field map from live SR007 form (DOM verified)#1thisisfatih merged 2 commits intomainfrom
thisisfatih merged 2 commits intomainfrom
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Key findings from live form
Files changed
skills/apply/references/a16z-speedrun-fields.md— complete rewrite with verified DOM labels, word limits, all expandable sectionsdocs/field-guide.md— rewritten for real form; pitch deck is the primary narrative vehicleskills/apply/SKILL.mdStage 4 — 4 fields instead of 12+, per-field drafting rules at actual limitsagents/form-filler.md— Phase 1 CAPTCHA pause + field mapping table with verified labels for all 35+ fieldsTest plan
/applyon a test founder — confirm Stage 4 drafts only the 4 real text fields/fill— confirm agent pauses at reCAPTCHA step before proceeding🤖 Generated with Claude Code