--- # Prompt Metadata (YAML frontmatter - optional but recommended) model_family: "model-name" # e.g., "gpt", "gemini", "grok", "llama" recommended_models: - "provider/model-id" # e.g., "openai/gpt-4o" (primary recommendation) - "provider/model-id-variant" # e.g., "openai/gpt-4o-mini" (alternative) tested_with: "provider/model-id" # Model used for testing last_tested: "YYYY-MM-DD" # Date of last test maintainer: "your-name" # Your name/handle --- ## Prompt Info - **Model Family**: [e.g., GPT, Gemini, Grok, Llama] - **Target Models**: [List specific model IDs this is optimized for] - **Status**: [🚧 Needs Testing | ✅ Tested | ⚠️ Experimental] - **Maintainer**: [Your name/handle] - **Last Updated**: [YYYY-MM-DD] ## Optimizations for This Model - Optimization 1: [What you changed and why it helps this model] - Optimization 2: [Description] **Example:** - Reduced verbosity for faster models (Grok, GPT-4o-mini) - Added more explicit TDD instructions for reasoning models (o1, Claude Opus) - Simplified structure for smaller context windows ## Expected Strengths - [ ] Fast iteration - [ ] High code quality - [ ] Strong test coverage - [ ] Good refactoring - [ ] Other: [describe] ## Test Results ``` Not tested yet ``` ## Known Issues - Issue 1: [Description] - Issue 2: [Description] --- # Your Prompt Here [Your agent prompt content]