Purpose
This skill transforms raw, unstructured user prompts into highly optimized prompts using established prompting frameworks. It analyzes user intent, identifies task complexity, and intelligently selects the most appropriate framework(s) to maximize Claude/ChatGPT output quality.
The skill operates in "magic mode" - it works silently behind the scenes, only interacting with users when clarification is critically needed. Users receive polished, ready-to-use prompts without technical explanations or framework jargon.
This is a universal skill that works in any terminal context, not limited to Obsidian vaults or specific project structures.
When to Use
Invoke this skill when:
- User provides a vague or generic prompt (e.g., "help me code Python")
- User has a complex idea but struggles to articulate it clearly
- User's prompt lacks structure, context, or specific requirements
- Task requires step-by-step reasoning (debugging, analysis, design)
- User needs a prompt for a specific AI task but doesn't know prompting frameworks
- User wants to improve an existing prompt's effectiveness
- User asks variations of "how do I ask AI to..." or "create a prompt for..."
Workflow
Step 1: Analyze Intent
Objective: Understand what the user truly wants to accomplish.
Actions:
- Read the raw prompt provided by the user
- Detect task characteristics:
- Type: coding, writing, analysis, design, learning, planning, decision-making, creative, etc.
- Complexity: simple (one-step), moderate (multi-step), complex (requires reasoning/design)
- Clarity: clear intention vs. ambiguous/vague
- Domain: technical, business, creative, academic, personal, etc.
- Identify implicit requirements:
- Does user need examples?
- Is output format specified?
- Are there constraints (time, resources, scope)?
- Is this exploratory or execution-focused?
Detection Patterns:
- Simple tasks: Short prompts (<50 chars), single verb, no context
- Complex tasks: Long prompts (>200 chars), multiple requirements, conditional logic
- Ambiguous tasks: Generic verbs ("help", "improve"), missing object/context
- Structured tasks: Mentions steps, phases, deliverables, stakeholders
Step 2: Ask Clarifying Questions (Conditional)
Objective: Gather missing information only when it is critical to framework selection or prompt quality.
Trigger Conditions — ask only if:
- Task type is completely ambiguous (cannot determine coding vs. writing vs. analysis)
- Target audience is unknown and materially affects the output
- Scope is undefined and choosing wrong scope would invalidate the prompt
- Requested output format conflicts or is missing and cannot be inferred
Question Limits:
- Maximum 3 questions per invocation
- Combine related questions into one when possible
- If enough context exists, skip this step entirely (most cases)
Example Clarifying Exchange:
User: "help me with AI"
Step 2 (triggered — task type ambiguous):
"To craft the best prompt, I need one quick clarification:
1. What do you want to do with AI — build something, learn about it, or use an AI tool for a task?"
Critical Rule: When in doubt, skip clarification and generate the best prompt with available context. Over-asking breaks the "magic mode" experience.
Step 3: Select Framework(s)
Objective: Map task characteristics to optimal prompting framework(s).
Framework Mapping Logic:
| Task Type |
Recommended Framework(s) |
Rationale |
| Role-based tasks (act as expert, consultant) |
RTF (Role-Task-Format) |
Clear role definition + task + output format |
| Step-by-step reasoning (debugging, proof, logic) |
Chain of Thought |
Encourages explicit reasoning steps |
| Structured projects (multi-phase, deliverables) |
RISEN (Role, Instructions, Steps, End goal, Narrowing) |
Comprehensive structure for complex work |
| Complex design/analysis (systems, architecture) |
RODES (Role, Objective, Details, Examples, Sense check) |
Balances detail with validation |
| Summarization (compress, synthesize) |
Chain of Density |
Iterative refinement to essential info |
| Communication (reports, presentations, storytelling) |
RACE (Role, Audience, Context, Expectation) |
Audience-aware messaging |
| Investigation/analysis (research, diagnosis) |
RISE (Research, Investigate, Synthesize, Evaluate) |
Systematic analytical approach |
| Contextual situations (problem-solving with background) |
STAR (Situation, Task, Action, Result) |
Context-rich problem framing |
| Documentation (medical, technical, records) |
SOAP (Subjective, Objective, Assessment, Plan) |
Structured information capture |
| Goal-setting (OKRs, objectives, targets) |
CLEAR (Collaborative, Limited, Emotional, Appreciable, Refinable) |
Goal clarity and actionability |
| Coaching/development (mentoring, growth) |
GROW (Goal, Reality, Options, Will) |
Developmental conversation structure |
Blending Strategy:
- Combine 2-3 frameworks when task spans multiple types
- Example: Complex technical project → RODES + Chain of Thought (structure + reasoning)
- Example: Leadership decision → CLEAR + GROW (goal clarity + development)
Selection Criteria:
- Primary framework = best match to core task type
- Secondary framework(s) = address additional complexity dimensions
- Avoid over-engineering: simple tasks get simple frameworks
Critical Rule: This selection happens silently - do not explain framework choice to user.
Role: You are a senior software architect. [RTF - Role]
Objective: Design a microservices architecture for [system]. [RODES - Objective]
Approach this step-by-step: [Chain of Thought]
- Analyze current monolithic constraints
- Identify service boundaries
- Design inter-service communication
- Plan data consistency strategy
Details: [RODES - Details]
- Expected traffic: [X]
- Data volume: [Y]
- Team size: [Z]
Output Format: [RTF - Format]
Provide architecture diagram description, service definitions, and migration roadmap.
Sense Check: [RODES - Sense check]
Validate that services are loosely coupled, independently deployable, and aligned with business domains.
**4.5. Language Adaptation**
- If original prompt is in Portuguese, generate prompt in Portuguese
- If original prompt is in English, generate prompt in English
- If mixed, default to English (more universal for AI models)
**4.6. Quality Checks**
Before finalizing, verify:
- [ ] Prompt is self-contained (no external context needed)
- [ ] Task is specific and measurable
- [ ] Output format is clear
- [ ] No ambiguous language
- [ ] Appropriate level of detail for task complexity
## Critical Rules
### **NEVER:**
- ❌ Assume information that wasn't provided - ALWAYS ask if critical details are missing
- ❌ Explain which framework was selected or why (magic mode - keep it invisible)
- ❌ Generate generic, one-size-fits-all prompts - always customize to context
- ❌ Use technical jargon in the final prompt (unless user's domain is technical)
- ❌ Ask more than 3 clarifying questions (avoid user fatigue)
- ❌ Include meta-commentary in the output ("This prompt uses...", "Note that...")
- ❌ Present output without code block formatting
- ❌ Mix languages inconsistently (if user writes in PT, respond in PT)
### **ALWAYS:**
- ✅ Analyze intent before generating (Step 1 is mandatory)
- ✅ Ask clarifying questions if critical information is ambiguous (Step 2 conditional)
- ✅ Select framework(s) based on task type and complexity (Step 3 mapping)
- ✅ Blend multiple frameworks when it improves prompt quality
- ✅ Adapt prompt length to original input complexity (simple → short, complex → detailed)
- ✅ Include output format specification in generated prompts
- ✅ Present final prompt in clean Markdown code block
- ✅ Make prompts self-contained (no dependency on external context)
- ✅ Use examples in complex prompts to illustrate expected output
- ✅ Validate prompt completeness before presenting (quality checks in Step 4.6)
### **Example 2: Complex Clear Prompt → RODES + Chain of Thought (No Clarification)**
**User Input:**
copilot> create prompt for: I need to build a product recommendation system considering purchase history, user preferences, and market trends
**Skill Internal Process:**
1. **Analyze:** Clear intent, complex task (ML system design), technical domain
2. **Clarify:** Skip (sufficient information)
3. **Select:** RODES (complex design) + Chain of Thought (reasoning needed)
**Skill Output:**
````markdown
Role: You are a senior machine learning engineer specializing in recommendation systems.
Objective: Design a product recommendation system that combines user purchase history, preferences, and market trends.
Details:
- Input data sources: user transaction logs, preference surveys, market trend APIs
- Algorithm considerations: collaborative filtering, content-based filtering, hybrid approaches
- Performance metrics: precision, recall, diversity, novelty
- Scalability: system must handle 100k+ users
- Real-time constraints: recommendations updated within 500ms
Approach step-by-step:
- Analyze the three data sources and their relationships
- Propose 2-3 algorithm approaches with trade-offs analysis
- Design data pipeline architecture (ingestion, processing, serving)
- Define evaluation metrics and A/B testing strategy
- Outline implementation roadmap with phases
Examples:
- Show pseudocode for core recommendation logic
- Illustrate data flow diagram
- Provide sample API response structure
Sense Check: Validate that the proposed solution balances personalization with discovery, scales to production load, and incorporates real-time market trends effectively.
Output format: Technical design document with architecture diagrams, algorithm justification, and implementation roadmap.
Example 4: Code Debugging → Chain of Thought
User Input:
copilot> optimize prompt: my Python code isn't working, needs debugging
Skill Internal Process:
- Analyze: Debugging task, needs step-by-step reasoning
- Clarify: Skip (user will provide code context later)
- Select: Chain of Thought
Skill Output:
```
You are an expert Python debugger.
Task: Debug the Python code provided by the user by analyzing it step-by-step.
Debugging approach:
1. Read and understand the code's intended purpose
2. Identify the error or unexpected behavior
3. Trace variable states at each execution step
4. Locate the root cause of the issue
5. Propose fix with explanation
6. Suggest preventive measures to avoid similar bugs
For each step, show your reasoning:
- What you're checking
- What you found
- Why it matters
Output format:
- **Issue identified:** [Describe the bug]
- **Root cause:** [Why it's happening]
- **Fix:** [Corrected code with comments]
- **Prevention:** [Best practices to avoid this in the future]
Include a working example to verify the fix.
```
Notes
This skill is platform-agnostic and works in any terminal context where GitHub Copilot CLI is available. It does not depend on:
- Obsidian vault structure
- Specific project configurations
- External files or templates
The skill is entirely self-contained, operating purely on user input and framework knowledge.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for enprojectnment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
1---2name: prompt-engineer3description: Transforms user prompts into optimized prompts using frameworks (RTF, RISEN, Chain of Thought, RODES, Chain of Density, RACE, RISE, STAR, SOAP, CLEAR, GROW)4---56## Purpose78This skill transforms raw, unstructured user prompts into highly optimized prompts using established prompting frameworks. It analyzes user intent, identifies task complexity, and intelligently selects the most appropriate framework(s) to maximize Claude/ChatGPT output quality.910The skill operates in "magic mode" - it works silently behind the scenes, only interacting with users when clarification is critically needed. Users receive polished, ready-to-use prompts without technical explanations or framework jargon.1112This is a **universal skill** that works in any terminal context, not limited to Obsidian vaults or specific project structures.1314## When to Use15Invoke this skill when:1617- User provides a vague or generic prompt (e.g., "help me code Python")18- User has a complex idea but struggles to articulate it clearly19- User's prompt lacks structure, context, or specific requirements20- Task requires step-by-step reasoning (debugging, analysis, design)21- User needs a prompt for a specific AI task but doesn't know prompting frameworks22- User wants to improve an existing prompt's effectiveness23- User asks variations of "how do I ask AI to..." or "create a prompt for..."2425## Workflow2627### Step 1: Analyze Intent2829**Objective:** Understand what the user truly wants to accomplish.3031**Actions:**321. Read the raw prompt provided by the user332. Detect task characteristics:34 - **Type:** coding, writing, analysis, design, learning, planning, decision-making, creative, etc.35 - **Complexity:** simple (one-step), moderate (multi-step), complex (requires reasoning/design)36 - **Clarity:** clear intention vs. ambiguous/vague37 - **Domain:** technical, business, creative, academic, personal, etc.383. Identify implicit requirements:39 - Does user need examples?40 - Is output format specified?41 - Are there constraints (time, resources, scope)?42 - Is this exploratory or execution-focused?4344**Detection Patterns:**45- **Simple tasks:** Short prompts (<50 chars), single verb, no context46- **Complex tasks:** Long prompts (>200 chars), multiple requirements, conditional logic47- **Ambiguous tasks:** Generic verbs ("help", "improve"), missing object/context48- **Structured tasks:** Mentions steps, phases, deliverables, stakeholders495051### Step 2: Ask Clarifying Questions (Conditional)5253**Objective:** Gather missing information only when it is critical to framework selection or prompt quality.5455**Trigger Conditions** — ask only if:56- Task type is completely ambiguous (cannot determine coding vs. writing vs. analysis)57- Target audience is unknown and materially affects the output58- Scope is undefined and choosing wrong scope would invalidate the prompt59- Requested output format conflicts or is missing and cannot be inferred6061**Question Limits:**62- Maximum 3 questions per invocation63- Combine related questions into one when possible64- If enough context exists, skip this step entirely (most cases)6566**Example Clarifying Exchange:**6768```69User: "help me with AI"7071Step 2 (triggered — task type ambiguous):72"To craft the best prompt, I need one quick clarification:731. What do you want to do with AI — build something, learn about it, or use an AI tool for a task?"74```7576**Critical Rule:** When in doubt, skip clarification and generate the best prompt with available context. Over-asking breaks the "magic mode" experience.777879### Step 3: Select Framework(s)8081**Objective:** Map task characteristics to optimal prompting framework(s).8283**Framework Mapping Logic:**8485| Task Type | Recommended Framework(s) | Rationale |86|-----------|-------------------------|-----------|87| **Role-based tasks** (act as expert, consultant) | **RTF** (Role-Task-Format) | Clear role definition + task + output format |88| **Step-by-step reasoning** (debugging, proof, logic) | **Chain of Thought** | Encourages explicit reasoning steps |89| **Structured projects** (multi-phase, deliverables) | **RISEN** (Role, Instructions, Steps, End goal, Narrowing) | Comprehensive structure for complex work |90| **Complex design/analysis** (systems, architecture) | **RODES** (Role, Objective, Details, Examples, Sense check) | Balances detail with validation |91| **Summarization** (compress, synthesize) | **Chain of Density** | Iterative refinement to essential info |92| **Communication** (reports, presentations, storytelling) | **RACE** (Role, Audience, Context, Expectation) | Audience-aware messaging |93| **Investigation/analysis** (research, diagnosis) | **RISE** (Research, Investigate, Synthesize, Evaluate) | Systematic analytical approach |94| **Contextual situations** (problem-solving with background) | **STAR** (Situation, Task, Action, Result) | Context-rich problem framing |95| **Documentation** (medical, technical, records) | **SOAP** (Subjective, Objective, Assessment, Plan) | Structured information capture |96| **Goal-setting** (OKRs, objectives, targets) | **CLEAR** (Collaborative, Limited, Emotional, Appreciable, Refinable) | Goal clarity and actionability |97| **Coaching/development** (mentoring, growth) | **GROW** (Goal, Reality, Options, Will) | Developmental conversation structure |9899**Blending Strategy:**100- **Combine 2-3 frameworks** when task spans multiple types101- Example: Complex technical project → **RODES + Chain of Thought** (structure + reasoning)102- Example: Leadership decision → **CLEAR + GROW** (goal clarity + development)103104**Selection Criteria:**105- Primary framework = best match to core task type106- Secondary framework(s) = address additional complexity dimensions107- Avoid over-engineering: simple tasks get simple frameworks108109**Critical Rule:** This selection happens **silently** - do not explain framework choice to user.110111Role: You are a senior software architect. [RTF - Role]112113Objective: Design a microservices architecture for [system]. [RODES - Objective]114115Approach this step-by-step: [Chain of Thought]1161. Analyze current monolithic constraints1172. Identify service boundaries1183. Design inter-service communication1194. Plan data consistency strategy120121Details: [RODES - Details]122- Expected traffic: [X]123- Data volume: [Y]124- Team size: [Z]125126Output Format: [RTF - Format]127Provide architecture diagram description, service definitions, and migration roadmap.128129Sense Check: [RODES - Sense check]130Validate that services are loosely coupled, independently deployable, and aligned with business domains.131```132133**4.5. Language Adaptation**134- If original prompt is in Portuguese, generate prompt in Portuguese135- If original prompt is in English, generate prompt in English136- If mixed, default to English (more universal for AI models)137138**4.6. Quality Checks**139Before finalizing, verify:140- [ ] Prompt is self-contained (no external context needed)141- [ ] Task is specific and measurable142- [ ] Output format is clear143- [ ] No ambiguous language144- [ ] Appropriate level of detail for task complexity145146147## Critical Rules148149### **NEVER:**150151- ❌ Assume information that wasn't provided - ALWAYS ask if critical details are missing152- ❌ Explain which framework was selected or why (magic mode - keep it invisible)153- ❌ Generate generic, one-size-fits-all prompts - always customize to context154- ❌ Use technical jargon in the final prompt (unless user's domain is technical)155- ❌ Ask more than 3 clarifying questions (avoid user fatigue)156- ❌ Include meta-commentary in the output ("This prompt uses...", "Note that...")157- ❌ Present output without code block formatting158- ❌ Mix languages inconsistently (if user writes in PT, respond in PT)159160### **ALWAYS:**161162- ✅ Analyze intent before generating (Step 1 is mandatory)163- ✅ Ask clarifying questions if critical information is ambiguous (Step 2 conditional)164- ✅ Select framework(s) based on task type and complexity (Step 3 mapping)165- ✅ Blend multiple frameworks when it improves prompt quality166- ✅ Adapt prompt length to original input complexity (simple → short, complex → detailed)167- ✅ Include output format specification in generated prompts168- ✅ Present final prompt in clean Markdown code block169- ✅ Make prompts self-contained (no dependency on external context)170- ✅ Use examples in complex prompts to illustrate expected output171- ✅ Validate prompt completeness before presenting (quality checks in Step 4.6)172173174### **Example 2: Complex Clear Prompt → RODES + Chain of Thought (No Clarification)**175176**User Input:**177```178copilot> create prompt for: I need to build a product recommendation system considering purchase history, user preferences, and market trends179```180181**Skill Internal Process:**1821. **Analyze:** Clear intent, complex task (ML system design), technical domain1832. **Clarify:** Skip (sufficient information)1843. **Select:** RODES (complex design) + Chain of Thought (reasoning needed)185186**Skill Output:**187188````markdown189```190Role: You are a senior machine learning engineer specializing in recommendation systems.191192Objective: Design a product recommendation system that combines user purchase history, preferences, and market trends.193194Details:195- Input data sources: user transaction logs, preference surveys, market trend APIs196- Algorithm considerations: collaborative filtering, content-based filtering, hybrid approaches197- Performance metrics: precision, recall, diversity, novelty198- Scalability: system must handle 100k+ users199- Real-time constraints: recommendations updated within 500ms200201Approach step-by-step:2021. Analyze the three data sources and their relationships2032. Propose 2-3 algorithm approaches with trade-offs analysis2043. Design data pipeline architecture (ingestion, processing, serving)2054. Define evaluation metrics and A/B testing strategy2065. Outline implementation roadmap with phases207208Examples:209- Show pseudocode for core recommendation logic210- Illustrate data flow diagram211- Provide sample API response structure212213Sense Check: Validate that the proposed solution balances personalization with discovery, scales to production load, and incorporates real-time market trends effectively.214215Output format: Technical design document with architecture diagrams, algorithm justification, and implementation roadmap.216```217````218219220### **Example 4: Code Debugging → Chain of Thought**221222**User Input:**223```224copilot> optimize prompt: my Python code isn't working, needs debugging225```226227**Skill Internal Process:**2281. **Analyze:** Debugging task, needs step-by-step reasoning2292. **Clarify:** Skip (user will provide code context later)2303. **Select:** Chain of Thought231232**Skill Output:**233234````markdown235```236You are an expert Python debugger.237238Task: Debug the Python code provided by the user by analyzing it step-by-step.239240Debugging approach:2411. Read and understand the code's intended purpose2422. Identify the error or unexpected behavior2433. Trace variable states at each execution step2444. Locate the root cause of the issue2455. Propose fix with explanation2466. Suggest preventive measures to avoid similar bugs247248For each step, show your reasoning:249- What you're checking250- What you found251- Why it matters252253Output format:254- **Issue identified:** [Describe the bug]255- **Root cause:** [Why it's happening]256- **Fix:** [Corrected code with comments]257- **Prevention:** [Best practices to avoid this in the future]258259Include a working example to verify the fix.260```261````262263264## Notes265266This skill is **platform-agnostic** and works in any terminal context where GitHub Copilot CLI is available. It does not depend on:267- Obsidian vault structure268- Specific project configurations269- External files or templates270271The skill is entirely self-contained, operating purely on user input and framework knowledge.272273## Limitations274- Use this skill only when the task clearly matches the scope described above.275- Do not treat the output as a substitute for enprojectnment-specific validation, testing, or expert review.276- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.