AgentSkillsCN

task-estimator

将功能拆解为具体任务,合理分配角色,并精准估算工作量与时间周期。

SKILL.md
--- frontmatter
name: task-estimator
description: Breaks down features into tasks, assigns roles, and estimates effort/timeline.

Task Estimator

Purpose

Helps Planner break down high-level features into estimable development tasks.

Usage

1. Estimate Feature

bash
python .agent/skills/task-estimator/scripts/estimator.py --feature "User Authentication"

Output

  • Breakdown: Database Schema, API Endpoint, UI Login Page, UI Register Page.
  • Role: Backend, Frontend, Designer.
  • Effort: Hours/Points per task.
  • Total estimated time.