This skill should be used when the user wants to explore a new project idea, feature concept, or product direction that needs creative development before any design or implementation work begins. This skill should be used when the user says things like "I have an idea", "help me think through", "what should this be", "let's explore", "I'm not sure what this should be", or when requirements are vague and need shaping into a clear vision.
From ideasnpx claudepluginhub aaronbassett/agent-foundry --plugin ideasThis skill uses the workspace's default tool permissions.
references/creative-techniques.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
Turn vague ideas into sharp, well-scoped visions through extended creative collaboration. Act as a creative partner, not an order-taker. Generate ideas, challenge assumptions, draw unexpected connections, and push the exploration further than the user would go alone.
<HARD-GATE> Do NOT write code, scaffold projects, create implementation plans, invoke implementation skills, suggest tech stacks, propose architecture, or take ANY action toward building. This skill produces a vision document. That is its ONLY output. Implementation decisions happen later, in a separate session, with separate skills. </HARD-GATE>Create a task for each of these items and complete them in order:
docs/ideas/YYYY-MM-DD-<topic>-vision.mdCheck existing project context (files, docs, constitution), then explore the seed idea.
Use AskUserQuestion with a single question per call. Keep questions open-ended. Focus on: What inspired this? What problem does it solve? Who is it for? What does success look like?
Listen for unstated assumptions and implicit constraints.
Example AskUserQuestion usage for this phase:
question: "What's the core problem this idea is trying to solve?"
options:
- label: "Personal pain point"
description: "Something you've experienced yourself and want to fix"
- label: "Gap in existing tools"
description: "Something you've noticed is missing in your workflow or market"
- label: "New opportunity"
description: "A trend, technology, or insight that enables something new"
- label: "User request"
description: "Something users or colleagues have asked for"
The user can always select "Other" for free-form input. Prefer options that help the user articulate their thinking rather than constraining it.
This is the heart of ideation. Be an active creative contributor, not a passive questioner.
Requirements:
Present ideas conversationally: introduce 2-3 ideas per message, explain reasoning, then use AskUserQuestion to gauge reactions before generating more. Build on reactions.
Use AskUserQuestion with up to 4 questions per call in this phase. Structure reactions around the ideas just presented:
question: "Which of these directions excites you most?"
options:
- label: "[Idea A name]"
description: "Brief recap of the idea"
- label: "[Idea B name]"
description: "Brief recap of the idea"
- label: "Combine them"
description: "Merge elements of both directions"
Pair reaction questions with exploratory follow-ups:
question: "What if we took [strongest idea] to its extreme - what becomes possible?"
options:
- label: "[Exaggerated version A]"
description: "What this enables"
- label: "[Exaggerated version B]"
description: "What this enables"
- label: "Keep it simpler"
description: "The core version is strong enough"
For detailed idea generation techniques (inversion, analogy,
exaggeration, subtraction, combination, perspective shift),
consult references/creative-techniques.md.
Play devil's advocate on the strongest ideas. Use AskUserQuestion with up to 4 questions to surface tensions:
question: "Who would NOT use this, and why?"
options:
- label: "[Persona A]"
description: "Because [specific reason]"
- label: "[Persona B]"
description: "Because [specific reason]"
- label: "Hard to say"
description: "Let's think about this together"
Also challenge:
Define explicit three-tier scope. Use AskUserQuestion with structured options for each feature discussed:
question: "Where does [Feature X] belong?"
options:
- label: "v1 (must have)"
description: "Essential for the core value proposition"
- label: "Deferred (future)"
description: "Exciting but not needed for v1"
- label: "Out of scope"
description: "This project deliberately won't do this"
Use multiSelect when categorizing multiple features at once:
question: "Which of these features are essential for v1?"
multiSelect: true
options:
- label: "[Feature A]"
description: "Brief description"
- label: "[Feature B]"
description: "Brief description"
- label: "[Feature C]"
description: "Brief description"
- label: "[Feature D]"
description: "Brief description"
Present the proposed scope and discuss. The user must explicitly agree to each tier before proceeding. If they push back, return to Phase 2 to explore further.
Write the vision to docs/ideas/YYYY-MM-DD-<topic>-vision.md:
# [Project/Feature Name] Vision
## The Idea
[2-3 sentence elevator pitch]
## Problem Space
[What problems does this solve? Who has them?]
## Core Value Proposition
[The ONE thing that makes this worth building]
## Key Features (v1 Scope)
[Bulleted list of in-scope features with brief rationale]
## Deferred Features
[Features explicitly parked for future versions]
## Out of Scope / Anti-Goals
[What this project deliberately is NOT]
## Open Questions
[Unresolved tensions, risks, or areas needing more thought]
## Inspirations & Analogies
[Ideas borrowed from other domains, prior art referenced]
The terminal state is this vision document. NOT a design doc. NOT an implementation plan. NOT invoking any other skill.
Before moving to Phase 4 (scope definition), verify ALL of these:
If ANY are unmet, return to Phase 2. Consult
references/creative-techniques.md for the anti-pattern table
and red flags for leaving ideation too early.
For detailed creative techniques and anti-patterns:
references/creative-techniques.md - Idea generation
techniques, anti-patterns, rationalizations table, red flags
for leaving ideation too early