·feature-planning
>_

feature-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.

7Installs·1Trend·@prulloac

Installation

$npx skills add https://github.com/prulloac/git-blame-vsc --skill feature-planning

How to Install feature-planning

Quickly install feature-planning AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/prulloac/git-blame-vsc --skill feature-planning
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: prulloac/git-blame-vsc.

SKILL.md

View raw

Answers the question: In what order should tasks be executed? Which can run in parallel? What blocks what?

This skill focuses on task sequencing and dependency analysis, transforming a flat task list into a logical execution flow.

Use this skill when you have a feature breakdown document and need to:

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. Source: prulloac/git-blame-vsc.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/prulloac/git-blame-vsc --skill feature-planning
Category
>_Productivity
Verified
First Seen
2026-02-24
Updated
2026-03-10

Browse more skills from prulloac/git-blame-vsc

Quick answers

What is feature-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. Source: prulloac/git-blame-vsc.

How do I install feature-planning?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/prulloac/git-blame-vsc --skill feature-planning Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/prulloac/git-blame-vsc