AgentSkillsCN

df:execute-objective

以波浪式并行化方式执行目标中的所有任务。 当用户希望构建、运行或执行已规划的目标时,即可使用此功能。触发词包括:“执行目标”“运行目标”“构建目标”“开始构建”“运行各项任务”“让我们一起构建吧”。

SKILL.md
--- frontmatter
name: df:execute-objective
description: |
  Execute all jobs in an objective with wave-based parallelization.
  Use when the user wants to build, run, or execute a planned objective.
  Triggers on: "execute objective", "run objective", "build objective", "start building", "run the jobs", "let's build"
argument-hint: "<phase-number> [--gaps-only]"
allowed-tools:
  - Read
  - Write
  - Edit
  - Glob
  - Grep
  - Bash
  - Task
  - TaskCreate
  - AskUserQuestion
<objective> Execute all jobs in an objective using wave-based parallel execution.

Orchestrator stays lean: discover plans, analyze dependencies, group into waves, spawn subagents, collect results. Each subagent loads the full execute-job context and handles its own job.

Context budget: ~15% orchestrator, 100% fresh per subagent. </objective>

<execution_context> @/.claude/devflow/workflows/execute-objective.md @/.claude/devflow/references/ui-brand.md </execution_context>

<context> Objective: $ARGUMENTS

Flags:

  • --gaps-only — Execute only gap closure plans (plans with gap_closure: true in frontmatter). Use after verify-work creates fix plans.

@.planning/ROADMAP.md @.planning/STATE.md </context>

<process> Execute the execute-objective workflow from @~/.claude/devflow/workflows/execute-objective.md end-to-end. Preserve all workflow gates (wave execution, checkpoint handling, verification, state updates, routing). </process>