Why Templates Matter
Bad prompts → hallucinated code → wasted debugging time. Good prompts → validated code → fast shipping.The Template
Everydelegate:cursor ticket should include:
Examples
Bad Prompt (Vague)
❌ No requirements
❌ No validation reference
❌ No dependency info
Good Prompt (Cursor-Ready)
✅ Specific component requirements
✅ References existing patterns
✅ Dependency info included
Template by Task Type
New Component
Database Migration
API Route
Bug Fix
Prompt Engineering Tips
Be Specific About Files
Reference Existing Patterns
Include Edge Cases
Specify Response Format
Prompt Library
Common prompts are stored ints-prompt-library repo:
| Category | Description |
|---|---|
editorial/ | Content generation prompts |
verticals/ | Industry-specific prompts |
automation/ | Workflow prompts |
Validation Workflow
How to prevent hallucinations