From skill-issue
Clarifies ambiguous project problems, outcomes, and directions before planning. Use for under-defined requirements, unclear success criteria, or multiple viable approaches.
npx claudepluginhub crown-dev-studios/skill-issue --plugin skill-issueThis skill uses the workspace's default tool permissions.
Clarify what should be built before planning begins. Resolve ambiguity in the problem, the intended outcome, or the approach. Land on a clear direction that planning can execute against.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Clarify what should be built before planning begins. Resolve ambiguity in the problem, the intended outcome, or the approach. Land on a clear direction that planning can execute against.
These categories should be covered during the interview step. Not every category applies to every brainstorm — mark N/A when not relevant.
Brainstorm documents are written to docs/brainstorms/ with date-prefixed filenames:
docs/brainstorms/YYYY-MM-DD-<descriptive-name>.md
---
title: <brainstorm title>
date: YYYY-MM-DD
status: exploring | decided
---
# <Brainstorm Title>
## Problem Statement
What problem is being solved and why it matters.
## User Intent
Who needs this and what outcome they expect.
## Success Criteria
How to know the solution is working.
## Constraints
Known limits that shape the direction.
## Options Explored
Viable directions considered. What each offers and its key tradeoff.
### Option A: <name>
<description and tradeoff>
### Option B: <name>
<description and tradeoff>
### Selected: <option>
<why this direction>
## Architecture Sketch
Rough sketch of boundaries and data flow for the selected direction. Use Mermaid fenced code blocks.
```mermaid
graph LR
A[Service] --> B[Service]
Decisions made during exploration with rationale.
Unresolved questions that planning or implementation must answer.
What happens next — typically planning.
## Constraints On This Skill
- This skill explores and documents decisions only. It must never generate implementation code.
- Questions are asked one at a time. Confirm understanding before moving forward.
- All template headings are mandatory. Mark sections N/A when not relevant.
- File references use paths relative to the repository root.
- Keep instructions agent-agnostic. No tool-specific or platform-specific references.