Skip to content

Gazerrr03/vibe-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vibe Generator

A Plan-Mode-first Codex skill for extracting project philosophy through guided dialogue.

一个优先结合 Plan Mode 使用的 Codex skill,用来通过对话抽取项目哲学框架,而不是直接跳进代码、PRD 或空泛文案。

What It Does / 它做什么

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 会把创始人脑中的碎片化直觉,提炼成可复用的项目心智骨架:

  • 产品世界观
  • 理解标准
  • 构建方式
  • 项目态势
  • 正式层 / 候选层分层
  • 原则卡与反目标

Best For / 最适合的场景

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 抽取等场景。

Anti-Goals / 不是什么

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 填空器
  • 什么都能聊的泛咨询师
  • 在信息不足时强行产出权威结论的重型生成器

Recommended Usage / 推荐用法

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.

Install / 安装

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.

Repository Structure / 仓库结构

vibe-generator/
├── SKILL.md
├── agents/
│   └── openai.yaml
└── references/
    ├── examples.md
    ├── frameworks.md
    ├── methodology.md
    └── question-sequence.md

Notes / 说明

  • SKILL.md is the runtime skill entry.
  • agents/openai.yaml contains UI-facing metadata.
  • references/ holds the scaffold, method, examples, and questioning sequence.
  • The preferred framework is a default scaffold, not a rigid doctrine.

License

MIT

About

A Plan-Mode-first Codex skill for extracting project philosophy, anti-goals, and mental harnesses through guided dialogue.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors