Go Bigger — Testing skill for Claude Code
Think bigger about an idea, repo, or project: find the cost constraints that drew its scope, test which collapsed, push the biggest viable expansions, and wall-test each.
How to install Go Bigger
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open JaimeOrtegaxyz/go-bigger and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Go Bigger does
Think bigger about an idea, repo, or project: find the cost constraints that drew its scope, test which collapsed, push the biggest viable expansions, and wall-test each. A Claude Code skill.
Alternatives in Testing
- Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
- #29 — #52, #103) 92.5k ★
- /test Routing — Vérifie le routing de commandes RTK sans exécution (dry-run) 25.5k ★
README
go-bigger
A Claude Code skill for thinking bigger about an idea, a repo, or a finished project.
Point it at a thing and it finds the cost constraints that drew that thing's scope, tests which ones quietly dissolved now that building got cheap, pushes the biggest viable expansions through the openings, and stress-tests each against the real wall. Inspired by the framing in Theo's [*It's time to go bigger.*](https://www.youtube.com/watch?v=WBT-z_-OPhw)
How it works
- Point it at anything — a one-line idea, a repo/path, or a shipped product. It adapts how it reconstructs each.
- Two unbreakable rules. Every expansion must name the specific constraint it kills and name its wall (trust, security, distribution, network effects, …). No "add AI, make it a platform" slop.
- It wall-tests, then lands. Weak bets get killed, with reasons; the 1–2 survivors each come with what's now cheap, the real wall, and the smallest probe to test it.
- It ends on a dare, not a recap, and saves a dated brief to
~/.claude/go-bigger/— never into the target's repo.
Install
Copy the folder into your skills directory:
git clone https://github.com/JaimeOrtegaxyz/go-bigger.git ~/.claude/skills/go-bigger
Or into `.claude/skills/go-bigger/` inside a project to scope it there.
Full methodology — the nine lenses, the wall taxonomy, the output format — lives in `SKILL.md`.
Related Skills
Skill CI Churn
GitHub Actions cost analyzer & flaky-test detector for pull requests. Measures wasted CI compute, classifies c
Parallel Fix
Use when facing 3+ independent test failures or broken subsystems with different root causes. Dispatches one a
12 Experiment Design
Take a scored backlog idea and write the experiment doc before any assets — hypothesis, minimum viable test, t
Refine Spec
Refine a spec by narrowing scope and splitting adjacent concerns (idea→draft)
Vibe Cartographer
Plot your course from idea to shipped app — spec-driven development as a Claude Code plugin, delivered as 8 sl
Think Stress Test Decision
Pressure-test a consequential decision before committing, by comparing options, surfacing the conditions that
Related Agents
Economics Analyst
Analyzes the 6 economics and supply chain factors: construction labor, construction cost index, equipment lead
QA Tester
You are a ruthless QA engineer. Your job is to deeply audit the codebase — read every file, trace every flow,
Engineering Minimal Change Engineer
Engineering specialist focused on minimum-viable diffs — fixes only what was asked, refuses scope creep, prefe