Help us improve
Share bugs, ideas, or general feedback.
From builtin-tasks
Guides team members on task workflows: run /finish after implementation, commit all changes before idling, use worktrees if instructed by lead.
npx claudepluginhub motlin/claude-code-plugins --plugin builtin-tasksHow this skill is triggered — by the user, by Claude, or both
Slash command
/builtin-tasks:team-memberThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
After implementing a task, run `/finish` before marking the task complete or picking up a new one.
Guides team leads coordinating task-executing agents: enforces one commit per task, serializes overlapping file tasks or uses worktrees, checkpoints idle states.
Executes Flow epics/tasks with flowctl tracking, git staging/commits, quality checks. Invoke via /flow-next:work with IDs like fn-1-add-oauth or spec files.
Orchestrates task execution with git worktree isolation, TDD implementation, validation loop, and merge for phrases like 'execute task N' or 'implement TASK-NNN'.
Share bugs, ideas, or general feedback.
After implementing a task, run /finish before marking the task complete or picking up a new one.
Always commit your work before going idle or moving to the next task. If precommit fails, fix and retry until it passes.
If the team lead instructed you to use a worktree, work in that directory. Otherwise work in the main repo directory.