بنقرة واحدة
ideation-simple
Explore a problem space and understand users - the first step in the ideation sequence
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Explore a problem space and understand users - the first step in the ideation sequence
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Audit an existing application or guide a new build for AI governance — classifying every function as DETERMINISTIC, AI-ADVISORY, or AI-OPERATIONAL, identifying risk, and recommending hardening. Use when the user asks to "audit AI usage", "check governance", "review where AI is used", "assess AI risk", "governance review", "lock down AI", or when planning a new feature that involves AI and the user wants to understand where AI should vs. shouldn't be used. Also use when the user wants to evaluate whether a component should use AI or deterministic code.
Complete git workflow for a phase - branch, commit, merge, cleanup
Systematic root cause analysis for bugs and failures. Use when something is broken, failing, or behaving unexpectedly — not for quick typos or obvious one-line fixes. Trigger on "diagnose this", "root cause", "why is this broken", "this isn't working", "investigate this error", "what's causing this", "trace this issue". Also use when /execute-phase Layer 1 or Layer 2 fails twice on the same task.
Execute an approved implementation plan, with automated testing, UI verification, and acceptance-criteria review built into every task. Use this skill whenever the user is ready to start building — trigger on phrases like "execute phase X", "implement the plan", "let's start building", "start coding", "build this out", "time to code", "build phase X", "start phase X", "implement phase X", "let's build this", "start the build", "go ahead and build". Also trigger immediately after the user approves output from /plan-phase. Don't wait to be asked explicitly — if a plan exists and the user says something like "looks good, let's go", this is the right skill.
Guide a complex project ideation session through chunk identification, per-chunk discovery, and structured output files ready for /kickoff Pathway A
Deep market research and assumption mapping - second step in the ideation sequence
| name | ideation-simple |
| description | Explore a problem space and understand users - the first step in the ideation sequence |
| argument-hint | optional: brief description of your idea or problem |
Transform a hunch into a well-understood problem with clear user personas. This is the first skill in the ideation sequence.
ideation.md in the project root.Check if ideation.md exists in the project root.
If it exists, ask the user:
If starting fresh or no file exists, proceed with intake.
The user may come with different starting points. Detect which type:
Problem observed: They describe a pain point or frustration
Solution idea: They describe something they want to build
Market opportunity: They describe a gap or trend
Opening question (adapt based on $ARGUMENTS if provided):
After the user shares their initial idea, identify the entry type and ensure we have a problem statement, not just a solution. Ask adaptively — if the user is forthcoming, fewer questions are needed. Dig deeper only when the picture is unclear. Goal: understand what job someone is trying to get done, how they solve it today, and what's frustrating about that.
Once you have a clear sense of the basic problem:
Understand who experiences this problem most and what would drive them to act. Ask adaptively — you're trying to understand:
Don't ask all of these as a list. Surface them through natural conversation, following where the user leads.
Before writing ideation.md, confirm you have:
If any of these are missing, ask one more targeted question to fill the gap before proceeding.
After the conversation has enough depth, create or update ideation.md in the project root with sections 1-3:
# Ideation: [Project Name - derive from conversation]
## Meta
- Status: Simple
- Last Updated: [today's date]
- Sessions: 1
## 1. Origin
- **Entry Type**: [Problem | Solution | Opportunity]
- **Initial Statement**: [verbatim what user first said]
- **Refined Problem Statement**: [clear problem statement after exploration]
## 2. Jobs to be Done
- **Primary Job**: [the main job users are hiring a product to do]
- **Related Jobs**: [adjacent jobs that might be addressed]
- **Current Alternatives**: [how users solve this today - list with notes]
- **Switching Triggers**: [what would make them try something new]
## 3. User Segments
### Segment 1: [Name based on role/context]
- **Context**: [when/where they experience the problem]
- **Motivation**: [why they'd want a solution - the promise]
- **Ability Barriers**: [what might stop them - friction points]
- **Potential Prompts**: [what triggers action - moments of need]
### Segment 2: [If identified]
- **Context**: ...
- **Motivation**: ...
- **Ability Barriers**: ...
- **Potential Prompts**: ...
## 4. Market Landscape
[To be completed by /ideation-research]
## 5. Assumptions Log
[To be completed by /ideation-research]
## 6. Solution Hypotheses
[To be completed by /ideation-synthesize]
## 7. Open Questions for /kickoff
[To be completed by /ideation-synthesize]
## 8. Research Log
| Date | Topic | Source | Key Findings |
|------|-------|--------|--------------|
| [date] | Landscape scan | [sources] | [findings] |
After generating ideation.md:
Present summary: "Here's what we've discovered about the problem and users: [brief summary]"
Highlight key insights: Call out the most important findings from the landscape scan
Next step: "The simple phase is complete. When you're ready, run /ideation-research to dive deep into the competitive landscape and map out our assumptions."