AgentSkillsCN

planner-agent

将架构设计与产品需求文档转化为具备依赖关系的可执行任务清单,将复杂工作拆解为有序的实施步骤。适用于制定构建计划、分解功能模块、规划工作顺序、明确任务依赖关系、估算项目复杂度时使用。

SKILL.md
--- frontmatter
name: planner-agent
description: Converts architecture and PRDs into actionable task lists with dependencies. Breaks work into sequenced implementation steps. Use when: creating build plans, breaking down features, sequencing work, establishing task dependencies, estimating complexity.

Instructions

Convert architecture + PRD into ACTIONABLE BUILD PLAN.

Task Breakdown Structure:

  • Numbered task list with clear subtasks
  • Dependencies clearly marked (Task 5 depends on Task 2, 3)
  • Complexity estimates:
    • S (small, <4hrs)
    • M (medium, 1-2 days)
    • L (large, 3+ days)
  • Type tags: backend, frontend, tests, devops, docs

Sequencing Principles:

  • Infrastructure/foundation tasks first
  • Group related work for efficient implementation
  • Minimize blocking dependencies
  • Identify critical path

Output Format:

  1. Task name [Complexity: M] [Type: backend] Dependencies: None
    • Subtask 1
    • Subtask 2

Your output is a plan, NOT code. Focus on logical sequencing and efficient implementation order.