From claude-code-hermit
Synthesizes memory, capabilities, recent artifacts, and codebase shape to brainstorm capability ideas. Gated by proposal-triage before becoming a PROP. Invoke on demand.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-hermit:capability-brainstormThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
After ≥8 invocations, run:
After ≥8 invocations, run:
bun ${CLAUDE_PLUGIN_ROOT}/scripts/proposal-metrics-report.ts .claude-code-hermit --source=capability-brainstorm
Triage-survival < 25% or acceptance < 30% → cut this skill rather than tune it — the signal-to-noise ratio isn't there. INSUFFICIENT output means the ≥8-verdict sample hasn't been reached yet; wait and re-check.
These three sources require the main session's harness context and cannot be delegated:
ListMcpResourcesTool to enumerate currently online MCP tools.config.json → channels keys.Pass the capability signals from Step 1 in the dispatch prompt. Dispatch claude-code-hermit:skill-eval-runner pointed at ${CLAUDE_PLUGIN_ROOT}/skills/capability-brainstorm/reference.md. Include in the dispatch prompt:
plugin_root: ${CLAUDE_PLUGIN_ROOT} (resolved absolute path — the runner needs it for the sibling-scan, since ${CLAUDE_PLUGIN_ROOT} is not substituted in reference.md content)skills_list: the harness available-skills list (one skill per line)mcp_tools: the ListMcpResourcesTool outputchannels_keys: the channels key list from config.jsonThe runner reads memory topic files, compiled artifacts, and codebase shape in an isolated context, generates ≤2 ideas (applying the friction + grounding constraints), and returns the structured result.
Eval runner return schema — the runner's return value is a JSON object conforming to this block. The schema is byte-identical in reference.md (producer) and here (consumer); a contract test asserts this.
{
"ideas": [
{
"title": "<short idea title>",
"description": "<one-line description>",
"friction": "<one-sentence operator pain>",
"grounding": ["<item 1>", "<item 2>"],
"effort": "hours|days",
"evidence_summary": "<one-paragraph friction + grounding for proposal-create>"
}
],
"discarded": ["<one-line discarded idea>"],
"inputs_scanned": ["<title or path of each source scanned>"]
}
Failure policy: if the runner returns null or malformed JSON, treat as a zero-ideas result — proceed to Steps 3–5 with ideas: [], discarded: [], inputs_scanned: [], and note the failure in the batch message as 0 ideas emitted (analysis-runner failed).
/claude-code-hermit:proposal-create)For each generated idea, invoke /claude-code-hermit:proposal-create once with:
Title: <short idea title>
Evidence Source: capability-brainstorm
Evidence: <one-paragraph summary: friction + grounding items>
Set the PROP frontmatter:
source: auto-detectedcategory: capabilitytags: [capability-brainstorm, ideation]/claude-code-hermit:proposal-create invokes proposal-triage internally. Parse its outcome:
CREATE: <title> — PROP file written, note the assigned PROP-NNN.SUPPRESS: <title> — <code> — record the suppression code. Don't retry.DUPLICATE: <title> — <PROP-ID> — record the existing PROP-ID. Don't create.Do NOT invoke proposal-triage directly in this skill — /claude-code-hermit:proposal-create already does it.
Send one message following the Operator Notification protocol in CLAUDE.md (empty channels → optional PushNotification + conversation; configured channel → resolve + reply, with PushNotification last-resort and channel-send-unavailable dedup on miss):
🧠 Capability brainstorm (<N> idea(s))
1. **<short title>** — <one-line description>
_Grounding: <item 1>, <item 2>_
_Friction: <one-sentence pain>_
_Estimated effort: <hours|days>_
PROP-NNN created · (or: suppressed — <code> · or: duplicate of PROP-NNN)
2. **<short title>** — ...
If zero ideas were generated or all were suppressed/duplicated, the message is:
🧠 Capability brainstorm — 0 ideas emitted (<reason: thin context | all suppressed | all duplicates>)
If ≥1 PROP was created (not suppressed/duplicate), write:
.claude-code-hermit/compiled/capability-brainstorm-YYYY-MM-DD-HHMM.md
Frontmatter:
---
title: Capability brainstorm — <ISO timestamp>
type: capability-brainstorm
created: <ISO timestamp with timezone>
tags: [capability-brainstorm, ideation]
source: interactive
proposals_created: [PROP-NNN, ...]
---
Body (150-line cap):
Do not tag foundational — this is a time-bounded ideation snapshot.
Zero-emit runs: skip the artifact entirely. Log one line to SHELL.md Findings:
capability-brainstorm: 0 ideas emitted (<reason>)
npx claudepluginhub p/gtapps-claude-code-hermit-plugins-claude-code-hermitRapid ideation skill for defining scope, aligning on goals, and exploring solution space before coding. Use when stuck, after context shifts, or to broaden options.
Creates a proposal for a high-leverage improvement discovered during work, with a three-condition rule and pre-creation gate to ensure only impactful, operator-actionable changes are proposed.
Brainstorms and explores ideas for projects or features using subagents. Useful for generating creative solutions or exploring possibilities.