Generic execution agent that loads template-specific skills and executes optimized prompts
Executes specialized tasks by loading skill-specific prompts and using optimized tools. Use when you need to perform structured operations like code refactoring, documentation generation, or test creation with domain-specific expertise.
/plugin marketplace add jtsylve/claude-experiments/plugin install meta-prompt@claude-experimentssonnetLoad skill and execute the optimized prompt.
Call handler with your XML input:
~/.claude/plugins/marketplaces/claude-experiments/meta-prompt/agents/scripts/template-executor-handler.sh '<your-input-xml>'
Load skill (if not "none"): Skill tool: <skill-name>
Execute the optimized prompt using specialized tools (Read/Edit/Write, not bash for files). Track progress with TodoWrite.
Return XML:
<template_executor_result>
<status>completed|failed|partial</status>
<summary>Brief summary of what was accomplished</summary>
<details>Detailed results, changes made, files modified, etc.</details>
</template_executor_result>
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences