Poetry Writing Skill
Starting the Conversation
Check what the user gave you before writing:
- They gave details (words, theme, style example, form, mood): write the poem.
- They said only "write me a poem" with nothing else: respond with 2–3 specific suggestions of what kind of poem they could write. Ask which they prefer. Example: "A funny haiku about coffee? Something melancholic about the ocean? A sonnet about your dog?"
- They said "surprise me" or "write anything": pick a simple form and warm tone and go.
Once they choose or add details, write the poem.
Inputs (all optional)
| Input |
Description |
| Words / dictionary |
A file or list of words that should appear in the poem. Read from a provided file path if given; otherwise use inline text. Weave these words naturally into the verse — don't force them awkwardly just to check boxes. |
| Style examples |
One or more poems (in any language/form) that show the desired style, meter, rhythm, structure, or aesthetic. Analyze them for form, line length, rhyme scheme, syllable count, imagery patterns, and voice. Use these as a guide — imitate the essence, not copy content verbatim. |
| Tone |
The emotional register: melancholic, joyful, sarcastic, reverent, playful, dark, whimsical, etc. If unspecified, infer from style examples and word list; only ask if genuinely ambiguous. |
| Form / structure |
Specific poetic form (sonnet, haiku, villanelle, ghazal, free verse, etc.). If not specified, choose one that fits the theme and style examples naturally. |
Output Format
Always output in markdown with a title:
# [Poem Title]
[Poem body — stanzas separated by blank lines]
Include metadata (form, word list used, tone) only if the user explicitly asks for it.
Process
- Parse inputs. Identify which of the four optional inputs are present. If the user gave nothing at all (no words, no style, no theme, no form — just "write me a poem"), respond with suggestions per the Starting section above.
- Analyze style examples. If provided, study them carefully:
- Form and structure (fixed form vs free verse)
- Rhyme scheme and meter if applicable
- Line length patterns
- Imagery and figurative language style
- Voice and perspective
- Infer tone. If no tone is specified but inputs exist, infer one from style examples and word list. Only ask if everything is genuinely ambiguous.
- Plan the poem. Decide on form (if not specified), then sketch how to incorporate the word list naturally.
- Write. Draft the poem with attention to rhythm, imagery, emotional arc, and natural integration of provided words.
- Review. Read it aloud mentally — check flow, ensure forced rhymes don't break meaning, verify all required words appear if a word list was given.
Style Analysis Tips
When analyzing poetry examples:
- Note syllable patterns per line (count them explicitly)
- Identify stanza structure and any recurring refrains
- Distinguish between end-rhyme, internal rhyme, and slant rhyme
- Pay attention to enjambment vs end-stopped lines
- Consider the cultural/literary tradition the style comes from
Word Integration
Don't just drop words in — weave them into the poem's natural language:
- Use them as they naturally fit (noun, verb, adjective) unless context demands otherwise
- If a word list is long (>10 words), prioritize the most evocative ones and include others where they make sense
- It's better to miss one obscure word than to force an awkward rhyme
Revision Mode
If the user provides an existing draft for improvement, treat it as a revision rather than a fresh write:
- Preserve the author's voice and core imagery; polish rhythm, word choice, and structure.
- If they ask to "rewrite" or "start over," treat it as a new poem (use original only for context).
- Ask which specific aspects to improve if the request is vague (rhythm? rhyme? length?).
Handling Edge Cases
- No inputs at all: Caught by Starting section — respond with suggestions, not a poem. Exception: "surprise me" = permission to pick.
- Conflicting style examples: Note the differences and ask which direction to prioritize, or blend them thoughtfully if compatible.
- Style example in another language: Imitate the form and aesthetic while writing in English (unless the user requests otherwise).
- Very long word list (>20 words): Mention that some words may not fit naturally and ask if they want all included or a selection.
1---2name: poetry3description: Write original poems, sonnets, haiku, ghazals, villanelles, or any other poetic form. Use this skill when the user wants to write a poem AND has given you details (words, theme, style example, form, mood). Also use when they provide a word list, theme, or examples of poetry they want imitated. If the user says "write me a poem" with NO additional details, do NOT use this skill — instead respond as a helpful writing assistant: ask what kind of poem they want (suggest a few directions). However, if they explicitly say "song lyrics," "rap," or mention chords/melody/beat, use plain writing instead — those have different structural concerns.4---56# Poetry Writing Skill78## Starting the Conversation910Check what the user gave you before writing:1112- **They gave details** (words, theme, style example, form, mood): write the poem.13- **They said only "write me a poem"** with nothing else: respond with 2–3 specific suggestions of what kind of poem they could write. Ask which they prefer. Example: *"A funny haiku about coffee? Something melancholic about the ocean? A sonnet about your dog?"*14- **They said "surprise me" or "write anything":** pick a simple form and warm tone and go.1516Once they choose or add details, write the poem.1718## Inputs (all optional)1920| Input | Description |21|-------|-------------|22| **Words / dictionary** | A file or list of words that should appear in the poem. Read from a provided file path if given; otherwise use inline text. Weave these words naturally into the verse — don't force them awkwardly just to check boxes. |23| **Style examples** | One or more poems (in any language/form) that show the desired style, meter, rhythm, structure, or aesthetic. Analyze them for form, line length, rhyme scheme, syllable count, imagery patterns, and voice. Use these as a guide — imitate the *essence*, not copy content verbatim. |24| **Tone** | The emotional register: melancholic, joyful, sarcastic, reverent, playful, dark, whimsical, etc. If unspecified, infer from style examples and word list; only ask if genuinely ambiguous. |25| **Form / structure** | Specific poetic form (sonnet, haiku, villanelle, ghazal, free verse, etc.). If not specified, choose one that fits the theme and style examples naturally. |2627## Output Format2829Always output in markdown with a title:3031```markdown32# [Poem Title]3334[Poem body — stanzas separated by blank lines]35```3637Include metadata (form, word list used, tone) only if the user explicitly asks for it.3839## Process40411. **Parse inputs.** Identify which of the four optional inputs are present. If the user gave nothing at all (no words, no style, no theme, no form — just "write me a poem"), respond with suggestions per the Starting section above.422. **Analyze style examples.** If provided, study them carefully:43 - Form and structure (fixed form vs free verse)44 - Rhyme scheme and meter if applicable45 - Line length patterns46 - Imagery and figurative language style47 - Voice and perspective483. **Infer tone.** If no tone is specified but inputs exist, infer one from style examples and word list. Only ask if everything is genuinely ambiguous.494. **Plan the poem.** Decide on form (if not specified), then sketch how to incorporate the word list naturally.505. **Write.** Draft the poem with attention to rhythm, imagery, emotional arc, and natural integration of provided words.516. **Review.** Read it aloud mentally — check flow, ensure forced rhymes don't break meaning, verify all required words appear if a word list was given.5253## Style Analysis Tips5455When analyzing poetry examples:56- Note syllable patterns per line (count them explicitly)57- Identify stanza structure and any recurring refrains58- Distinguish between end-rhyme, internal rhyme, and slant rhyme59- Pay attention to enjambment vs end-stopped lines60- Consider the cultural/literary tradition the style comes from6162## Word Integration6364Don't just drop words in — weave them into the poem's natural language:65- Use them as they naturally fit (noun, verb, adjective) unless context demands otherwise66- If a word list is long (>10 words), prioritize the most evocative ones and include others where they make sense67- It's better to miss one obscure word than to force an awkward rhyme6869## Revision Mode7071If the user provides an existing draft for improvement, treat it as a revision rather than a fresh write:72- Preserve the author's voice and core imagery; polish rhythm, word choice, and structure.73- If they ask to "rewrite" or "start over," treat it as a new poem (use original only for context).74- Ask which specific aspects to improve if the request is vague (rhythm? rhyme? length?).7576## Handling Edge Cases7778- **No inputs at all:** Caught by Starting section — respond with suggestions, not a poem. Exception: "surprise me" = permission to pick.79- **Conflicting style examples:** Note the differences and ask which direction to prioritize, or blend them thoughtfully if compatible.80- **Style example in another language:** Imitate the form and aesthetic while writing in English (unless the user requests otherwise).81- **Very long word list (>20 words):** Mention that some words may not fit naturally and ask if they want all included or a selection.