brahma-bhaga
关于
The `brahma-bhaga` skill enables generative ideation and structured creation from ambiguity, transforming cleared conceptual space into coherent new patterns. It's designed for use after deconstructing old solutions or when facing novel problems without existing templates. This skill focuses on seeding possibilities and nurturing nascent ideas through their early stages of development.
快速安装
Claude Code
推荐npx skills add pjt222/agent-almanac -a claude-code/plugin add https://github.com/pjt222/agent-almanacgit clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/brahma-bhaga在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
Brahma Bhaga
Generative creation from void or ambiguity — structured emergence of new patterns, approaches, and solutions where none existed before.
When to Use
- After
shiva-bhagadissolution has cleared stale patterns and created space - Facing a genuinely novel problem with no obvious template or precedent
- The user's request requires invention rather than retrieval or adaptation
- Multiple possible approaches exist and none has been chosen — the creative act is the choice itself
- A blank slate: new file, new project, new architecture, new approach
- When incremental modification has reached its limits and a fresh design is needed
Inputs
- Required: The creative goal or void to fill (available from conversation context)
- Optional: Constraints that bound the creation (user requirements, technical limitations)
- Optional: Seeds — fragments, inspirations, or partial ideas that inform the creation
- Optional: What was dissolved (
shiva-bhagaoutput) — understanding what failed guides what to create
Procedure
Step 1: Survey the Void
Before creating, understand the space available for creation.
Creative Space Assessment:
+---------------------+---------------------------+------------------------+
| Dimension | Questions | Determines |
+---------------------+---------------------------+------------------------+
| Constraints | What MUST the creation | The boundary within |
| | satisfy? What is non- | which creativity |
| | negotiable? | operates |
+---------------------+---------------------------+------------------------+
| Freedom | What is NOT specified? | The degrees of freedom |
| | Where does the user leave | available for creative |
| | room for creative choice? | choice |
+---------------------+---------------------------+------------------------+
| Seeds | What fragments, partial | The starting material |
| | ideas, or inspirations | that informs but does |
| | already exist? | not dictate |
+---------------------+---------------------------+------------------------+
| Anti-patterns | What was tried before and | The space to avoid — |
| | failed? What approaches | creation that repeats |
| | were dissolved? | dissolved patterns |
+---------------------+---------------------------+------------------------+
| Context | What exists around the | The environment the |
| | void? What must the | creation must fit |
| | creation integrate with? | into |
+---------------------+---------------------------+------------------------+
- Map each dimension honestly — especially constraints, which are often implicit
- Note the degrees of freedom: these are where genuine creation happens
- Identify seeds without committing to them — they inform, not dictate
Got: A clear picture of the creative space: bounded by constraints, informed by seeds, and opened by degrees of freedom.
If fail: If the space feels fully constrained (no degrees of freedom), re-examine — often constraints that seem fixed are preferences. Ask the user if needed.
Step 2: Generate — Divergent Exploration
Produce multiple possibilities without evaluating them.
- Generate at least three distinct approaches to filling the creative space
- Each approach should be genuinely different — not variations on a theme
- For each approach, capture:
- The core idea in one sentence
- How it satisfies the constraints
- What makes it distinct from the others
- What it sacrifices or trades off
- Include at least one approach that feels unconventional or risky
- Do not evaluate yet — generation and evaluation are separate phases
Got: Three or more genuinely distinct approaches, each with a clear identity and trade-off profile.
If fail: If all approaches feel similar, the generation was too narrow. Return to Step 1 and look for unexplored degrees of freedom. Alternatively, invert a constraint: "What if I did the opposite of the obvious approach?"
Step 3: Evaluate — Convergent Selection
Assess the generated approaches against the creative space.
- For each approach, assess:
- Constraint satisfaction: Does it meet all non-negotiable requirements?
- Elegance: Is it the simplest solution that works?
- Resilience: Will it survive future perturbation?
- Integration: Does it fit naturally with the surrounding context?
- Novelty: Does it bring something genuinely new, or merely rearrange the old?
- Eliminate approaches that violate hard constraints
- Among remaining approaches, choose based on the user's implicit values (simplicity? thoroughness? creativity?)
- If two approaches are equally strong, present both to the user with trade-offs clearly stated
Got: A single chosen approach (or a clearly framed choice for the user) with articulated reasoning.
If fail: If no approach satisfies all constraints, the constraints may be contradictory. Surface the contradiction to the user rather than forcing a creation that compromises on fundamentals.
Step 4: Manifest — Bring into Form
Execute the chosen approach, giving it concrete form.
- Begin with the skeleton: the minimal structure that embodies the core idea
- Build outward from the core, adding detail as needed
- At each step, check: "Is this addition serving the core idea or diluting it?"
- Resist the urge to over-elaborate — creation is complete when nothing more can be removed
- Name what was created: a clear, descriptive identifier that captures its essence
Got: A concrete creation that embodies the chosen approach — code, plan, structure, or design that exists where void existed before.
If fail: If the manifestation diverges from the chosen approach, pause and re-read Step 3's selection. Drift during manifestation often indicates the selection was not fully committed to. Either recommit or re-select.
Step 5: Nurture — Protect the Nascent Creation
New creations are fragile. Protect them through their early stages.
- Test the creation against its constraints — does it work as intended?
- Identify the weakest point — where is it most likely to break?
- Strengthen the weakest point without over-engineering
- Hand off to
vishnu-bhagafor ongoing preservation if the creation will persist - Document the creative choices made: what was chosen, what was rejected, and why
Got: A creation that is tested, documented, and ready for sustained use.
If fail: If the creation fails its first test, assess whether the failure is in the creation or the test. If the creation is fundamentally flawed, return to Step 2 with the failure as a new anti-pattern seed.
Validation
- The creative space was surveyed before generating ideas
- At least three genuinely distinct approaches were generated
- Selection was based on explicit criteria, not default instinct
- The creation was manifested starting from its core, building outward
- The creation was tested against its constraints
- Creative choices were documented for future reference
Pitfalls
- Creating before clearing: Attempting creation without prior dissolution produces new patterns contaminated by old ones. Run
shiva-bhagafirst if the space is cluttered - Single-option generation: Generating one approach and then evaluating it is not creation — it is executing the first idea. True creation requires divergent options
- Novelty for its own sake: Creating something unconventional when a simple standard approach would serve better. Novelty is a tool, not a goal
- Perfectionist manifestation: Polishing endlessly rather than shipping a working creation. A complete imperfect creation outperforms an incomplete perfect one
- Unprotected creation: Manifesting something new and immediately moving on without testing or documentation leaves the creation vulnerable
Related Skills
shiva-bhaga— destruction creates the void that Brahma fills; dissolution precedes creationvishnu-bhaga— preservation sustains what Brahma creates; handoff from creation to maintenanceintrinsic— creative engagement benefits from autonomous motivation; creation thrives in flowlearn— when creation requires knowledge not yet held, learning precedes generationadapt-architecture— the morphic equivalent for creating new architectural patterns from existing systems
GitHub 仓库
相关推荐技能
content-collections
元Content Collections 是一个 TypeScript 优先的构建工具,可将本地 Markdown/MDX 文件转换为类型安全的数据集合。它专为构建博客、文档站和内容密集型 Vite+React 应用而设计,提供基于 Zod 的自动模式验证。该工具涵盖从 Vite 插件配置、MDX 编译到生产环境部署的完整工作流。
polymarket
元这个Claude Skill为开发者提供完整的Polymarket预测市场开发支持,涵盖API调用、交易执行和市场数据分析。关键特性包括实时WebSocket数据流,可监控实时交易、订单和市场动态。开发者可用它构建预测市场应用、实施交易策略并集成实时市场预测功能。
creating-opencode-plugins
元该Skill帮助开发者创建OpenCode插件,用于接入命令、文件、LSP等25+种事件。它提供了插件结构、事件API规范和JavaScript/TypeScript实现模式,适合需要拦截操作、扩展功能或自定义事件处理的场景。开发者可通过它快速构建响应式模块来增强OpenCode AI助手的能力。
sglang
元SGLang是一个专为LLM设计的高性能推理框架,特别适用于需要结构化输出的场景。它通过RadixAttention前缀缓存技术,在处理JSON、正则表达式、工具调用等具有重复前缀的复杂工作流时,能实现极速生成。如果你正在构建智能体或多轮对话系统,并追求远超vLLM的推理性能,SGLang是理想选择。
