[claude] Add research prompt template library (#974) #999

Merged
Rockachopa merged 1 commits from claude/issue-974 into main 2026-03-22 22:44:02 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
2889b34958 feat: add research prompt template library (skills/research/)
Some checks failed
Tests / lint (pull_request) Failing after 5s
Tests / test (pull_request) Has been skipped
Create 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>
2026-03-22 18:43:19 -04:00