Commit Graph

5 Commits

Author SHA1 Message Date
t34wrj
5a8361f58c Update prompt-engineer.md
Added 'The prompt needs to be displayed in your response in a single block of text that can be copied and pasted' as previous version was sporadically not displaying the prompt text. The proposed additions seem to improve the frequency of the prompt being displayed in Claude Code.
2025-08-01 11:13:06 +01:00
Seth Hobson
a0d0c1f45f fix frontmatter model declaration with simple aliases 2025-07-31 16:04:36 -04:00
Seth Hobson
005d7fafc7 Fix prompt-engineer to display actual prompts (#4)
The prompt-engineer agent now explicitly shows the complete prompt text
instead of just describing it. Changes include:

- Added mandatory instruction to always display prompts
- Created required output format with prompt section
- Updated deliverables to prioritize showing the actual prompt
- Added example demonstrating proper output format
- Included completion checklist to ensure prompts are displayed

This ensures users get the actual prompts they can use immediately.
2025-07-31 09:49:18 -04:00
Seth Hobson
6cbe310ea6 Add model customization to all subagents (#7)
Implements claude-code v1.0.64's model customization feature by adding
model specifications to all 46 subagents based on task complexity:

- Claude Haiku 3.5 (8 agents): Simple tasks like data analysis, documentation
- Claude Sonnet 4 (26 agents): Development, engineering, and standard tasks
- Claude Opus 4 (11 agents): Complex tasks requiring maximum capability

This task-based model tiering ensures cost-effective AI usage while
maintaining quality for complex tasks.

Updates:
- Added model field to YAML frontmatter for all agent files
- Updated README with comprehensive model assignments
- Added model configuration documentation
2025-07-31 09:34:05 -04:00
Seth Hobson
fd5d73f8af Add 5 new specialized subagents and update README
- Add architect-reviewer for code architecture reviews
- Add context-manager for managing context across agents
- Add dx-optimizer for developer experience improvements
- Add incident-responder for production incident handling
- Add prompt-engineer for LLM prompt optimization
- Add .gitignore file
- Update README.md with new subagents and correct count (28 total)
2025-07-24 22:28:03 -04:00