Plan & ideate
Brainstorm solutions, plan implementations, map edge cases, and reason through hard problems before writing code.
Plan & ideate
These skills run before implementation. They turn a vague idea into a concrete, reviewable plan, surface edge cases early, and apply systematic reasoning when you're stuck.
| Command | What it does |
|---|---|
/wield:idea-generation | Brainstorm solutions with trade-off analysis and brutal honesty. |
/wield:implementation-planning | Plan implementations and architectures with detailed, phased roadmaps. |
/wield:scenario-mapping | Generate edge cases and test scenarios across 12 dimensions. |
/wield:change-prediction | 5 expert personas debate proposed changes before you implement. |
/wield:problem-solving | Apply systematic techniques when you're stuck. |
When to reach for each
/wield:idea-generation
Brainstorm solutions with trade-off analysis and brutal honesty. Use for ideation, architecture decisions, technical debates, feature exploration, feasibility assessment, and design discussions — when you want options weighed honestly rather than a single confident answer.
/wield:implementation-planning
Plan implementations, design architectures, and create technical roadmaps with
detailed phases. Use for feature planning, system design, and implementation
strategy. Supports a --parallel mode that produces phases with strict
file-ownership boundaries for parallel execution by
wield:fullstack-developer agents.
/wield:scenario-mapping
Generate comprehensive edge cases and test scenarios by decomposing a feature across 12 dimensions. Use for pre-implementation risk discovery, QA planning, regression design, and iterative saturation when coverage must be exhaustive.
/wield:change-prediction
Have five expert personas debate a proposed change before implementation. Catches architectural, security, performance, and UX issues early. Use before major features or risky changes.
/wield:problem-solving
Apply systematic problem-solving techniques when stuck — for complexity spirals, innovation blocks, recurring patterns, assumption constraints, simplification cascades, and scale uncertainty.
Planning is the workflow's highest-leverage step. /wield:implementation-planning
can dispatch the wield:solution-architect agent in Claude Code,
or delegate through native Codex subagents in Codex.
Typical sequence
Explore options
/wield:idea-generation to weigh approaches, or /wield:problem-solving when
you're stuck.
Pressure-test the choice
/wield:change-prediction to debate it, /wield:scenario-mapping to surface
edge cases.
Commit to a plan
/wield:implementation-planning to produce the phased roadmap you'll build
from.