brain-brief
An execution shortcut for the Agent Brain workflow to produce a validated product brief.
Install
mkdir -p .claude/skills/brain-brief && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14702" && unzip -o skill.zip -d .claude/skills/brain-brief && rm skill.zipInstalls to .claude/skills/brain-brief
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Agent Brain /brain-brief: after intake, research, and grill have enough signal.Key capabilities
- →Read core Agent Brain documentation
- →Load specific skills for research and problem grilling
- →Produce a product brief artifact
- →Validate the product brief against a schema
- →Preserve user changes before editing
How it works
This skill acts as a runtime wrapper for the Agent Brain, activating research and problem-grilling skills to synthesize findings into a product brief artifact, which is then validated against a schema.
Inputs & outputs
When to use brain-brief
- →Generating product requirements
- →Finalizing agent research output
- →Validating brief schema compliance
About this skill
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, anddocs/state-machine.md. - Read
commands/brain-brief.mdand 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
When not to use it
- →When the intake, research, and grill phases lack sufficient signal
- →When the task is not related to generating a product brief
Limitations
- →Requires reading `AGENTBRAIN.md`, `PRINCIPLES.md`, `ANTI_RATIONALIZATION.md`, and `docs/state-machine.md`.
- →Requires loading `evidence-research` and `problem-grill` skills.
- →Requires validation against `schemas/product-brief.schema.json`.
How it compares
This skill enforces a structured process for generating product briefs by integrating specific research and grilling phases and validating the output against a schema, unlike a free-form brief creation.
Compared to similar skills
brain-brief side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| brain-brief (this skill) | 0 | 2mo | No flags | Advanced |
| pmbok-project-management | 38 | 9mo | No flags | Intermediate |
| project-planner | 32 | 10mo | Review | Intermediate |
| spec-kit-workflow | 11 | 8mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by rohitg00
View all by rohitg00 →You might also like
pmbok-project-management
jgtolentino
Comprehensive PMP/PMBOK project management methodologies and best practices. Use this skill when users need guidance on project management processes, templates, knowledge areas, process groups, tools, techniques, or certification preparation. Covers all 10 PMBOK Knowledge Areas and 5 Process Groups with practical templates, frameworks, and industry-standard approaches. Includes risk management, stakeholder engagement, schedule management, cost control, quality assurance, and resource planning.
project-planner
adrianpuiu
Comprehensive project planning and documentation generator for software projects. Creates structured requirements documents, system design documents, and task breakdown plans with implementation tracking. Use when starting a new project, defining specifications, creating technical designs, or breaking down complex systems into implementable tasks. Supports user story format, acceptance criteria, component design, API specifications, and hierarchical task decomposition with requirement traceability.
spec-kit-workflow
jmanhype
Guides specification-driven development workflow. Automatically invoked when discussing new features, specifications, technical planning, or implementation tasks. Ensures proper workflow phases (specify → clarify → plan → checklist → tasks → analyze → implement).
product-manager-toolkit
davila7
Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development.
session-handoff
davila7
Creates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session ending, (5) user says 'save state', 'create handoff', 'I need to pause', 'context is getting full', (6) resuming work with 'load handoff', 'resume from', 'continue where we left off'. Proactively suggests handoffs after substantial work (multiple file edits, complex debugging, architecture decisions). Solves long-running agent context exhaustion by enabling fresh agents to continue with zero ambiguity.
spec-to-backlog
atlassian
Automatically convert Confluence specification documents into structured Jira backlogs with Epics and implementation tickets. When Claude needs to: (1) Create Jira tickets from a Confluence page, (2) Generate a backlog from a specification, (3) Break down a spec into implementation tasks, or (4) Convert requirements into Jira issues. Handles reading Confluence pages, analyzing specifications, creating Epics with proper structure, and generating detailed implementation tickets linked to the Epic.