RCP-001-ULTRA-PROMPT
CRAFT RECIPE START
====================
RECIPE_ID: RCP-001-ULTRA-PROMPT
TITLE: The AICookbook 10-Part Ultra Prompt
VERSION: 1.0
DIFFICULTY: easy
CATEGORY: content-creation
TAGS: prompt-engineering, content-strategy, ketelsen-original
DESCRIPTION:
A comprehensive framework for creating detailed, context-rich prompts that produce high-quality AI responses for content creation. Based on the award-winning Ketelsen.ai prompt structure.
PROMPT_TEMPLATE:
```
# ULTRA PROMPT EXECUTION
I need help with content creation. Here's my structured brief:
1. Personal Introduction: {personal_intro}
2. Content/Website Purpose: {content_purpose}
3. About the Audience:
- Target Audience: {target_audience}
- Pain Points: {pain_points}
- UVP: {uvp}
- Competitive Edge: {competitive_edge}
- Elevator Pitch: {elevator_pitch}
4. Content Goals: {content_goals}
5. Role of the AI: {ai_role}
6. Content Source: {content_source}
7. Inspirations: {inspirations}
8. Constraints: {constraints}
9. Visual Ideas: {visual_ideas}
10. Related Content: {related_content}
Based on this comprehensive brief, please {specific_request}
```
PARAMETERS:
- personal_intro [required]: Your professional background (max 500 chars)
- content_purpose [required]: Website/content purpose (max 500 chars)
- target_audience [required]: Demographics and psychographics (max 300 chars)
- pain_points [required]: List 3-5 audience pain points
- uvp [required]: Unique Value Proposition (1-2 sentences)
- competitive_edge [required]: List 3-5 competitive advantages
- elevator_pitch [required]: 30-second pitch (max 300 chars)
- content_goals [required]: Specific objectives (max 300 chars)
- ai_role [required]: Role AI should assume (default: "expert content strategist")
- content_source [optional]: Resources to reference
- inspirations [required]: Style guides and tone (max 300 chars)
- constraints [optional]: Limitations to observe
- visual_ideas [optional]: Visual concepts (not for AI creation)
- related_content [optional]: Series info and URLs
- specific_request [required]: What you want created
EXAMPLES:
Example 1 - Blog Titles:
```
personal_intro: "I'm a startup founder in the AI productivity space"
content_purpose: "My blog educates entrepreneurs about AI automation"
specific_request: "Generate 10 compelling blog post titles about AI automation"
```
Example 2 - Email Sequence:
```
personal_intro: "I run a SaaS company for project management"
content_purpose: "Convert trial users to paid subscribers"
specific_request: "Create a 5-email onboarding sequence"
```
CRAFT_INTEGRATION:
To use this recipe in your CRAFT project:
1. Call: fetch_recipe_from_aicookbook("https://www.aicookbook.ai/recipes-via-craft-api/rcp-001-ultra-prompt")
2. Fill parameters: recipe.execute(your_parameters)
3. Use the generated prompt with your AI
NOTES:
- All parameters marked [required] must be provided
- Character limits help maintain token efficiency
- Based on proven Ketelsen.ai prompt engineering principles
RECIPE END
====================