brainstorm-search-plan

Installation
SKILL.md

/brainstorm-search-plan — Vague → Concrete via Brainstorm + Search + Plan

Codex Compatibility

When running this skill in Codex, translate Claude Code-only primitives before acting: AskUserQuestion -> chat/request_user_input, TodoWrite -> update_plan, Task/TaskCreate/TeamCreate/SendMessage -> spawn_agent/send_input/wait_agent when available and allowed, and EnterPlanMode/ExitPlanMode -> a concise chat plan plus explicit approval. Resolve Read/Write/Edit/Bash/WebSearch/WebFetch to Codex file/shell/web tools, and map ~/.claude/... paths to ~/.agents/... or ~/.codex/... unless the task explicitly targets Claude Code.

Converge a fuzzy request into an actionable, approved plan by interleaving three phases:

  1. Brainstorm — clarify intent with AskUserQuestion
  2. Search — gather missing facts via the /search skill
  3. Plan — structure the work inside Claude Code plan mode (EnterPlanModeExitPlanMode)

Phases are NOT strictly sequential — loop until the request is concrete enough to approve.

When to use

Trigger this skill when:

Installs
3
GitHub Stars
1
First Seen
May 10, 2026
brainstorm-search-plan — laststance/skills