classify-size

Classifies feature size and determines pipeline route in Claude Code.

89|32|Updated May 28, 2026
One-click install
npx skills add https://github.com/genkovich/sdd --skill classify-size
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: classify-size
Source: https://github.com/genkovich/sdd/tree/main/skills/classify-size
Command: npx skills add https://github.com/genkovich/sdd --skill classify-size

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the classification of features into size categories and determines the appropriate pipeline route, streamlining the workflow in Claude Code.

Core Features & Use Cases

  • Feature Classification: Automatically classify features into XS/S/M/L/XL size categories based on multiple criteria.
  • Pipeline Route Determination: Determine the optimal pipeline route (quick, standard, full) for each feature size.
  • Use Case: When you need to quickly determine the size and route for a new feature in Claude Code, use this Skill to automate the process and ensure consistency in your workflow.

Quick Start

Use the classify-size skill to classify the feature with the slug 'my-feature'.

Frequently Asked Questions about classify-size

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

FAQPage Schema
How do I automate feature size classification in Claude Code?

Automating feature size classification in Claude Code uses predefined criteria and a size matrix to categorize features into XS/S/M/L/XL sizes. You provide a feature slug, and the Skill determines the appropriate category and pipeline route.

What is pipeline route determination and when do I need it for workflow management?

Pipeline route determination assigns features to quick, standard, or full processing paths based on their classified size. You need it when managing feature workflows in Claude Code to ensure development effort matches task complexity.

How do I classify a feature slug to select the correct pipeline route?

To classify a feature, provide its specific slug as input to the Skill. It evaluates the slug against a size matrix, outputs the feature size category, and selects the matching quick, standard, or full pipeline route.

Can I use this classification Skill for batch feature processing in Claude Code?

No, the Skill operates on a single feature with a specified slug at a time. It requires individual user input to determine the size and route, so it does not support batch processing of multiple features simultaneously.

What criteria are used to assign feature sizes in this workflow management pipeline?

Feature sizes are assigned using a defined set of criteria and a size matrix built into the Skill. These criteria evaluate the feature to output an XS, S, M, L, or XL classification, which directly drives the pipeline route selection.