feature-breakdown
Feature Breakdown Skill
Answers the question: WHAT needs to be built and HOW do we know it works?
This skill focuses on decomposition and validation, not scheduling or timelines.
When to Use
Use this skill when you have a feature specification or idea and need to:
- Identify ALL the work required (no task left behind)
- Define what "done" looks like (acceptance criteria)
- Map component dependencies and relationships
- Create validation and testing strategies
- Know if the feature scope is realistic
Key indicator: You're asking "WHAT needs to be built?" and "HOW do we know it works?"
Do NOT use this skill if: You already have a feature breakdown and need to create a schedule/timeline (use feature-planning instead)
More from prulloac/git-blame-vsc
feature-summary
Create comprehensive feature documentation summaries that describe current and future capabilities. Use after feature-breakdown to document what a feature does, its business value, technical implementation, and roadmap. Ideal for creating user-facing documentation and feature catalogs in `docs/features/<feature-name>/` format.
8readme-updater
Use this skill when you need to keep a repository's README.md file updated with project metadata, installation instructions, usage examples, and more. It automates synchronization by analyzing codebase patterns and dependencies.
7feature-planning
Sequence tasks from a feature breakdown into an optimal execution order, identify dependencies and parallelization opportunities, and create an agent-ready execution sequence. Use when you have a feature breakdown and need to determine the correct order to build tasks and which can run in parallel.
7ai-agent-implementation
Implement feature tasks using AI agents in logical batches, track completion status, identify blockers, and manage task handoffs. Use when you have an execution sequence and need AI agents to build tasks while maintaining progress tracking.
7github-create-label
Create GitHub issue labels using intelligent tool selection. Automatically leverages tools in order of precedence (GitHub MCP Server → GitHub CLI → REST API). Use when you need to create new labels in a repository with optional customization (name, description, color). Includes support for detecting available authentication methods and graceful fallback between tools.
7github-create-issue
Create GitHub issues with intelligent template matching and tool selection. Automatically detects and applies issue templates from .github/ISSUE_TEMPLATE directory using smart matching. Leverages tools in order of precedence (GitHub MCP Server → GitHub CLI → REST API). Use when you need to create a new GitHub issue, optionally with labels, assignees, milestones, or project assignment. The skill handles template matching intelligently—when multiple templates exist, it analyzes the issue description to suggest the best template, asking for clarification only when ambiguous.
7