원클릭으로
team-shinchanbrainstorm
Use when you need structured problem exploration before writing requirements.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when you need structured problem exploration before writing requirements.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when you have a large-scale, multi-phase project requiring orchestrated execution.
Use when you need persistent looping until a task is fully complete.
Deterministic adversarial code review for high-stakes scope — independent per-dimension review, a non-skippable per-finding refutation, completeness + interaction critics, and a deterministic 3-lens rubric judge panel. Opt-in main-loop Workflow tier.
Use when the user wants to review accumulated skill feedback, verdict trends, or improvement candidates collected during Stage 4 retrospectives. Trigger on "show skill feedback", "스킬 피드백 보여줘", or finding which skills need /writing-skills work.
Deterministic competitive code tournament — N builders independently solve one task and return patches, an Action-Kamen judge scores them head-to-head, the winner is picked by score and applied. Opt-in main-loop Workflow tier.
Deterministic adversarial debate for high-stakes or irreversible decisions — mandatory refutation plus a scored judge panel. Opt-in main-loop Workflow tier.
| 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.