AgentSkillsCN

execution-skill

以流水线式的纪律、依赖关系的安全性检查,以及证据的及时更新,执行已映射的任务。在任务准备就绪、即将进入实施阶段时使用。

SKILL.md
--- frontmatter
name: execution-skill
description: Execute mapped tasks with stream discipline, dependency safety checks, and evidence updates. Use when tasks are ready for implementation.

execution-skill

Trigger context

  • tasks are ready and dependency-safe

Required inputs

  • task_ids
  • stream_boundaries
  • dependency_state

Output schema

  • updated task status
  • progress updates
  • delivery artifacts (commits/PRs/notes)

Quality checks

  • blockers explicit with owner/check-back time
  • progress updates current
  • stream boundaries respected

Failure behavior

  • stop work on hard blockers
  • escalate file ownership conflict

Allowed side effects

  • update task frontmatter/status
  • append updates under .project/projects/<slug>/updates/

Script hooks

  • bash .claude/scripts/pm/in-progress.sh
  • bash .claude/scripts/pm/standup.sh
  • bash .claude/scripts/pm/next.sh

Execution assets

  • references/runbook.md
  • templates/blocker-update.md
  • templates/stream-update.md