AgentSkillsCN

planning-skill

将已批准的规格说明转化为可执行的交付计划与工作流。在规格获批、任务分解之前使用。

SKILL.md
--- frontmatter
name: planning-skill
description: Translate an approved Spec into an executable Delivery Plan and workstreams. Use after spec approval before task decomposition.

planning-skill

Trigger context

  • spec.md approved and active

Required inputs

  • spec_path
  • architecture_constraints
  • dependency_inputs

Output schema

  • .project/projects/<slug>/plan.md
  • .project/projects/<slug>/workstreams/*.md

Quality checks

  • architecture decisions justified
  • rollout and rollback path documented
  • workstream boundaries explicit

Failure behavior

  • stop on unresolved architectural conflicts
  • return tradeoff matrix and decision prompts

Allowed side effects

  • create/update plan.md
  • create/update workstreams/*.md

Script hooks

  • bash .claude/scripts/pm/validate.sh
  • bash .claude/scripts/pm/status.sh

Execution assets

  • references/runbook.md
  • templates/architecture-decision.md
  • templates/workstream-definition.md