← ClaudeAtlas

inspirerlisted

Use when the user invokes /inspirer or asks to brainstorm creatively, think outside the box, explore unconventional approaches, break out of stagnation, or generate research-backed ideas with provocation lenses
mickeyyaya/evolve-loop · ★ 2 · Code & Development · score 78
Install: claude install-skill mickeyyaya/evolve-loop
> Think outside the box, backed by evidence. 12 provocation lenses, web-grounded research, scored and filtered recommendations. ## Contents - [Quick Start](#quick-start) - [Architecture](#architecture) - [Stage 1: FRAME](#stage-1-frame) - [Stage 2: DIVERGE](#stage-2-diverge) - [Stage 3: RESEARCH](#stage-3-research) - [Stage 4: SCORE](#stage-4-score) - [Stage 5: CONVERGE](#stage-5-converge) - [Stage 6: DELIVER](#stage-6-deliver) - [Depth Control](#depth-control) - [Evolve-Loop Integration](#evolve-loop-integration) - [Output Schema](#output-schema) - [Reference](#reference-read-on-demand) ## Quick Start ```bash # Basic — think creatively about a topic /inspirer "How should we handle real-time sync in a serverless app?" # Control depth (QUICK = fast ideation, DEEP = thorough exploration) /inspirer "What features increase user retention?" --depth DEEP # Specify number of lenses (default: 4 for STANDARD) /inspirer "Multi-agent coordination patterns" --lenses 5 # Output for evolve-loop consumption /inspirer "Improve eval infrastructure" --format evolve --depth QUICK ``` **Parse arguments:** - First quoted string or remaining text → `topic` - `--depth QUICK|STANDARD|DEEP` → research depth (default: `STANDARD`) - `--lenses N` → number of provocation lenses (default: per depth level) - `--format full|brief|evolve` → output format (default: `full`) ## Architecture Six-stage pipeline: **FRAME → DIVERGE → RESEARCH → SCORE → CONVERGE → DELIVER** ``` Input: User's topic/question