slice

Solid

Turn a feature into well-defined, independently shippable slices — whether it's an epic that needs breaking apart or a single story that needs sharpening into a job story

AI & Automation 18 stars 1 forks Updated 3 weeks ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
43
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Phase 1: Understand the Work If no feature is specified, open with: **"What are you building? Describe the feature or capability — big or small."** Wait for their answer before proceeding. Once the feature is known, ask three things — conversationally, not as a form: **"Before we slice this, I need to understand it. Three things:** **Who is this for — specifically? Not 'users', but which person, in which moment, with which need.** **What does done look like? When this ships, what can that person do that they can't do today?** **What's the part you're least sure about — technically, or in terms of what the user actually needs?"** Wait for their answers. Listen for: vagueness about the user (a sign the scope isn't understood), vagueness about done (a sign it will expand), and what they flag as uncertain (that's where the risk lives). If their answers are vague, ask one follow-up before moving on. Do not proceed to slicing on work you don't understand. ### Ground it in the codebase — when there is one Slices invented in the abstract ignore reality. In an existing app, the right cut depends on what's already there: half of it may exist already, the layers it touches may already have the abstractions it needs, and the edge cases worth putting in acceptance criteria are the ones this domain actually has, not the ones you can imagine. Skip this step entirely when it doesn't apply: - **The conversation already carries a codebase map.** If you arrived here from `/feat...

Details

Author
thoughtbot
Repository
thoughtbot/rails-consultant
Created
5 months ago
Last Updated
3 weeks ago
Language
Shell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

slice

Cut a feature or idea down to one full-stack slice.

1 Updated today
stevepolitodesign
Code & Development Listed

develop-feature-slices

Plan, implement, test, review, and commit one observable feature slice at a time after requirements, experience, technical solution, and environment outcomes are accepted. Use when production development is authorized, when a large feature needs decomposition, when resuming an active slice, or when user corrections must be distilled into durable regression rules. Require human slice acceptance by default, provide self-check steps, preserve unrelated Git work, and create focused functional commits.

0 Updated today
railgun20001
Data & Documents Listed

slice-the-epic

Slice a requirement, epic, ticket, or user story into small, independently deliverable increments, and write each slice as a proper Gherkin (Given/When/Then) user story. Use this whenever the user pastes or references a requirement, epic, PRD, or ticket that feels too big and wants it broken into smaller stories or sprint-sized tasks — including requests like "this ticket is too large," "break this into smaller pieces," "help me write user stories for this epic," "slice this feature," or "what would the acceptance criteria look like for this." Also use it when a technical task or research spike needs to be right-sized for a sprint, or when a requirement resists slicing and the user is stuck. Trigger even if the user never says the word "slice."

11 Updated 1 weeks ago
insideout-ai