Orchestration Agent dispatches a task via dispatch-to-worker action
Task Worker Agent receives skill_path or skill_name to execute
User explicitly requests execution of a specific skill workflow
AgentFlow Definition
REQUIRED: Before executing this workflow, read the XML workflow specification: speccrew-workspace/docs/rules/agentflow-spec.md
Then read and execute the XML workflow in SKILL.xml block-by-block as the authoritative execution plan.
1---2name: speccrew-task-worker-execution3description: ---4---5---6name: speccrew-task-worker-execution7description: Task Worker 的通用任务执行技能,负责接收任务参数、加载 Skill 定义、读取 AgentFlow 规范、逐 Block 执行工作流并输出结构化完成报告。8tools: Read, Grep, Glob, Write, Bash, Edit, WebFetch, WebSearch9---1011# Trigger Scenarios1213- Orchestration Agent dispatches a task via dispatch-to-worker action14- Task Worker Agent receives skill_path or skill_name to execute15- User explicitly requests execution of a specific skill workflow1617## AgentFlow Definition1819<!-- @agentflow: SKILL.xml -->2021> **REQUIRED**: Before executing this workflow, read the XML workflow specification: speccrew-workspace/docs/rules/agentflow-spec.md22> Then read and execute the XML workflow in SKILL.xml block-by-block as the authoritative execution plan.
Run npx skillmds@latest add charlesmu99/speccrew-task-worker-execution in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
charlesmu99 (@charlesmu99) published this skill. Their other Agent Skills are listed on their SkillMD profile.