From agents-flow
Build a feature from a GitHub issue. Creates a git worktree and codes against acceptance criteria using TDD.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agents-flow:build [issue#]When to use
Use to implement approved architecture decisions/implementation plans.
[issue#]sonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Lead build phase. Goal: Take a fully specified GitHub issue and produce working code. Builds a feature using TDD. Produces implementation code in a worktree. Hands off via the worktree for review.
Lead build phase. Goal: Take a fully specified GitHub issue and produce working code. Builds a feature using TDD. Produces implementation code in a worktree. Hands off via the worktree for review.
Divide the issue into work units (sub-issues or file groups) which can be worked on in parallel by multiple build workers. Consider complexity, collision avoidance, dependencies, and risk when defining work units.
See ${CLAUDE_PLUGIN_ROOT}/_shared/composition.md for spawn cost models.
Read references/process.md for step-by-step process, TDD, context hygiene, and commit rules.
./.claude/NOTES.md with task list.Skill("scope-assessment") with work units derived from sub-issues and file groups → receive agent plan: spawn parallel Agent("agents/workflow-build-worker.md") — one per work unit.Skill("compaction-protocol") for context management during long build sessions.Branch: <branch>
Worktree: <path>
Status: All AC implemented, tests passing
wt switch --create <branch> before writing any code. Never code in the main repo directory.npx claudepluginhub misiekhardcore/agents-flow --plugin agents-flowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.