Skip to content

vtino17/deep-mind-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

deep-mind β€” Critical Thinking Engine for AI Coding Agents

Stars License Agents Install OpenCode

Makes AI coding agents think critically, reason deeply, and act with integrity. No hallucination. No excuses. No sycophancy.

Quick Install

npx skills add vtino17/deep-mind-skill

For Claude Code:

/plugin marketplace add vtino17/deep-mind-skill

Usage

Once installed, just include any of these in your prompt:

Commands:

  • /think-deeper <question> β€” Full 5-stage reasoning
  • /critical <claim> β€” Adversarial review
  • /verify <statement> β€” Evidence gate
  • /deep-dive <problem> β€” Root cause analysis
  • /first-principles <concept> β€” Break down from fundamentals

Natural language:

  • "think deeper: why does this keep failing?"
  • "critical analysis: is this architecture correct?"
  • "verify: does this library support Python 3.13?"

Demo

User: /think-deeper why is port 443 open on 10.0.0.1?

Agent:
[DEEP-MIND] Applying 5-stage reasoning...

1. VERIFY β€” Port 443 open means HTTPS service running
2. GROUND β€” Nmap scan result: 443/tcp open https
3. REASON β€” HTTPS requires TLS certificate + web server
4. CHALLENGE β€” Could be non-HTTP service masquerading on 443
5. DECIDE β€” Confirmed: TLS handshake successful, subject: *.example.com

Features

  • 5-Stage Reasoning: VERIFY, GROUND, REASON, CHALLENGE, DECIDE
  • Anti-Hallucination: Blocks fabricated code and imaginary APIs
  • Evidence Gate: Every claim must cite real sources
  • Anti-Sycophancy: Rejects user flattery, tells the truth
  • Zero Dependencies: Pure markdown, no pip/npm install needed
  • Agent-Agnostic: Works with Claude Code, Codex, Cursor, Windsurf, Aider, Cline, Continue, Roo Code, Gemini CLI, Copilot CLI, OpenCode
  • Plugin support: OpenCode slash commands

How It Works

Every time your agent receives a task, deep-mind intercepts and runs it through five stages:

1. VERIFY     Check the request against known facts
2. GROUND     Anchor every claim to concrete sources
3. REASON     Step-by-step logical deduction
4. CHALLENGE  Stress-test with counter-evidence
5. DECIDE     Output only what survives all gates

If any stage fails, the agent reports the gap instead of guessing.

Supported AI Agents

Agent Status Commands
Claude Code Full /think-deeper, /critical, /verify
Codex CLI Full @deep-mind
Cursor Full /think-deeper
OpenCode Full /think-deeper, /critical, /verify
Windsurf Full Manual skill reference
Gemini CLI Full Manual skill reference
Copilot CLI Supported AGENTS.md reference
Cline, Continue, Aider, Roo Code Supported Manual skill reference

Repositories

Repo Stars Description
kage AI-powered security scanner
tools 85+ penetration testing tools
taskcapsule Task context manager
network-security-lab Enterprise network security lab
mikrotik-hardening RouterOS security configs
incident-response-playbooks IR playbooks and scripts
vuln-scanner Vulnerability scanner
pcap-forensics PCAP analysis tool
network-automation-toolkit Multi-vendor automation

License

MIT β€” use, modify, share freely.

About

🧠 Critical Thinking Engine for AI Coding Agents β€” No hallucination, no excuses, no sycophancy

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages