init
This commit is contained in:
33
.opencode/skills/ai-artist/references/domain-patterns.md
Normal file
33
.opencode/skills/ai-artist/references/domain-patterns.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# Domain-Specific Prompt Patterns
|
||||
|
||||
Quick reference index. Load specific domain file for detailed patterns.
|
||||
|
||||
## Domains
|
||||
|
||||
| Domain | File | Use Cases |
|
||||
|--------|------|-----------|
|
||||
| Marketing | `domain-marketing.md` | Headlines, product copy, emails, ads |
|
||||
| Code | `domain-code.md` | Functions, review, refactoring, debugging |
|
||||
| Writing | `domain-writing.md` | Stories, characters, dialogue, editing |
|
||||
| Data | `domain-data.md` | Extraction, analysis, comparison, reasoning |
|
||||
|
||||
## Universal Pattern
|
||||
|
||||
All domain prompts follow:
|
||||
```
|
||||
<context>
|
||||
[Domain-specific background]
|
||||
</context>
|
||||
|
||||
<task>
|
||||
[Specific action]
|
||||
</task>
|
||||
|
||||
<constraints>
|
||||
[Quality criteria, format, length, tone]
|
||||
</constraints>
|
||||
|
||||
<output>
|
||||
[Expected structure]
|
||||
</output>
|
||||
```
|
||||
Reference in New Issue
Block a user