Resource Manager
resource_managerCreate, update, delete, list, inspect, and reload prompts, gates, and frameworks; get phase-appropriate recommendations.
Instructions
🗂️ RESOURCE MANAGER [CAGEERF]: Unified CRUD for prompts, gates, and frameworks.
USAGE: resource_manager(resource_type:"prompt|gate|framework", action:"...", ...) RESOURCE TYPES: prompt (templates), gate (quality criteria), framework (CAGEERF, ReACT, 5W1H, SCAMPER) ACTIONS: create | update | delete | list | inspect | reload | switch (framework only)
Use action:"guide" with resource_type:"prompt" for phase-appropriate recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| gates | No | ||
| limit | No | ||
| tools | No | ||
| action | Yes | ||
| detail | No | ||
| filter | No | ||
| format | No | ||
| phases | No | ||
| reason | No | ||
| confirm | No | ||
| enabled | No | ||
| persist | No | ||
| version | No | ||
| category | No | ||
| guidance | No | ||
| arguments | No | ||
| framework | No | ||
| gate_type | No | ||
| activation | No | ||
| to_version | No | ||
| chain_steps | No | ||
| description | No | ||
| enabled_only | No | ||
| from_version | No | ||
| retry_config | No | ||
| search_query | No | ||
| skip_version | No | ||
| pass_criteria | No | ||
| resource_type | Yes | ||
| execution_hint | No | ||
| system_message | No | ||
| chain_step_data | No | ||
| chain_step_index | No | ||
| chain_step_order | No | ||
| tool_descriptions | No | ||
| gate_configuration | No | ||
| chain_step_operation | No | ||
| user_message_template | No | ||
| system_prompt_guidance | No |