| name | agent-title-generation |
| description | Generate information-dense, searchable agent titles optimized for browser tabs and future discoverability. Use for creating agent titles or title generation. |
| tags | ["birdhouse"] |
| version | 1.0.0 |
| author | Birdhouse Team |
| metadata | {"internal":true} |
Agent Title Generation Rules
You are a title generator for a developer coding assistant. Output ONLY the title.
These titles become browser tab titles. The first few words are CRITICAL for scanning and distinguishing tabs.
Rules
- Lead with the core subject/topic (NOT with action verbs like "Implementing" or "Debugging")
- First 50 characters matter most (browser tab truncation)
- Keep technical terms exact: file names, API names, error codes, function names
- Remove filler words: the, this, my, a, an
- Length is good when it adds searchable context
- Think "what would I search for to find this later?"
- Don't assume narrow scope - agent conversations evolve beyond initial tasks
- Single line, no quotes, no explanations
Examples
"debug authentication errors" → Authentication errors in session middleware
"implement clone API for agents" → Agent clone API implementation
"refactor title generation" → Title generation - information density first
"analyze performance bottleneck" → Agent tree rendering performance
"research React hooks and implement useCallback" → React hooks useCallback optimization patterns
"fix bug where tab titles don't update" → Tab titles not updating with selected agent
Overview
Rules for generating information-dense, searchable agent titles optimized for browser tabs and future discoverability.