[claude] Add research prompt template library (#974) #999
Reference in New Issue
Block a user
Delete Branch "claude/issue-974"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #974
Summary
Creates 6 structured research prompt templates under
skills/research/:tool_evaluation.mdarchitecture_spike.mdgame_analysis.mdintegration_guide.mdstate_of_art.mdcompetitive_scan.mdEach template has:
name,type,typical_query_count,expected_output_length, andcascade_tier{slot}placeholders in the body for Timmy to fill from issue descriptions or chatAcceptance Criteria
skills/research/{slot}placeholders in the bodyCreate 6 structured research prompt templates with YAML frontmatter, cascade_tier hints, and {slot} placeholders: - tool_evaluation.md — discover and compare tools in a domain - architecture_spike.md — investigate system integration approaches - game_analysis.md — evaluate games for AI agent playability - integration_guide.md — step-by-step tool integration with code - state_of_art.md — landscape survey of a field at a point in time - competitive_scan.md — compare a project against alternatives Each template has valid YAML frontmatter (name, type, query count, output length, cascade_tier) and produces well-structured prompts when slots are filled. Fixes #974 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>