Help us improve
Share bugs, ideas, or general feedback.
From engineer-toolkit
Define team git workflow, code review process, and development procedures.
npx claudepluginhub sethdford/claude-skills --plugin engineer-toolkitHow this command is triggered — by the user, by Claude, or both
Slash command
/engineer-toolkit:setup-workflow team-size or current-processThe summary Claude sees in its command listing — used to decide when to auto-load this command
Chain these steps: 1. Use the `git-workflow` skill to design branching strategy 2. Use the `code-review-checklist` skill to define review process 3. Use the `pair-programming-guide` skill if pairing is relevant 4. Synthesize into team workflow document with procedures and examples After completion, suggest: "Share workflow with team; iterate based on feedback."
/define-standardsEstablish comprehensive code review standards for your team.
/teamAssembles, configures, and spawns native Claude Code agent teams for parallel tasks, code reviews, full-stack development, and security audits. Supports create, context, list subcommands.
/startGenerates and executes agent team orchestration from any task prompt. Supports --dry-run, --auto-run, --team-size, --models, approval, and output flags.
/buildBuilds a new feature end-to-end for backend, frontend, or full-stack with auto-detection, through spec, design, workspace, implementation, review, and ships merged PR using git worktrees.
/setup-workflowSets up design team workflow and rituals based on team size/context, producing a document with roles, cadence, critiques, reviews, versioning, QA checklist, and tooling.
Share bugs, ideas, or general feedback.
Chain these steps:
git-workflow skill to design branching strategycode-review-checklist skill to define review processpair-programming-guide skill if pairing is relevantAfter completion, suggest: "Share workflow with team; iterate based on feedback."