一键导入
brainstorm
Collaborative brainstorm for architecture decisions, feature design, or any problem with multiple viable approaches. Read-only — no code changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Collaborative brainstorm for architecture decisions, feature design, or any problem with multiple viable approaches. Read-only — no code changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Safe Rails console interaction over tmux. Reads project code (models, services, policies, data flow) to build intelligent Rails console commands, then executes via tmux-relay. Trigger when interacting with a Rails console pane — debugging, investigating data, running queries, performing tasks, or any controlled operation that needs codebase context.
Interactive shell helper via tmux-relay. Helps users perform tasks on remote servers through SSH sessions — run commands, inspect logs, manage services, check system state. No codebase exploration needed. Trigger when the user wants to interact with a shell pane for server operations.
Lightweight design-and-implement skill for small-to-medium tasks. Collapses brainstorm + plan + build into one session.
Write a technical design document for a feature, system, or architecture change. Read-only — no code changes.
Turn a design document from brainstorm into a concrete implementation plan. Read-only — no code changes.
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI
| name | brainstorm |
| description | Collaborative brainstorm for architecture decisions, feature design, or any problem with multiple viable approaches. Read-only — no code changes. |
| user-invocable | true |
| disable-model-invocation | true |
| allowed-tools | Read, Write(docs/plans/*), Grep, Glob, Bash(git:*, tree:*, wc:*), AskUserQuestion, WebSearch, mcp__context7__resolve-library-id, mcp__context7__query-docs, mcp__sequential-thinking__sequentialthinking, TaskCreate, TaskUpdate, TaskList |
Help turn ideas into fully formed designs through natural collaborative dialogue.
Design philosophy:
Conversation style:
Other options for all questions to the user.Boundary:
Step A — Read the codebase first:
Tell the user "Let me explore the relevant parts of the codebase first." then do the following silently (don't narrate each file read):
Step B — Scope the problem:
If the topic is too broad to design in a single session, propose breaking it into scoped sub-problems and pick one to start with.
Step C — Then ask questions to fill the gaps:
Ask questions one at a time to deeply understand the purpose, constraints, and success criteria.
Keep going until you can clearly articulate: what we're building, why it matters, and where it fits in the existing system.
Present 2–4 viable approaches. Lead with your recommendation and why.
For each option, use this format:
## Option X: [Name] (Recommended — if applicable)
**Approach**: [Brief description]
**When to choose**: [One-liner on what makes this the right pick]
**Pros**:
- [Advantage 1]
- [Advantage 2]
**Cons**:
- [Disadvantage 1]
- [Disadvantage 2]
**Effort**: [Low/Medium/High]
**Risk**: [Low/Medium/High]
**Fits existing patterns**: [Yes/Partially/No]
After listing all options, include a quick comparison table to make trade-offs visible at a glance:
| Criteria | Option A [Name] | Option B [Name] | Option C [Name] |
| ------------- | --------------- | --------------- | ----------- |
| Effort | Low | Medium | High |
| Risk | Medium | Low | Low |
| Fits patterns | Yes | Partially | No |
Wait for the user to pick one before moving to Phase 3.
For the chosen approach, present the design one section at a time. Wait for validation after each before continuing.
Pick the sections that are relevant to the problem — not every design needs all of them:
When the design is validated:
Save the design:
Write the final design to docs/plans/YYYY-MM-DD-<topic>-design.md (e.g., 2026-02-14-auth-redesign-design.md). Create the docs/plans/ directory if it doesn't exist.
Bridge to implementation:
Ask: "Ready to create a plan?"
Use the plan skill to generate a detailed implementation plan.