用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchanbrainstorm命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | team-shinchan:brainstorm |
| description | Use when you need structured problem exploration before writing requirements. |
| user-invocable | true |
If args is empty or only whitespace: Ask user: "What problem or feature would you like to brainstorm? Describe the goal, not the solution." STOP and wait for user response
If args length > 2000 characters: Truncate to 2000 characters Warn user: "Request was truncated to 2000 characters"
Check if .shinchan-docs/*/brainstorm-output.md exists for the current session.
If found: read it and include a note in the Hiroshi prompt: "A prior brainstorm exists. Extend or revise it rather than starting fresh."
Task( subagent_type="team-shinchan:hiroshi", model="opus", prompt=`/team-shinchan:brainstorm has been invoked.
Problem/Goal to explore: ${args}
You are doing structured problem exploration BEFORE requirements. The user may have arrived with a solution in mind ("add X feature"). Your job is to help them see the problem clearly before committing to a solution direction.
State the underlying problem in 2-3 sentences. Strip away solution framing. Example: "The user wants faster search" → "Users cannot find relevant items within their session window, causing abandonment."
Present 2-4 alternative approaches to address the problem. For each:
Option A: [Title]
Option B: [Title] [same structure]
[Option C, D if relevant]
State which option you recommend and why. Include:
User request: ${args} `)
After Hiroshi completes, if an active WORKFLOW_STATE.yaml exists:
Save Hiroshi's output to .shinchan-docs/{DOC_ID}/brainstorm-output.md
This allows /team-shinchan:requirements to reference it in Step 1.
Present the brainstorm output to the user. Then ask: "Ready to proceed with /team-shinchan:requirements? (This will start the full requirements interview based on the recommended path.)"
If user confirms: suggest running /team-shinchan:requirements with the recommended approach as context.