Epic Breakdown into Atomic Engineering Tasks
Break large product epics into vertically sliced, independently deployable Jira engineering subtasks.
Interactive Prompt Playground
{{EPIC_DESCRIPTION}}{{TECH_STACK}}You are a Technical Lead and Scrum Master.
Decompose this product Epic into vertically sliced, independently deployable engineering tasks:
Epic Description & Scope:
```
Epic: Team Role-Based Access Control (RBAC) & Audit Logging
Allow organizations to define custom roles with granular permissions (Read, Write, Delete, Admin) across resources.
Includes audit log table tracking who made what changes, searchable by date and actor.
```
Tech Stack & Architecture: Next.js 15 App Router, TypeScript, PostgreSQL, Drizzle ORM
Definition of Slicing: Vertical slices (Frontend + Backend + DB + Tests together) deliverable within 1-2 days.
Break down the Epic into an actionable Jira task hierarchy:
1. **Vertical Slice Decomposition**:
- Break into 4-7 discrete engineering tasks.
- For each task provide:
- **Title**: (e.g. `[Backend] Add workspace invite DB schema & repository`)
- **Description & Technical Implementation Scope**: (Exact files, endpoints, or components to touch)
- **Estimated Story Points / Complexity**: (Fibonacci 1, 2, 3, 5, 8)
- **Dependencies / Sequence**: (Which tasks block which)
2. **Risk & Spike Identification**:
- Highlight any high-uncertainty areas requiring a 1-day exploratory spike before sprint commitment.
3. **Milestone Phasing (Sprint 1 vs Sprint 2)**:
- Group tasks into MVP Phase and Follow-up Polish Phase.How to Use This Prompt
- Paste your product epic scope and target tech stack.
- Receive sliced engineering tasks ready to paste directly into Jira or GitHub Projects.
Engineering Tips & Best Practices
- Keep individual tasks sized between 1 to 3 story points to maximize sprint flow and minimize PR review latency.
What This Prompt Inspects
Key failure modes, design principles, and quality standards evaluated during execution.
Vertical Slicing
Ensures each task delivers testable end-to-end functionality rather than pure horizontal layer splits.
Dependency Sequencing
Clarifies which backend tasks unblock frontend development.
Spike Isolation
Separates unknown architectural research from deterministic sprint tasks.
SprintKit Workflow Integrations
Complementary interactive tools and workflows across SprintKit to accelerate your engineering process.
Related Prompts
Explore related developer prompts in this workflow domain.
User Story to Gherkin Acceptance Criteria Generator
Transform messy product requirements into razor-sharp User Stories with Given-When-Then Gherkin acceptance criteria.
Sprint Backlog Refinement & Technical Estimation Prompt
Conduct rigorous backlog refinement, identify hidden complexity, and estimate story points with Scrum poker criteria.
Technical Design Document (RFC) Generator
Generate thorough, engineering-ready Request for Comments (RFC) and Architecture Decision Records (ADRs).