task-estimator

Decompose features into granular tasks with assigned roles and effort points.

54|21|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/Nhqvu2005/VibeGravityKit --skill task-estimator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-estimator
Source: https://github.com/Nhqvu2005/VibeGravityKit/tree/main/VibeGravityKit/.agent/skills/task-estimator
Command: npx skills add https://github.com/Nhqvu2005/VibeGravityKit --skill task-estimator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and data (resource) components.

What problem does it solve?

This Skill helps break down large features into smaller, manageable development tasks, assign roles, and estimate the effort and timeline required for completion.

Core Features & Use Cases

  • Feature Decomposition: Automatically generates a list of tasks for given features (e.g., "login", "product listing").
  • Role Assignment: Suggests appropriate roles (e.g., Frontend Dev, Backend Dev, Designer) for each task.
  • Effort Estimation: Provides an estimated effort in points for each task based on its size (S, M, L).
  • Use Case: When planning a new feature like "User Authentication", use this Skill to get a detailed breakdown of UI design, API implementation, database setup, and testing tasks, along with estimated effort for each.

Quick Start

Use the task-estimator skill to break down the feature "User Authentication".

Frequently Asked Questions about task-estimator

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

FAQPage Schema
How do I break down e-commerce features into development tasks with effort estimation?

Task breakdown assigns roles like Frontend Dev and Backend Dev to granular development tasks, estimating effort points based on size metrics (S, M, L) to help calculate the required development timeline.

Can I generate task breakdowns for generic features not listed in predefined templates?

Yes, generic task generation is supported for unspecified features. The Python script processes any user-defined feature to output structured task lists with role assignments and effort estimates.

What is task effort estimation and how does it work for software development planning?

Effort estimation assigns numerical points to development tasks based on their size (S, M, L). This helps calculate the total effort and timeline required to complete software features.

Does the task estimator support role assignment for software development tasks?

Yes, role assignment is a core feature. It automatically suggests appropriate roles such as Frontend Dev, Backend Dev, or Designer for each generated task within the feature breakdown.

What's the best way to estimate a timeline for common e-commerce features like login and checkout?

Use predefined task templates for e-commerce features like login, cart, and checkout. The estimator decomposes them into UI, API, database, and testing tasks, providing effort points to calculate your timeline.