sketch-slices

Decompose features into ordered preparatory and persona-driven slices.

3|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/scute-sh/scute --skill sketch-slices
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sketch-slices
Source: https://github.com/scute-sh/scute/tree/main/.claude/skills/sketch-slices
Command: npx skills add https://github.com/scute-sh/scute --skill sketch-slices

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps break down large features or complex tasks into smaller, manageable, and ordered slices of work that can be delivered incrementally and with clear user value.

Core Features & Use Cases

  • Feature Decomposition: Breaks down user-facing features into persona-driven, end-to-end slices.
  • Work Planning: Orders slices, prioritizing preparatory work (refactoring, improvements) before feature implementation.
  • Use Case: When planning a new user authentication system, use this skill to define slices for "User Registration," "User Login," and "Password Reset," ensuring preparatory slices like "Implement secure password hashing" are done first.

Quick Start

Use the sketch-slices skill to break down the feature 'user profile editing' into ordered preparatory and feature slices.

Frequently Asked Questions about sketch-slices

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I break down large features into shippable slices for incremental delivery?

To break down large features into shippable slices, you decompose work into ordered, persona-driven end-to-end increments. This process prioritizes preparatory work like refactoring before implementing user-facing features to ensure clear value delivery.

What is feature slicing in agile product planning?

Feature slicing in agile product planning is decomposing complex user features into manageable, ordered increments. It categorizes work into preparatory tasks and persona-driven feature increments to enable incremental delivery and prioritization.

How do I prioritize preparatory work before feature implementation in scrum?

You prioritize preparatory work before feature implementation by categorizing work breakdown slices into preparatory improvements and persona-driven features. Preparatory slices like implementing secure password hashing are ordered first to support subsequent feature delivery.

Does feature slicing require a specific format for design sketches?

Feature slicing requires adherence to a structured markdown format for design sketches. This format enforces a gate for refinement to ensure that work breakdown and implementation planning meet incremental delivery standards.

What is the best way to structure work breakdown for a new user authentication system?

The best way to structure work breakdown for a user authentication system is to define ordered slices for User Registration, User Login, and Password Reset. This ensures preparatory slices like secure password hashing are completed before persona-driven features.