A Plan-Mode-first Codex skill for extracting project philosophy through guided dialogue.
一个优先结合 Plan Mode 使用的 Codex skill,用来通过对话抽取项目哲学框架,而不是直接跳进代码、PRD 或空泛文案。
Vibe Generator helps turn fragmented founder intuition into a reusable mental harness:
- Product Worldview
- Understanding Standards
- Building Approach
- Project Situation
- Formal vs Candidate layering
- Principle cards and anti-goals
Vibe Generator 会把创始人脑中的碎片化直觉,提炼成可复用的项目心智骨架:
- 产品世界观
- 理解标准
- 构建方式
- 项目态势
- 正式层 / 候选层分层
- 原则卡与反目标
Use this skill when the user is effectively saying:
- "先别写代码,先聊 vibe / 哲学 / 心智 / 方法论 / 框架。"
- "我脑子里有很多碎片,你帮我问问题,把它们抽出来。"
- "I want to clarify the product philosophy before implementation."
- "Let's build the project's mental harness before execution."
适合项目早期、方向重置、产品哲学澄清、agent harness 搭建、anti-goal 抽取等场景。
This skill is not meant to be:
- a slogan or copywriting generator
- a conventional PRD autofill tool
- a generic consultant for anything
- a heavy-weight project generator that overstates certainty
它不是:
- slogan / brand copy 生成器
- 传统 PRD 填空器
- 什么都能聊的泛咨询师
- 在信息不足时强行产出权威结论的重型生成器
Use it with Plan Mode when available.
Use $vibe-generator in Plan Mode to help me extract a project philosophy framework before implementation.
中文示例:
先别写代码,用 $vibe-generator 帮我把这个项目的产品哲学框架抽出来。
英文示例:
Use $vibe-generator to help me clarify the worldview, anti-goals, and understanding standards for this project before implementation.
Copy this repository into your Codex skills directory:
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
cp -R vibe-generator "${CODEX_HOME:-$HOME/.codex}/skills/"If you already have the repo cloned elsewhere, you can symlink it instead.
vibe-generator/
├── SKILL.md
├── agents/
│ └── openai.yaml
└── references/
├── examples.md
├── frameworks.md
├── methodology.md
└── question-sequence.md
SKILL.mdis the runtime skill entry.agents/openai.yamlcontains UI-facing metadata.references/holds the scaffold, method, examples, and questioning sequence.- The preferred framework is a default scaffold, not a rigid doctrine.
MIT