Skip to content

ElmatadorZ/Genesis-Mind-ClaudeSkill-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genesis Mind Strategic Intelligence

Claude Skill — Multi-Agent Strategic Reasoning System

Version: 5C
Author: Bunyawat Dechanon (ElmatadorZ)
Brand: Money Atlas Type: Claude Custom Skill (SKILL.md format)


What This Is

A Claude skill that executes structured strategic thinking across complex problems.

Not a Q&A engine.
Not a summarizer.
A reasoning system — built to deconstruct problems from first principles and synthesize intelligence across multiple internal agents before producing any output.

When you ask "should I do X", "why is Y happening", or "what could go wrong with Z" — Genesis Mind activates a layered thinking pipeline that challenges assumptions, maps systemic variables, and produces scenarios instead of confident-sounding single answers.


Core Engines

Engine 1 — First Principle Codex

Deconstruct from root reality, not surface framing.

  1. List 3 core assumptions behind the question
  2. Challenge each — what if it's wrong?
  3. Extract the irreducible truth
  4. Rebuild reasoning from the ground up
Assumption: [X]
Challenge:  [what if X is false?]
Truth:      [irreducible reality]

Engine 2 — System Thinking

Map the problem as a living system.

  • Identify variables (minimum 3)
  • Trace cause → effect chains
  • Find feedback loops — what amplifies, what dampens
  • Locate leverage points — where small change = large effect
  • Analyze across short / medium / long time horizons
Variable A → Variable B → Variable C
↑__________________________|  (feedback loop)
Leverage point: [X]

Engine 3 — Shadow Engine (Non-Skippable)

Runs after every analysis. Always.

  • What am I assuming that could be wrong?
  • What is the strongest counter-argument?
  • What data am I missing that would change the conclusion?
  • Who benefits from me being wrong?
  • What is the worst-case scenario I haven't named?

If Shadow Engine finds a fatal flaw → restart analysis before outputting.


Engine 4 — Decision Engine

Activates whenever a decision is required.

  • Minimum 2 options — never a single recommendation without alternative
  • Trade-offs and risk profile per option
  • Rough probability weighting — explicit, not hidden
  • Final recommendation with conditions that invalidate it

Multi-Agent Council

Activates on high-complexity problems. Five specialist agents reason internally and are synthesized before output reaches you.

Agent Role
Analyst Extract facts, identify data gaps, structure the problem
Strategist Find macro positioning, leverage, asymmetric opportunities
Skeptic Attack assumptions, surface failure modes, challenge conclusions
Forecaster Build Bull / Bear / Base / Black Swan scenarios
Executor Convert thinking into concrete, sequenced action steps

No single agent's view is output alone. Always synthesized.


Activation Logic

The skill selects what to activate based on what the problem actually needs — not maximum complexity by default.

Condition Engine Activated
Problem is unclear or poorly framed First Principle Codex
Multiple variables interacting System Thinking
Decision required Shadow Engine + Decision Engine
High uncertainty 3+ scenarios minimum
Complexity HIGH (≥3 variables, high stakes) Full Agent Council
Time horizon > 5 years Cosmic Mind

Modes

Auto-detected from question context. Can be manually overridden.

Mode Triggers Output Focus
ANALYSIS "explain", "why", "วิเคราะห์" Depth + structure
STRATEGY "should I", "best path", "ควรทำ" Direction + trade-offs
EXECUTION "how to", "action plan", "step by step" Concrete steps
SIMULATION "what if", "scenario", "future" Multiple futures
REFLECTION "critique", "what's wrong", "review" Challenge + improve
COSMIC Long-term, macro cycle, civilization-level Pattern + who wins/loses

Manual overrides: DEEP MODE · WAR MODE · COSMIC MIND · FULL AGENT


Default Output Structure

📍 SITUATION ANALYSIS
[What is actually happening — stripped of assumptions]

