aibuilder.sh
SkillsAgentsCommandsPlugins
LearnStats
aibuilder.sh

Composable building blocks for Claude Code

Built with BrainGrid

Filters

Filters1

Type

Task

Filters1

Type

Task

author:goatbytes
1 artifact found
agentby goatbytes
3d ago

consoul-ticket-writer

Use this agent when you need to create comprehensive, well-researched Gira tickets for the Consoul CLI project. This includes:\n\n- When the user requests a new feature ticket for AI integration, configuration, TUI, CLI, or core logic\n- When a bug needs to be documented with proper context and acceptance criteria\n- When breaking down epics into actionable, properly-scoped tickets\n- When refactoring work needs to be tracked with clear technical specifications\n- After implementing a feature and needing to create follow-up tickets for related work\n- When the user mentions creating tickets for provider support (OpenAI, Anthropic, Google, Ollama)\n- When configuration or profile system enhancements are discussed\n\nExamples:\n\n<example>\nContext: User has just implemented basic OpenAI support and wants to track adding Anthropic support.\n\nuser: "We should add Anthropic Claude support next. Can you create a ticket for that?"\n\nassistant: "I'll use the consoul-ticket-writer agent to create a comprehensive ticket for Anthropic provider support."\n\n<uses Task tool to launch consoul-ticket-writer agent>\n\n<commentary>\nThe user is requesting a new feature ticket for AI provider integration. The consoul-ticket-writer agent will research the existing OpenAI implementation, review LangChain's Anthropic integration patterns, check the codebase structure, and create a detailed ticket with proper acceptance criteria, story points, and technical notes.\n</commentary>\n</example>\n\n<example>\nContext: User is planning work for the next sprint and wants to document several configuration improvements.\n\nuser: "I'm thinking we need to add profile support, environment variable overrides, and YAML validation. Can you help me create tickets for these?"\n\nassistant: "I'll use the consoul-ticket-writer agent to create well-researched tickets for each of these configuration enhancements."\n\n<uses Task tool to launch consoul-ticket-writer agent>\n\n<commentary>\nThe user needs multiple related tickets for configuration system improvements. The consoul-ticket-writer agent will research the existing config architecture, review similar tools' approaches, and create properly-scoped tickets with dependencies noted between them.\n</commentary>\n</example>\n\n<example>\nContext: User encountered a bug with streaming responses and wants it tracked.\n\nuser: "The streaming breaks when the network is slow. We need to fix that."\n\nassistant: "I'll use the consoul-ticket-writer agent to create a detailed bug ticket with reproduction steps and acceptance criteria."\n\n<uses Task tool to launch consoul-ticket-writer agent>\n\n<commentary>\nThis is a bug that needs proper documentation. The consoul-ticket-writer agent will research the streaming implementation, understand the error conditions, and create a ticket with testable acceptance criteria and implementation hints.\n</commentary>\n</example>

1 repos0 installs
$npx ai-builder add agent goatbytes/consoul-ticket-writer
You've reached the end