duo-llm-feature-engineering
Make an LLM or agent feature survive its ten-thousandth call — split the prompt into a fixed constraint zone and per-instance slots, decompose a long interaction into one narrow prompt per move, isolate the high-stakes generation into its own call, over-generate and let expert-owned evaluators hold the quality bar, prefer examples from your own corpus over more instructions, and carry memory as extracted facts not replayed transcripts. Use when a prompt works in a demo but drifts in production, when output gets worse as you add rules, when an AI conversation rambles or never ends, or when scaling generated content without losing the bar. Triggers on phrases like prompt template, prompt engineering, my prompt got worse, LLM feature quality, AI content pipeline, agent memory, LLM as a judge, generate variations, hallucination guardrails, chatbot ignores the user.
- Version
- 2.0.0
- License
- MIT
Pinned to revision 78072c9528fb, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/duo-llm-feature-engineering/SKILL.md
- skills/duo-llm-feature-engineering/references/dont-collapse-the-candidate-set.md
- skills/duo-llm-feature-engineering/references/examples-from-your-corpus-beat-more-instructions.md
- skills/duo-llm-feature-engineering/references/find-the-context-optimum.md
- skills/duo-llm-feature-engineering/references/human-authored-frame-model-improvises-inside.md
- skills/duo-llm-feature-engineering/references/isolate-the-high-stakes-generation.md
- skills/duo-llm-feature-engineering/references/memory-as-extracted-facts-not-transcripts.md
- skills/duo-llm-feature-engineering/references/one-narrow-prompt-per-move.md
- skills/duo-llm-feature-engineering/references/prompt-as-template-not-freeform.md
- skills/duo-llm-feature-engineering/references/scope-generation-to-work-with-no-rhetorical-goal.md
- skills/duo-llm-feature-engineering/references/the-filter-holds-the-bar-not-the-generator.md
Every link opens the file at its source, pinned to the revision this page describes.