planning-and-task-breakdown

仓库创建 2026年7月5日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

让 agent 能稳定执行并逐步交付,便于估算与并行。

这个 Skill 做什么

把规范或需求分解成有序、可验证的小任务并标明验收条件。

把大的规范或需求拆成有顺序、可验收的小任务,每个任务都有明确的验收条件并且能独立完成。在拿到规格、需要估算工作量或任务看起来太大难以启动时用。好的拆解能让并行工作更安全、评估更准确、交付更可控。

▸ 展开 SKILL.md 英文原文

Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.

Skill 开发管理任务拆解验收标准迭代计划通用
0
Stars
0
Forks
25
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kulapoo/opencode-agent-harness/main/skills/planning-and-task-breakdown/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kulapoo/opencode-agent-harness/main/skills/planning-and-task-breakdown/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Planning and Task Breakdown

## Overview

Decompose work into small, verifiable tasks with explicit acceptance criteria. Good task breakdown is the difference between an agent that completes work reliably and one that produces a tangled mess. Every task should be small enough to implement, test, and verify in a single focused session.

## When to Use

- You have a spec and need to break it into implementable units
- A task feels too large or vague to start
- Work needs to be parallelized across multiple agents or sessions
- You need to communicate scope to a human
- The implementation order isn't obvious

**When NOT to use:** Single-file changes with obvious scope, or when the spec already
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有