You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41-27Lines changed: 41 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,37 +1,51 @@
1
-
# Codex Venture Surgeon Skill
1
+
# Codex Build Gate Skill
2
2
3
-
`venture-surgeon` is a Codex skill for deciding whether a startup or product idea deserves build time.
3
+
`build-gate` is a Codex skill that stops Codex from building a startup idea before the idea clears a proof gate.
4
4
5
-
It is built for evidence-first triage: buyer clarity, current behavior, first customers, competition, founder edge, a 2-week MVP contract, and explicit kill criteria.
5
+
It is built for the moment right before implementation: buyer clarity, current behavior, proof gaps, first buyers, a two-week validation contract, and a hard no-build clause.
6
6
7
7
## Why this exists
8
8
9
-
Most startup validators produce confident theater: big-market language, generic scorecards, and no hard stop line.
9
+
Most startup validators produce confident theater: big-market language, generic scorecards, and a verdict that still lets the agent go build the wrong thing.
10
10
11
-
This skill is stricter. It forces the agent to separate provided facts, verified facts, assumptions, and unknowns before recommending build/validate/pivot/kill.
11
+
Build Gate is stricter. It makes the agent say what proof is missing and what must happen before build time is allowed.
12
+
13
+
## Why use this one
14
+
15
+
Simple pressure-test skills are useful if you want a harsh opinion.
16
+
17
+
Build Gate is for when you want an operating constraint:
18
+
19
+
-`Pass / Hold / Pivot / Kill`, not just "strong" or "weak".
20
+
- Proof ledger with `Provided`, `Verified`, `Assumed`, and `Unknown` claims.
21
+
- No-build clause that blocks implementation until the riskiest proof exists.
22
+
- Current-behavior map, because the real competitor is often a spreadsheet, agency, internal process, or doing nothing.
23
+
- Next-10-buyer moves instead of vague "talk to users" advice.
24
+
- Two-week validation contract with pass/fail/kill criteria.
25
+
- Non-destructive installer that refuses to overwrite an existing skill unless `--force` creates a backup.
12
26
13
27
## What it does
14
28
15
-
- Gives a direct `Build`, `Validate first`, `Pivot`, or `Kill`decision.
16
-
- Builds an evidence ledger instead of pretending weak signals are proof.
17
-
- Scores pain, buyer clarity, urgency, current workaround, differentiation, distribution, validation speed, and founder edge.
29
+
- Gives a direct `Pass`, `Hold`, `Pivot`, or `Kill`gate result.
30
+
- Builds a proof ledger instead of pretending weak signals are proof.
31
+
- Scores pain, buyer clarity, urgency, current workaround, differentiation, reachability, validation speed, and founder edge.
18
32
- Maps current behavior as the real competition.
19
-
- Designs a first-10-customer route before ads or launch theater.
20
-
- Defines a 2-week MVP contract with build/cut/pass/fail lines.
33
+
- Designs next-10-buyer moves before ads or launch theater.
34
+
- Defines a two-week validation contract with test/cut/pass/fail lines.
21
35
- Browses or asks for source proof when current market facts matter.
description: Pre-build evidence gate for startup and product ideas. Use when Codex is asked whether to build an idea, stop before implementation, require proof before coding, validate demand, inspect current customer behavior, choose first-customer moves, define a two-week validation contract, set kill criteria, or decide Pass/Hold/Pivot/Kill before writing product code.
4
+
---
5
+
6
+
# Build Gate
7
+
8
+
Use this skill as a gate before Codex starts building. The job is to decide whether implementation is allowed yet, what proof is missing, and what smallest customer-facing move can open or close the gate.
9
+
10
+
## First Move
11
+
12
+
If the idea, target buyer/user, or desired behavior/payment is missing, ask one short question:
13
+
14
+
```text
15
+
Send the idea, target customer, and what they should do or pay for.
-`full`: compact all-in-one gate review. Use this when the user asks generally or wants a serious pre-build review.
31
+
32
+
For `full`, `deep`, unfamiliar markets, or any market/pricing/competitor claim that matters, read `references/operating-manual.md`.
33
+
34
+
## Proof Standard
35
+
36
+
Separate what is known from what is guessed:
37
+
38
+
-`Provided`: facts from the user.
39
+
-`Verified`: current facts checked from sources or live surfaces.
40
+
-`Assumed`: plausible but unverified claims.
41
+
-`Unknown`: facts that could flip the verdict.
42
+
43
+
Browse or inspect live sources when current competitors, pricing, platform rules, funding, regulations, or recent market changes materially affect the decision. Do not invent market size, revenue, customers, endorsements, benchmark results, or private access.
44
+
45
+
Default stance: the gate is closed until real behavior justifies build time.
46
+
47
+
## Default Output
48
+
49
+
Keep the default compact. Use this shape unless the user asks for more detail:
50
+
51
+
```markdown
52
+
**Gate**
53
+
Pass / Hold / Pivot / Kill
54
+
55
+
One sentence on whether Codex should build now.
56
+
57
+
**Why**
58
+
2 bullets, tied to evidence.
59
+
60
+
**Proof Ledger**
61
+
| Claim | Status | Why It Matters | Proof Needed |
0 commit comments