brainstorm-with-file
Installation
SKILL.md
Codex Brainstorm-With-File Workflow
Quick Start
Interactive brainstorming workflow with documented thought evolution. Expands initial ideas through questioning, parallel subagent analysis, and iterative refinement.
Core workflow: Seed Idea → Expand → Parallel Subagent Explore → Synthesize → Refine → Crystallize
Key features:
- brainstorm.md: Complete thought evolution timeline
- Parallel multi-perspective: Creative + Pragmatic + Systematic (concurrent subagents)
- Idea expansion: Progressive questioning and exploration
- Diverge-Converge cycles: Generate options then focus on best paths
Codex-Specific Features:
- Parallel subagent execution via
spawn_agent+ batchwait({ ids: [...] }) - Role loading via path (agent reads
~/.codex/agents/*.mditself) - Deep interaction with
send_inputfor multi-round refinement within single agent - Explicit lifecycle management with
close_agent