From builtin-tasks
Workflow guidelines for team members executing tasks
npx claudepluginhub motlin/claude-code-plugins --plugin builtin-tasksThis skill uses the workspace's default tool permissions.
After implementing a task, run `/finish` before marking the task complete or picking up a new one.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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.