Guidance for creating effective prompts, chains, and gates using CAGEERF methodology
Provides CAGEERF methodology guidance for creating structured prompts, chains, and quality gates in the claude-prompts-mcp system. Claude uses this when you need to author new prompts or define execution workflows.
/plugin marketplace add minipuft/claude-prompts-mcp/plugin install claude-prompts-mcp@minipuft-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
This skill provides patterns for creating prompts in the claude-prompts-mcp system.
Prompts follow the C.A.G.E.E.R.F framework:
| Phase | Purpose | Output |
|---|---|---|
| Context | Gather domain knowledge | Situational understanding |
| Analysis | Break down the problem | Structured insights |
| Goals | Define success criteria | Measurable objectives |
| Execution | Implement the solution | Concrete deliverables |
| Evaluation | Validate against goals | Quality assessment |
| Refinement | Iterate based on feedback | Improved output |
| Finalization | Complete and document | Final deliverable |
---
id: my-prompt
name: My Prompt
description: What this prompt accomplishes
category: development
execution_hint: single # or 'chain'
arguments:
- name: input
type: string
description: Primary input
---
system_message: |
You are an expert at [domain].
user_message_template: |
Task: {input}
Requirements:
- Requirement 1
- Requirement 2
Chains connect prompts with -->:
>>analyze --> >>design --> >>implement --> >>test
Chain features:
chain_idGates validate output quality:
id: code-quality
name: Code Quality Gate
severity: high
criteria:
- "Code follows established patterns"
- "Error handling is comprehensive"
pass_criteria:
- "All criteria met with evidence"
Severity levels: critical | high | medium | low
Use the resource_manager tool:
resource_manager({
resource_type: "prompt",
action: "create",
id: "new-prompt",
name: "New Prompt",
description: "Purpose",
category: "development",
system_message: "...",
user_message_template: "..."
})
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.