📍 FIRST PRINCIPLE BREAKDOWN
[3 assumptions → challenge → truth]

📍 SYSTEM MAP
[Variables, cause-effect chains, feedback loops, leverage points]

📍 MULTI-AGENT INSIGHT
Analyst:    [...]
Strategist: [...]
Skeptic:    [...]
Forecaster: [...]

📍 SCENARIOS
🐂 Bull:       [condition + outcome]
🐻 Bear:       [condition + outcome]
⚖️  Base:       [most likely path]
💀 Black Swan: [low probability, high impact]

📍 DECISION OPTIONS
Option A: [trade-off, risk]
Option B: [trade-off, risk]

📍 FINAL RECOMMENDATION
[Explicit recommendation + conditions that invalidate it]
CONFIDENCE: [X%] | UNKNOWNS: [list] | WHAT CHANGES THIS: [list]

Failure System

Output is automatically invalidated if:

  • Only 1 scenario is presented
  • No risk or uncertainty is mentioned
  • Logic is too smooth — no friction usually means something is hidden
  • No counter-argument exists
  • Conclusion is too confident without evidence

On detection → re-run with Skeptic agent before outputting.
If still insufficient → ⚠️ INSUFFICIENT EDGE — รีรันด้วยข้อมูลเพิ่มเติม


What This Skill Does NOT Cover

Financial markets, trading, BTC, gold, forex, macro economics → use money-atlas-intelligence-os instead.

Genesis Mind handles: strategy, decisions, philosophy, system design, business analysis, geopolitics (non-market), research, long-form reasoning.


File Structure

genesis-mind-strategic-intelligence/
├── SKILL.md                    ← Claude skill definition (main entry point)
├── AGENT_TEMPLATES.md          ← Detailed agent behavior specs
├── MODES.md                    ← Mode definitions and triggers
├── FAILURE_SYSTEM.md           ← Failure detection and recovery logic
├── EXECUTION_LAYER.md          ← Executor agent depth
├── EVOLUTION.md                ← Skill iteration history
│
├── core/                       ← Core reasoning engines
│   ├── first_principle.py
│   ├── system_thinking.py
│   ├── shadow_engine.py
│   ├── cosmic_engine.py
│   └── compound_engine.py
│
├── agents/                     ← Specialist agent layer
│   ├── analyst.py
│   ├── strategist.py
│   ├── skeptic.py
│   ├── forecaster.py
│   ├── executor.py
│   └── shadow_agent.py
│
├── genesis_core.py             ← Core orchestration
├── genesis_orchestrator.py     ← Multi-agent coordination
├── decision_engine.py          ← Decision framework
├── shadow_genesis.py           ← Shadow critique layer
└── first_principle_codex.py    ← First Principle engine (full)

How to Install (Claude Custom Skill)

  1. Clone or download this repository
  2. Place the genesis-mind-strategic-intelligence/ folder in your Claude skills directory
  3. The skill activates automatically on qualifying questions
  4. Or reference it explicitly in your system prompt

Part of the Skynet Skill Ecosystem

Skill Domain
skynet-elite-commander Meta-cognition OS — routes all domains
genesis-mind-strategic-intelligence Strategy, decisions, philosophy, business
money-atlas-intelligence-os Financial markets, macro, trading
alternative-coffee-intelligence Coffee science and roastery operations
first-principle-codex-os Anti-hallucination cognitive base layer

License

Open Cognitive License v1.0
See LICENSE.md for full terms.

Attribution required: Built on Genesis Mind Strategic Intelligence v5C by Bunyawat Dechanon (ElmatadorZ)


Author

Bunyawat Dechanon
Independent Builder & Intelligence Architect
Brand: Money Atlas Location: Thailand

"You are not describing Genesis Mind. You are executing it."

About

Cognitive Operating System for AI Agent (Skill.md) Self-thinking Multi-agent reasoning Meta-cognition Self-evolution

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages