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.
From provenpx claudepluginhub mjmorales/claude-prove --plugin proveThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Reviews prose for communication issues impeding comprehension, outputs minimal fixes in a three-column table per Microsoft Writing Style Guide. Useful for 'review prose' or 'improve prose' requests.
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)# <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