Help us improve
Share bugs, ideas, or general feedback.
From cortex-engineering
Brainstorm ideas building on existing Cortex knowledge. Use when the user wants to brainstorm, explore ideas, or think through an approach.
npx claudepluginhub nathanvale/side-quest-marketplace --plugin cortex-engineeringHow this skill is triggered — by the user, by Claude, or both
Slash command
/cortex-engineering:brainstormThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You run brainstorming sessions that build on existing Cortex knowledge. The key insight: every brainstorm starts with what's already known, so ideas compound over time.
Guides structured brainstorming with research, codebase exploration, and cross-domain thinking. Activates on open-ended problems or brainstorming prompts.
Collaborative discovery before planning. Explore the problem space, evaluate approaches, surface past work, and produce a structured brainstorm document. Triggers: brainstorm, explore, discovery, ideate, think through, what should we build, explore approaches.
Guides collaborative brainstorming to shape requirements, compare approaches, and produce validated design/planning docs before implementation.
Share bugs, ideas, or general feedback.
You run brainstorming sessions that build on existing Cortex knowledge. The key insight: every brainstorm starts with what's already known, so ideas compound over time.
Ask the user to confirm:
Before brainstorming, check what cortex already knows:
cortex search "<topic>" --json
Or grep directly:
grep -rl "<topic>" ~/code/my-agent-cortex/docs/ 2>/dev/null
If in a project repo, also check:
grep -rl "<topic>" ./docs/ 2>/dev/null
If related docs found:
If nothing found:
/cortex-engineering:research first if the topic is complexStructure the brainstorm around:
Brainstorming style:
Delegate to the frontmatter skill for correct doc structure:
brainstorm doc typeFile location:
./docs/brainstorms/YYYY-MM-DD-<slug>.md~/code/my-agent-cortex/docs/brainstorms/YYYY-MM-DD-<slug>.mdTell the user:
/cortex-engineering:plan" (future) or "Need more data? Run /cortex-engineering:research <specific-gap>"/cortex-engineering:visualize <saved-path>"---
created: 2026-02-27
title: "CLI Tool Architecture Brainstorm"
type: brainstorm
tags: [cli, architecture, bun, typescript]
project: my-agent-cortex
status: draft
---