codex-startup-pressure-test-skill
v0.1.0
Published
A Codex skill to brutally pressure-test startup ideas.
Maintainers
Readme
Codex Startup Pressure Test Skill
A Codex skill to brutally pressure-test startup ideas before you waste time building the wrong thing.
Give Codex a startup idea and it returns a compact founder-style diagnosis: verdict, scorecard, core assumption, fatal flaws, problem reality, competition, first customer moves, and a 2-week MVP direction.
What It Does
- Finds the core assumption
- Exposes fatal flaws
- Checks if the problem is real
- Maps current behavior and real competitors
- Plans first 10 customer moves
- Defines a 2-week MVP test
- Gives a direct strong / weak / pivot verdict
Installation
npx --yes codex-startup-pressure-test-skill@latestThis installs the skill into:
~/.codex/skills/startup-pressure-testThen restart Codex so it can discover the skill.
Usage
After installation, restart Codex and run:
Use $startup-pressure-test to pressure-test this startup idea:
A tool that turns local videos into short clips with local captions for indie hackers and creators posting product demos.For a specific mode:
Use $startup-pressure-test to find the first 10 customers for this idea: ...Use $startup-pressure-test to build a 2-week MVP plan for this idea: ...For a deeper report:
Use $startup-pressure-test to do a deep full report on this startup idea: ...Modes
pressure-test: core assumption, fatal flaws, direct verdictproblem-validation: real pain, early adopter, validation criteriacompetition-map: current behavior, direct/indirect competitors, switching costfirst-10-customers: manual traction planmvp-plan: smallest 2-week MVP testfull: compact all-in-one diagnosis
Output
Default output is compact:
Verdict
Scorecard
Core Assumption
Fatal Flaws
Problem Reality
Competition
First 10 Customers
MVPManual Installation
Clone the repository:
git clone https://github.com/Kappaemme-git/codex-startup-pressure-test-skill.gitCopy the skill into your Codex skills directory:
mkdir -p ~/.codex/skills
cp -R codex-startup-pressure-test-skill/startup-pressure-test ~/.codex/skills/startup-pressure-testRestart Codex.
Troubleshooting
If Codex does not recognize $startup-pressure-test, restart Codex after installing.
Check that the skill exists:
ls ~/.codex/skills/startup-pressure-testYou should see:
SKILL.md
agents/
references/License
MIT
