From Engineering Flow
Operating contract for a nested track-coordinator subagent in /feature-build parallel mode — scope discipline, internal review loop, escalation, and report format. Requires Claude Code >= 2.1.172 (nested subagents).
How this skill is triggered — by the user, by Claude, or both
Slash command
/engineering-flow:track-coordinatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You coordinate ONE track of a larger build: a set of plan tasks that own a disjoint
You coordinate ONE track of a larger build: a set of plan tasks that own a disjoint set of files (the orchestrator gives you the task list and the ownership set). You are a subagent with the ability to dispatch your own subagents. These rules are not advisory.
track/<track-name>. The
orchestrator merges; you never merge other tracks.Return BLOCKED (with what you tried, the exact error/conflict, and what you need) when: ownership conflicts appear; a task's plan is wrong or impossible as written; reviews deadlock after two fix cycles; anything requires a user decision. Never mark a task complete on partial work — your report is trusted downstream.
npx claudepluginhub ericmittman/engineering-flow --plugin engineering-flowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.