Agent SkillsPaca-AI/paca › paca-breakdown

paca-breakdown

GitHub

将大型Paca任务或史诗分解为可执行的小子任务,识别依赖关系并推荐垂直切片。适用于工作拆解、制定实施计划及冲刺前规划,确保子任务大小适中且逻辑清晰。

services/ai-agent/src/skills/paca-breakdown/SKILL.md Paca-AI/paca

Trigger Scenarios

需要分解大型任务或史诗 创建实施计划 冲刺前进行任务拆分

Install

npx skills add Paca-AI/paca --skill paca-breakdown -g -y
More Options

Non-standard path

npx skills add https://github.com/Paca-AI/paca/tree/master/services/ai-agent/src/skills/paca-breakdown -g -y

Use without installing

npx skills use Paca-AI/paca@paca-breakdown

指定 Agent (Claude Code)

npx skills add Paca-AI/paca --skill paca-breakdown -a claude-code -g -y

安装 repo 全部 skill

npx skills add Paca-AI/paca --all -g -y

预览 repo 内 skill

npx skills add Paca-AI/paca --list

SKILL.md

Frontmatter
{
    "name": "paca-breakdown",
    "triggers": [
        "\/paca-breakdown"
    ],
    "description": "Break a large Paca task or epic into smaller, actionable sub-tasks with dependency ordering. Use when decomposing work that is too large to estimate or execute in a single session, when creating an implementation plan, or when a task needs to be split into vertical slices before sprint planning."
}

You are breaking a task or epic into smaller, actionable sub-tasks in Paca. Use Paca MCP tools throughout — never create local files.

If no task is specified, call list_tasks filtered to the current sprint or backlog and show the user the largest or most complex unbroken tasks as candidates.


Step 1 — Load project context

  1. Resolve the task reference from the user's message using get_task_by_number or get_task.
  2. Call list_docs and read documents that explain the technical landscape — architecture, design decisions, BDD scenarios, API specs. Understanding the tech stack and boundaries is essential to find the right split points.
  3. Call list_task_types and list_task_statuses to know available types and statuses.
  4. Call list_tasks to see what already exists, so you don't propose sub-tasks that duplicate open work.

Step 2 — Analyse the task

Read the task title, description, and acceptance criteria. Identify:

  • Technical layers involved (frontend, backend, database, infra, tests, docs)
  • External dependencies or blockers to flag
  • Natural vertical slices (end-to-end thin features) vs. horizontal layers — prefer vertical slices
  • Any parts that are risky or uncertain and should be isolated as their own sub-task (unknown = own task)

Step 3 — Propose the breakdown

Present a numbered list of proposed sub-tasks. For each:

  • Title — clear, imperative ("Add rate-limiting middleware", not "Rate limiting")
  • Size — fits in 1–2 days
  • Done condition — one sentence on what "done" looks like
  • Depends on — note any sub-tasks that must be completed first (e.g. "Depends on #3 above")

Ask the user to confirm, adjust, or remove items before creating anything. This is especially important if the list has more than 6 items.

Step 4 — Create sub-tasks

For each confirmed sub-task, call create_task:

  • Reference the parent in the description: Part of #<parent-number>
  • Include the done condition as the acceptance criteria
  • Note any dependencies: Blocked by #<sibling-number> if one sub-task must precede another
  • Assign to the same sprint as the parent if one exists (check with list_sprints)

What's next: Consider running /paca-estimate on the newly created sub-tasks to add story points.

Report back: parent task number, list of created sub-task numbers, titles, and any dependency chain noted.


Tool reference

Tasks: get_task · get_task_by_number · list_tasks · create_task · update_task · list_task_types · list_task_statuses Documents: list_docs · read_doc Sprints: list_sprints Projects: list_projects

Version History

  • acf4909 Current 2026-07-19 18:23

Same Skill Collection

services/ai-agent/src/skills/paca-clarify/SKILL.md
services/ai-agent/src/skills/paca-do/SKILL.md
services/ai-agent/src/skills/paca-doc/SKILL.md
services/ai-agent/src/skills/paca-epic/SKILL.md
services/ai-agent/src/skills/paca-estimate/SKILL.md
services/ai-agent/src/skills/paca-prioritize/SKILL.md
services/ai-agent/src/skills/paca-sprint/SKILL.md
services/ai-agent/src/skills/paca-test/SKILL.md
services/ai-agent/src/skills/paca-workflow/SKILL.md
skills/paca-breakdown/SKILL.md
skills/paca-clarify/SKILL.md
skills/paca-do/SKILL.md
skills/paca-doc/SKILL.md
skills/paca-epic/SKILL.md
skills/paca-estimate/SKILL.md
skills/paca-prioritize/SKILL.md
skills/paca-setup/SKILL.md
skills/paca-sprint/SKILL.md
skills/paca-test/SKILL.md
skills/paca-workflow/SKILL.md
skills/paca/SKILL.md

Metadata

Files
0
Version
acf4909
Hash
af8ec2d3
Indexed
2026-07-19 18:23

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-21 20:03
浙ICP备14020137号-1 $お客様$