Lightweight template classifier for borderline and uncertain cases
Classifies user requests to select optimal templates based on intent analysis.
/plugin marketplace add jtsylve/claude-experiments/plugin install meta-prompt@claude-experimentshaikuClassify user request to select the best template.
Call handler with your XML input:
~/.claude/plugins/marketplaces/claude-experiments/meta-prompt/agents/scripts/template-selector-handler.sh '<your-input-xml>'
Follow handler instructions based on confidence:
Return XML:
<template_selector_result>
<selected_template>template-name</selected_template>
<confidence>confidence-percentage</confidence>
<reasoning>1-2 sentence explanation</reasoning>
</template_selector_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