원클릭으로
prompt-optimizer
Automatically improves prompts based on output quality, user feedback, and A/B testing results
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Automatically improves prompts based on output quality, user feedback, and A/B testing results
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Simulate beta reader feedback from different reader perspectives
Maintain world consistency - characters, timeline, locations, rules, items
Scan manuscript for inconsistencies in characters, timeline, settings, and names
Generate a complete book cover set (ebook, print, audiobook, social) with a rich visual brief
Craft authentic dialogue with distinct character voices and subtext
Export manuscripts to DOCX, EPUB, PDF, KDP-ready formatting
| name | prompt-optimizer |
| description | Automatically improves prompts based on output quality, user feedback, and A/B testing results |
| author | AuthorAgent |
| version | 1.0.0 |
| triggers | ["optimize prompt","improve prompt","better prompt","prompt quality","test prompts","prompt a/b test","prompt lab"] |
| permissions | ["file:read","file:write"] |
AuthorAgent's prompts are its most important tool. This skill continuously optimizes them based on what actually produces good results — not guesswork, but measured outcomes.
Every skill, goal step, and system prompt contains prompts. Some work great. Some produce mediocre results. Without measurement, you're flying blind. The Prompt Optimizer tracks which prompt formulations produce the best outputs and evolves them over time.
Every prompt sent to an AI provider is logged with its outcome:
{
"promptId": "p-347",
"timestamp": "2026-02-24T15:00:00Z",
"template": "Write a compelling book blurb for: {{description}}...",
"skill": "blurb-writer",
"taskType": "marketing",
"provider": "gemini",
"inputTokens": 450,
"outputTokens": 890,
"outcome": "accepted",
"userEdited": false,
"qualitySignals": {
"wordCount": 147,
"completeness": true,
"followedInstructions": true,
"userAccepted": true
}
}
The optimizer watches for these signals:
Positive signals (prompt is working):
Negative signals (prompt needs improvement):
When a prompt consistently underperforms, the optimizer creates variations:
Prompt Lab: "blurb-writer" skill
════════════════════════════════
Original (Score: 6.2/10 across 14 uses):
"Write a compelling book blurb for: {{description}}.
Create 3 versions: (1) short tagline, (2) back-cover
blurb (150 words), (3) Amazon description with HTML."
Variation A (Score: 7.8/10 across 6 uses):
"You are a bestselling book marketer. Write a blurb
for: {{description}}.
Rules: Hook in first sentence. No spoilers past Act 1.
End with a question or cliffhanger.
Format: tagline (10 words max), back cover (150 words),
Amazon listing (with <b> tags for emphasis)."
Variation B (Score: 8.1/10 across 4 uses):
"Study these bestselling blurbs for pacing and hooks:
[example 1], [example 2].
Now write a blurb for: {{description}} using the same
techniques. Output: tagline, 150-word back cover,
Amazon description."
→ RECOMMENDATION: Promote Variation B to primary.
Add Specificity — Vague prompts ("write well") → Specific ("write in present tense, under 3000 words, with a cliffhanger ending")
Add Examples — Show the AI what "good" looks like for this task
Add Constraints — Boundaries improve output ("exactly 3 paragraphs", "no adverbs", "start with dialogue")
Role Framing — "You are a [expert role]" can dramatically change quality
Chain of Thought — For complex tasks, add "First analyze X, then plan Y, then write Z"
Negative Examples — "Do NOT do X" can be as powerful as "Do Y"
Output Format — Specifying exact output format reduces parsing errors
When the optimizer detects a consistently weak prompt:
Prompt data lives in workspace/memory/prompts/:
workspace/memory/prompts/
├── prompt-log.jsonl # All prompt executions and outcomes
├── prompt-variants.json # Active A/B test variants
├── prompt-winners.json # Promoted prompt improvements
└── prompt-archive.jsonl # Retired prompt versions
optimize prompt for blurb-writer
Analyzes all historical uses of the blurb-writer skill and suggests improvements.
test prompt: "Write a blurb for {{description}} using the hook-mystery-stakes formula"
Runs the variation alongside the current prompt and compares results.
prompt stats
Shows prompt win rates, A/B test status, and optimization suggestions.
update prompt for [skill]: [new prompt text]
Manually override a skill's prompt template.
optimize prompt for [skill] — Analyze and suggest improvements for a skill's promptsprompt stats — View performance metrics across all promptsprompt lab — Enter interactive prompt testing modetest prompt [text] — A/B test a prompt variationshow prompt winners — See which optimizations have been promotedprompt history [skill] — View prompt evolution for a specific skill