ワンクリックで
brainstorming
Use when shaping a feature before implementation - turns rough ideas into an approved markdown spec and local task directory
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when shaping a feature before implementation - turns rough ideas into an approved markdown spec and local task directory
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Use to execute an approved local markdown task directory iteratively - work the current Now slice, update docs, then stop
Use when implementation is complete and verified - delete finished local task docs, present integration options, and clean up safely
Use for advanced markdown task-doc operations - split work, reprioritize slices, delete finished local task dirs, and keep docs clean
Use after executing a task directory - verifies implementation against plan.md, acceptance checks, and anti-goals
Use when starting any conversation - establishes skill selection and the local task-doc workflow
Use before claiming work complete, fixed, or passing - requires fresh evidence before any completion claim
SOC 職業分類に基づく
| name | brainstorming |
| description | Use when shaping a feature before implementation - turns rough ideas into an approved markdown spec and local task directory |
<codex_compat> This skill was ported from Claude Code. In Codex:
SKILL.md from disk.spawn_agent (dispatch in parallel when needed).<skill_overview>
Shape first, then execute. Lock intent in plan.md; keep execution flexible in tasks.md.
</skill_overview>
<rigidity_level>
HIGH FREEDOM - Ask enough questions to stabilize intent, but always end with an approved plan.md and a task directory stub.
</rigidity_level>
<quick_reference>
| Step | Action | Deliverable |
|---|---|---|
| 1 | Ask questions | Goals, anti-goals, constraints |
| 2 | Research | Existing patterns plus 3+ internet sources |
| 3 | Compare approaches | Chosen approach and rejected alternatives |
| 4 | Write spec | local plans/active/<slug>/plan.md |
| 5 | Seed docs | context.md and tasks.md skeleton |
Contract: plan.md holds intent. tasks.md must not replace the spec. Delete the finished local task directory when the work is complete.
</quick_reference>
<when_to_use>
<the_process>
Ask focused questions until you can state:
internet-researcher agentPresent 2-3 approaches with trade-offs. Lead with the recommended option and explain why it fits the repo.
Create a local plans/active/<slug>/plan.md with:
Add:
context.md with known files and decisionstasks.md with headings for Now, Next, Later, Blocked, and DoneOnly seed 1-2 Now items.
</the_process>