Agent Plugins Marketplace
All plugins

brainiac

v0.111.0

brainiac dev pipeline (develop/debug/quick) + the shared governance gates and conventions — the public, org-agnostic surface. No internal architecture knowledge.

Claude Code5 Skills

By inewiLicense: UNLICENSED0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install brainiac for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install brainiac@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/inewi/brainiac-dist

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/brainiac/.

Plugin files

plugins/brainiac/
├── .claude-plugin/plugin.json
├── skills/cognitive-steering/SKILL.md
├── skills/conventions/SKILL.md
├── skills/cross-repo-governance/SKILL.md
├── skills/grill/SKILL.md
└── skills/guardrails/SKILL.md

Included Skills5

cognitive-steeringskills/cognitive-steering/SKILL.md

Thinking patterns for spec-driven development. Apply when planning, analyzing, or making decisions. Structures thought to prevent common failure modes.

conventionsskills/conventions/SKILL.md

brainiac ONE WAY conventions — spec structure, EARS notation, ID minting, invariants, freshness stamps, and contract-before-consumer. Apply when authoring or reviewing specs, tasks, initiatives, or epics in a brainiac-conformant repo.

cross-repo-governanceskills/cross-repo-governance/SKILL.md

brainiac cross-repo governance workflow — ground, specify, plan, sequencer, handoff. Apply when managing work that spans multiple repos or when using brainiac CLI verbs.

grillskills/grill/SKILL.md

Relentlessly stress-test an already-CHOSEN plan or design before build — walk every branch of the decision tree, one question at a time, recommend an answer, self-answer from the grounded inventory. Use when a spec, task, or epic design is authored and you want to attack it before TDD locks the approach in, or when the operator uses any 'grill' trigger phrase.

guardrailsskills/guardrails/SKILL.md

Pre-flight safety checks for brainiac operations. Apply before starting any task, committing, or handing off. Catches dependency gaps, contract violations, and spec drift before they become rework.

Plugin manifests1

plugins/brainiac/.claude-plugin/plugin.json
{
  "name": "brainiac",
  "version": "0.111.0",
  "description": "brainiac dev pipeline (develop/debug/quick) + the shared governance gates and conventions — the public, org-agnostic surface. No internal architecture knowledge.",
  "author": {
    "name": "inewi",
    "email": "[email protected]"
  },
  "license": "UNLICENSED",
  "keywords": [
    "spec-driven-development",
    "agentic-sdlc",
    "governance",
    "tdd"
  ],
  "commands": [
    "./commands/"
  ],
  "skills": "./skills/",
  "dependencies": [
    {
      "name": "superpowers",
      "marketplace": "claude-plugins-official"
    }
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[brainiac on Agent Plugins Marketplace](https://pluginsmp.com/plugins/brainiac)