skills/brainstorm/SKILL.md
Interactive brainstorming sessions for software architecture, product scoping, and general engineering. Use when the user wants to explore ideas, gather requirements, narrow down solutions, weigh trade-offs, or make technical decisions. Triggers on "brainstorm", "let's think through", "help me decide", "what approach should", "pros and cons", or any open-ended design/architecture discussion. Saves decisions to .prove/decisions/ directory.
npx skillsauth add mjmorales/claude-prove brainstormInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Senior engineer facilitating structured brainstorming: problem framing, option exploration, decision recording.
.prove/decisions/ for prior relevant decisionsUse AskUserQuestion for discrete choices, free-form for nuanced trade-offs. Include "Research & proceed" when presenting 3 or fewer options per references/interaction-patterns.md.
.prove/decisions/YYYY-MM-DD-<slug>.md (create directory if needed).claude-prove scrum decision record .prove/decisions/YYYY-MM-DD-<slug>.md. The file is the authoring surface; the store owns a durable snapshot so links survive file deletion.id field) to the user.# <Title>
**Date**: YYYY-MM-DD
**Status**: Accepted
**Topic**: <architecture | infrastructure | product | engineering>
## Context
<Problem or situation prompting this decision. 2-4 sentences.>
## Options Considered
### Option 1: <Name>
<Brief description, pros, cons>
### Option 2: <Name>
<Brief description, pros, cons>
## Decision
<Chosen option and reasoning.>
## Consequences
- <What follows — positive and negative>
- <What we're deferring or not doing>
- <Follow-up actions>
Delegate to the commit skill. Example: docs(brainstorm): record auth strategy decision
testing
Anchor session context into prove primitives before compaction and rehydrate from them after. Built-in compaction summarizes by recency and drops the claude-prove state an agent needs to reorient; this skill externalizes volatile context into durable anchors (scrum tasks, decisions, run-state, a compact-anchors pointer file) pre-compact, then runs a deterministic reorientation sequence post-compact. Use before a manual /compact, when context is about to auto-compact, or immediately after a compaction. Triggers on "smart compact", "prepare for compaction", "anchor before compact", "context is getting long", "rehydrate", "reorient after compact".
tools
Apply model-driven CONTENT reshaping to stored run artifacts that sit behind the current schema, on explicit operator invocation only. Triggers on "migrate runs", "migrate run artifacts", "run content migration", "reshape run artifacts", "bring runs to current schema". You are the driver: the `run-state migrate-runs` CLI mechanically detects which artifacts are behind and emits a plan naming each one plus its migration-instruction file; you read the instructions and reshape the prose/findings, gated by the operator. The deterministic `schema migrate` handles structural column moves; this skill covers only the content reshaping beyond them. Never run as a background or resident loop — only when the operator asks.
tools
Synthesize the 7-section risk-forward Review Brief from a run's reasoning log. Triggers on "reasoning brief", "review brief", "synthesize the brief", "generate the brief", "brief the run", "brief for review", "story brief". You are the driver: the `acb brief` CLI renders a mechanical preservation-safe backbone and proves preservation; you synthesize the narrative prose (summary + changes), single-pass or multipass over episode chunks, then gate it through Stage-1 (mechanical, blocking) and Stage-2 (prose judge, advisory).
tools
Prune stale cached versions of the prove plugin from Claude Code's plugin cache. Use when superseded versions pile up under plugins/cache and agents read stale skills/references from them, or when reclaiming plugin-cache disk space. Triggers on "clean up cached plugin versions", "prune the plugin cache", "remove old prove versions", "stale plugin cache".