← Browse

@rohitg00/brain-brief

A

Agent Brain /brain-brief: after intake, research, and grill have enough signal.

skillclaude

Install

agr install @rohitg00/brain-brief --target claude

Writes 1 file into .claude/skills/, pinned to git-427f0682.

  • .claude/skills/brain-brief/SKILL.md

Document


name: brain-brief description: Agent Brain /brain-brief: after intake, research, and grill have enough signal. disable-model-invocation: true

Use Agent Brain command /brain-brief.

This runtime wrapper is only an activation shortcut. The source of truth is commands/brain-brief.md and commands/registry.json. Wrapper boundary marker: cc-source-of-truth.

Before acting:

  • Read AGENTBRAIN.md, PRINCIPLES.md, ANTI_RATIONALIZATION.md, and docs/state-machine.md.
  • Read commands/brain-brief.md and follow it exactly.
  • Load only these skills: evidence-research, problem-grill.
  • Produce the required artifact: templates/product-brief.md.
  • Validate against schema: schemas/product-brief.schema.json.
  • Preserve user changes before editing.
  • Stop if approval, evidence, rollback, secrets handling, loop limits, or runtime capability proof is missing.

If this wrapper conflicts with the command file or registry, follow the command file, report wrapper drift, and route the fix through /brain-verify.

User arguments: $ARGUMENTS

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-427f068207e22026-07-31