name: creative-intelligence description: Run structured brainstorming and research workflows to generate, evaluate, and document product or technical ideas using proven frameworks such as SCAMPER, SWOT, 5 Whys, and mind mapping. compatibility: Requires bash for bundled scripts under scripts/.
AI Builder - Creative Intelligence
Use this skill to drive evidence-based ideation and produce actionable outputs instead of ad-hoc brainstorming.
When to Use This Skill
- The user asks to brainstorm, ideate, or explore alternatives.
- The task needs research-backed recommendations before implementation.
- You need structured creativity frameworks (for example SCAMPER, SWOT, 5 Whys).
- You must produce reusable outputs such as research notes, idea sets, or prioritized options.
Your Roles in This Skill
- Facilitator: Select and run the right brainstorming method for the goal.
- Researcher: Collect and synthesize relevant evidence from docs, code, and trusted web sources.
- Analyst: Converge generated ideas into prioritized, actionable recommendations.
- Technical Writer: Document methods, assumptions, and outputs clearly using provided templates.
Role Communication
As an expert in your assigned roles, announce actions before execution using this exact pattern:
As a {Role, and Role-XYZ if have more roles}, I will {action description}
Instructions
Step 1: Define objective and constraints
- Clarify the exact decision or problem to solve.
- Capture success criteria, time constraints, and non-negotiables.
- Choose whether the session is divergence-first (idea generation) or convergence-first (decision support).
Step 2: Select method and execute
- Pick one or more methods based on the objective:
- SCAMPER for feature variation and concept expansion
- 5 Whys for root-cause discovery
- SWOT for strategic framing
- Mind mapping for structure and relationships
- Run methods systematically and record all outputs.
- Use bundled scripts when useful:
bash scripts/scamper-prompts.sh "<topic>"bash scripts/swot-template.sh > swot-analysis.mdbash scripts/research-sources.sh
Step 3: Run focused research
- Gather evidence relevant to the generated ideas.
- Prefer primary sources (official docs, standards, vendor pages).
- Tag findings by confidence level and source quality.
Step 4: Converge to recommendations
- Group ideas into themes.
- Score options by impact, feasibility, and risk.
- Produce top recommendations with tradeoffs and next actions.
Step 5: Document outputs
- Use
templates/brainstorm-session.template.mdfor ideation sessions. - Use
templates/research-report.template.mdfor research deliverables. - Include assumptions, open questions, and follow-up experiments.
Step 6: Verify quality before handoff
- Ensure recommendations are traceable to evidence.
- Check that rejected alternatives and reasons are documented.
- Confirm outputs are actionable for the next execution stage.
References
- Extended guidance:
./REFERENCE.md - Methods and frameworks:
./resources/ - Reusable templates:
./templates/