en un clic
idea-wizard
// Structured brainstorming: generate 30 ideas, critically evaluate each, distill to the best 5 with actionable implementation plans.
// Structured brainstorming: generate 30 ideas, critically evaluate each, distill to the best 5 with actionable implementation plans.
Multi-model code review for gastown. Reviews GitHub PRs (by URL or number) or local branches (by branch name). Spawns parallel Claude, Codex, and (optionally) Gemini reviewers with specialized prompts optimized for regression prevention, then synthesizes findings into a single maintainer-grade decision report. Use --skip-gemini for dual-model mode when Gemini quota is exhausted. Invoke with /review-pr <pr-url|number|branch>.
Multi-pass code review: correctness, security, performance, and maintainability. Each finding gets severity, location, and suggestion.
Remove telltale AI writing patterns from documentation and text. Direct, concise prose without AI artifacts.
Multi-phase planning process: understand, decompose, design, validate, then implement. No code until the plan is approved.
Evaluate and polish README and documentation. Ensure accuracy, structure, runnable examples, then de-slopify.
Design and implement an agent-optimized CLI interface for any project. JSON output, structured errors, exit codes, token-efficient.
| name | idea-wizard |
| description | Structured brainstorming: generate 30 ideas, critically evaluate each, distill to the best 5 with actionable implementation plans. |
Come up with your very best ideas for improving this project.
Generate a list of 30 ideas (brief one-liner for each). Cast a wide net. Use these techniques to push beyond obvious suggestions:
Do not filter during this phase. Volume over quality.
Go through each idea systematically and critically evaluate it. Reject the ones that are not excellent choices, with clear reasons for rejection. Keep the ones that pass your scrutiny.
For each idea that passed evaluation, explain in detail:
Rank by (Impact x Confidence) / Effort.
Implement the top ideas now. Start with the highest-ranked idea and work down.
Based on Jeffrey Emanuel's Idea Wizard (@doodlestein)