World Building for AI
Build the World before the product. This is the hands-off but non-generic path:
- Context build
- Synthesis
- Build
Use this skill to turn a short prompt into a research system with explicit pillars, a tailored folder tree, parallel subagents, layered synthesis, critical review, and only then downstream specs or implementation plans.
Start Here
Read these bundled references before doing substantial work:
references/mode-selection.md — choose the correct depth
references/pillars.md — map the smallest complete set of pillars
references/folder-structure.md — create the right scaffold
references/orchestration.md — run the research phases correctly
references/five-sentence-superprompt.md — use when the user wants the shortest shareable version
Modes
Choose the lightest mode that still gives the user the right decisions:
foundational — first-principles understanding and domain grounding
deep-research — broad evidence gathering before a build
world-building — the full harness: pillars, folders, research, synthesis, critique, and evidence-linked downstream docs
If the user says "build the world first", "deep research before building", or explicitly asks for a harness, default to world-building.
Workflow
- Restate the build target in one sentence. Infer low-risk missing details instead of stopping.
- Choose the mode.
- Create the scaffold:
00-brief/vision.md
00-brief/world-pillars.md
00-brief/success-criteria.md
- tailored
01-research/, 02-synthesis/, 03-critical-review/, 04-product/, and 05-build/
WORLD.md as the living source of truth
- Define pillars:
- purpose
- priority
- key questions
- dependencies
- output paths
- Launch research:
- run one lead researcher per pillar
- use parallel subagents where the environment supports them
- keep raw evidence in
01-research/
- Synthesize in layers:
- per-pillar synthesis in
02-synthesis/per-tier/
- cross-synthesis, evidence map, and decision framework
- critical review for contradictions, bias, implementation reality, missing voices, and failure patterns
- Derive downstream deliverables only after synthesis:
- PRD
- UX flows
- acceptance criteria
- architecture
- backlog
- roadmap
- strategy docs
- Iterate:
- update
WORLD.md first
- then synthesis
- then product docs
- then code or execution plans
Operating Rules
- Prefer breadth first. Narrow only after evidence exists.
- Use current sources when facts are unstable.
- Mark assumptions, contradictions, and uncertainty explicitly.
- Separate raw evidence, synthesis, critique, and decisions.
- Treat marketing claims as untrusted until corroborated.
- Include contrary evidence and failure cases, not just success stories.
- If
Task is unavailable, preserve the same phases sequentially instead of skipping them.
- Tailor the folder tree and pillar set to the request. This is a system, not a rigid checklist.
Research File Contract
Use this structure for each lead research file unless the task clearly needs a variant:
# [Topic] Research Report
## Executive Summary
- Key finding
- Confidence
- Product or strategy implications
- Research gaps
## Detailed Findings
## Sub-Agent Requests
## Design Implications
## Sources
Minimum Deliverables
WORLD.md
00-brief/world-pillars.md
- structured
01-research/ outputs for each active pillar
02-synthesis/cross-synthesis.md
02-synthesis/evidence-map.md
02-synthesis/decision-framework.md
- at least one evidence-linked downstream deliverable in
04-product/
Trigger Phrases
Treat all of these as strong signals to use this skill:
- "deep research"
- "foundational research"
- "world building"
- "deep research before building"
- "build the world first"
- "research the whole space before we code"
- "hands-off but non-generic"
1---2name: world-building3description: Build the world before you write the story. Advanced context engineering for deep research, foundational research, and evidence-first planning before coding. Use when the user asks for world building, deep research before building, foundational research, market mapping before coding, hands-off but non-generic results, pillar mapping, folder scaffolding, parallel research, layered synthesis, or evidence-linked PRDs and build plans.4license: MIT5---67# World Building for AI89Build the World before the product. This is the hands-off but non-generic path:10111. Context build122. Synthesis133. Build1415Use this skill to turn a short prompt into a research system with explicit pillars, a tailored folder tree, parallel subagents, layered synthesis, critical review, and only then downstream specs or implementation plans.1617## Start Here1819Read these bundled references before doing substantial work:20211. `references/mode-selection.md` — choose the correct depth222. `references/pillars.md` — map the smallest complete set of pillars233. `references/folder-structure.md` — create the right scaffold244. `references/orchestration.md` — run the research phases correctly255. `references/five-sentence-superprompt.md` — use when the user wants the shortest shareable version2627## Modes2829Choose the lightest mode that still gives the user the right decisions:3031- `foundational` — first-principles understanding and domain grounding32- `deep-research` — broad evidence gathering before a build33- `world-building` — the full harness: pillars, folders, research, synthesis, critique, and evidence-linked downstream docs3435If the user says "build the world first", "deep research before building", or explicitly asks for a harness, default to `world-building`.3637## Workflow38391. Restate the build target in one sentence. Infer low-risk missing details instead of stopping.402. Choose the mode.413. Create the scaffold:42 - `00-brief/vision.md`43 - `00-brief/world-pillars.md`44 - `00-brief/success-criteria.md`45 - tailored `01-research/`, `02-synthesis/`, `03-critical-review/`, `04-product/`, and `05-build/`46 - `WORLD.md` as the living source of truth474. Define pillars:48 - purpose49 - priority50 - key questions51 - dependencies52 - output paths535. Launch research:54 - run one lead researcher per pillar55 - use parallel subagents where the environment supports them56 - keep raw evidence in `01-research/`576. Synthesize in layers:58 - per-pillar synthesis in `02-synthesis/per-tier/`59 - cross-synthesis, evidence map, and decision framework60 - critical review for contradictions, bias, implementation reality, missing voices, and failure patterns617. Derive downstream deliverables only after synthesis:62 - PRD63 - UX flows64 - acceptance criteria65 - architecture66 - backlog67 - roadmap68 - strategy docs698. Iterate:70 - update `WORLD.md` first71 - then synthesis72 - then product docs73 - then code or execution plans7475## Operating Rules7677- Prefer breadth first. Narrow only after evidence exists.78- Use current sources when facts are unstable.79- Mark assumptions, contradictions, and uncertainty explicitly.80- Separate raw evidence, synthesis, critique, and decisions.81- Treat marketing claims as untrusted until corroborated.82- Include contrary evidence and failure cases, not just success stories.83- If `Task` is unavailable, preserve the same phases sequentially instead of skipping them.84- Tailor the folder tree and pillar set to the request. This is a system, not a rigid checklist.8586## Research File Contract8788Use this structure for each lead research file unless the task clearly needs a variant:8990```markdown91# [Topic] Research Report9293## Executive Summary94- Key finding95- Confidence96- Product or strategy implications97- Research gaps9899## Detailed Findings100101## Sub-Agent Requests102103## Design Implications104105## Sources106```107108## Minimum Deliverables109110- `WORLD.md`111- `00-brief/world-pillars.md`112- structured `01-research/` outputs for each active pillar113- `02-synthesis/cross-synthesis.md`114- `02-synthesis/evidence-map.md`115- `02-synthesis/decision-framework.md`116- at least one evidence-linked downstream deliverable in `04-product/`117118## Trigger Phrases119120Treat all of these as strong signals to use this skill:121122- "deep research"123- "foundational research"124- "world building"125- "deep research before building"126- "build the world first"127- "research the whole space before we code"128- "hands-off but non-generic"