World building
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.From its SKILL.md
npx -y skills add simonstrumse/vibelabs-skills --skill world-buildingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
4.5 KB, 922 tokens by cl100k_base, as published. Nobody here has run it
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 depthreferences/pillars.md— map the smallest complete set of pillarsreferences/folder-structure.md— create the right scaffoldreferences/orchestration.md— run the research phases correctlyreferences/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 groundingdeep-research— broad evidence gathering before a buildworld-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.md00-brief/world-pillars.md00-brief/success-criteria.md- tailored
01-research/,02-synthesis/,03-critical-review/,04-product/, and05-build/ WORLD.mdas 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
- per-pillar synthesis in
- Derive downstream deliverables only after synthesis:
- PRD
- UX flows
- acceptance criteria
- architecture
- backlog
- roadmap
- strategy docs
- Iterate:
- update
WORLD.mdfirst - then synthesis
- then product docs
- then code or execution plans
- update
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
Taskis 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.md00-brief/world-pillars.md- structured
01-research/outputs for each active pillar 02-synthesis/cross-synthesis.md02-synthesis/evidence-map.md02-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"
What ships with it: 5 files
7.4 KB alongside SKILL.md
references/
- five-sentence-superprompt.md1.3 KB
- folder-structure.md1.6 KB
- mode-selection.md1.2 KB
- orchestration.md1.9 KB
- pillars.md1.4 KB