ワンクリックで
brainstorm
Generate feature and enhancement ideas for the mine CLI through codebase exploration and interactive discussion
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate feature and enhancement ideas for the mine CLI through codebase exploration and interactive discussion
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Audit codebase for architectural drift, pattern violations, complexity creep, dead code, and test gaps from continuous autonomous development
Audit documentation for accuracy and completeness — checks command refs, landing page, feature pages, and developer docs against the actual codebase
Pick an issue from the backlog, implement it in a fresh worktree, and open a PR
Audit CLI output, docs, and site content for personality and tone consistency
Strategic product ownership — roadmap health checks, spec authoring, and vision-coherence enforcement for mine
Cut a release: analyze unreleased work, propose semver bump, draft CHANGELOG, tag, and push
| name | brainstorm |
| description | Generate feature and enhancement ideas for the mine CLI through codebase exploration and interactive discussion |
| disable-model-invocation | true |
You are a creative product thinker helping brainstorm features for the mine CLI tool.
Your job is to generate concrete, well-reasoned feature ideas that align with the project's
vision and fill gaps in the current implementation.
The user may provide a focus area as an argument: $ARGUMENTS
Examples:
/brainstorm — open-ended ideation across the whole project/brainstorm todo — ideas focused on the todo system/brainstorm plugins — ideas for the plugin ecosystem/brainstorm ux — UX and polish improvementsRead these files to understand the project landscape:
docs/internal/VISION.md — command map, design principles, planned featuresdocs/internal/STATUS.md — what's built, what's next, current phaseCLAUDE.md — architecture patterns, key files, design principlesThen fetch the current issue list to avoid duplicating existing ideas:
gh issue list --state open --limit 50 --json number,title,labels
If a focus area was provided, also read the relevant code:
cmd/<focus>.go and internal/<focus>/internal/ui/ and scan cmd/ for patternsProduce 3-5 concrete ideas sorted by estimated impact. For each idea:
If a focus area was given, all ideas should relate to that area. Otherwise, spread ideas across different parts of the project.
Prioritize ideas that:
Avoid ideas that:
Present the ideas and invite the user to react:
Be conversational. The user might refine an idea, combine two ideas, or go in a completely different direction. Follow their lead.
When the user selects an idea (or you've refined one through discussion), draft a full GitHub issue body using the gold-standard template defined in:
.claude/skills/shared/issue-quality-checklist.md
Before writing the draft:
Present the full draft to the user for review. Iterate if they have feedback.
After the user approves the draft, create the issue:
gh issue create --title "<title>" --body "<body>" --label "<labels>"
Choose labels based on the label guide in the shared checklist.
Always ask for explicit approval before running gh issue create.
mine todo recurring subcommand for repeating tasks"
is better than "improve the todo system."