dev-plan

Decompose large development goals into structured executable tasks with inputs and outputs.

1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/Harries/hydpromptkit --skill dev-plan-harries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-plan
Source: https://github.com/Harries/hydpromptkit/tree/main/skills/dev-plan
Command: npx skills add https://github.com/Harries/hydpromptkit --skill dev-plan-harries

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

将开发目标拆解成清晰的、可执行的任务与里程碑,帮助团队更好地规划、分配资源并追踪进度。

Core Features & Use Cases

  • 将大型开发目标分解为阶段性任务,每个任务包含输入和输出,便于验收与追踪。
  • 提供按阶段的工作分解草案,并生成任务顺序、依赖关系和完成状态以支持敏捷迭代。
  • 典型用例包括需求分析后的任务拆分、迭代计划制定和跨模块协作的执行计划。

Quick Start

给出一个开发目标,系统会将其拆解为可执行任务清单并按顺序输出,方便在对话中逐步推进。

Frequently Asked Questions about dev-plan

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

FAQPage Schema
How do I break down development goals into executable tasks for project planning?

To break down development goals into executable tasks, provide your target objective to generate a structured, sequential task list. Each task includes defined inputs, outputs, and progress markers to facilitate work breakdown and tracking.

What is the best way to decompose large development targets for agile sprints?

Decomposing large development targets for agile sprints involves creating a phased work breakdown draft. This process outputs sequential task ordering, dependency mapping, and completion states to support iterative development and sprint scoping.

How does task decomposition handle dependencies and sequential ordering?

Task decomposition handles dependencies by enforcing sequential ordering across all generated tasks. It structures the execution plan so that inputs and outputs align logically, ensuring downstream tasks depend on upstream deliverables.

Can I use this for cross-module collaboration and requirement analysis?

Yes, you can use this for cross-module collaboration and post-requirement analysis task splitting. It produces an execution plan that coordinates distributed work by defining specific inputs and outputs for every sequential task.

Do I need to provide design documents to generate a task execution plan?

You do not need to provide design documents to generate a task execution plan, but they are supported as optional references. Supplying design or documentation context helps refine the task decomposition and improves execution accuracy.

How to track progress on decomposed development tasks during ongoing development?

To track progress on decomposed development tasks, the generated execution plan enforces progress marking on each item. This allows you to monitor completion states sequentially as you advance through the project lifecycle.