feature-task-planning

Decompose technical proposals into staged executable tasks with dependencies and risk markers.

Updated May 15, 2026
One-click install
npx skills add https://github.com/w020316/cautious-broccoli --skill feature-task-planning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-task-planning
Source: https://github.com/w020316/cautious-broccoli/tree/main/workflow/feature-task-planning
Command: npx skills add https://github.com/w020316/cautious-broccoli --skill feature-task-planning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

将技术方案转化为可执行的任务集合,自动化产出清晰的任务边界、完成标准、依赖关系与风险标注,帮助技术团队快速落地实现。

Core Features & Use Cases

  • 将技术方案拆解为数据层、接口层、逻辑层、表现层四个层级的可执行任务,每个任务不超过2小时、单一职责、具备可验证的完成标准。
  • 自动标注任务依赖关系与关键路径,识别潜在风险任务并给出处理建议。
  • 适用于新功能开发、架构改造、系统迁移等场景,能在遇到缺口时提供前置条件与输入输出定义。

Quick Start

将技术方案输入系统,系统将输出按阶段划分的数据层/接口层/逻辑层/表现层的可执行任务及相应完成标准。

Frequently Asked Questions about feature-task-planning

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

FAQPage Schema
How do I break down a technical proposal into executable development tasks?

To break down a technical proposal into executable tasks, input the technical design to automate end-to-end decomposition into data, interface, logic, and presentation layers with explicit dependencies and risk markers.

What is the best way to ensure work breakdown tasks do not exceed two hours?

Ensuring work breakdown tasks stay under two hours requires automated task decomposition that enforces staged task granularity, single-responsibility boundaries, and explicit acceptance criteria for each generated task.

How do I track task dependencies and identify risks during sprint planning?

Tracking task dependencies during sprint planning is automated by analyzing the technical proposal to map critical paths, flag potential risk tasks, and provide actionable handling recommendations.

Can I use automated task planning for architecture changes and system redesign scenarios?

Automated task planning supports architecture changes and system redesign scenarios by decomposing technical proposals into layered executable tasks, defining input/output prerequisites, and highlighting dependency gaps.

Why does technical design task decomposition require explicit acceptance criteria?

Technical design task decomposition requires explicit acceptance criteria to ensure each single-responsibility task has a verifiable completion standard, preventing scope creep during feature development and system migrations.