Prompt file imported from salmanrrana/brain-dump (
.github/prompts/create-tickets.prompt.md). Copyright stays with the author.
Create Tickets from Requirements
Break down a feature or requirement into actionable Brain Dump tickets.
Instructions
- Understand the feature requirements from user input
- Analyze the codebase to understand existing patterns
- Break down into small, focused tickets (1-4 hours each)
- Find or create the project using
find_project_by_path - Optionally create an epic to group tickets
- Create tickets with:
- Clear, action-oriented titles
- Detailed descriptions
- Acceptance criteria
- Priority based on dependencies
- Relevant tags
Ticket Sizing Guidelines
- Each ticket should be completable in 1-4 hours
- Tickets should be independently testable
- Order by dependencies (foundational work first)
Example Output
Created tickets for "User Authentication":
| Priority | Title | Tags |
|---|---|---|
| High | Add auth database schema | backend, database |
| High | Implement auth API endpoints | backend, api |
| Medium | Create login form component | frontend, auth |
| Medium | Add auth context and hooks | frontend, auth |
| Low | Add password reset flow | frontend, backend |
Would you like me to create these tickets?