From engineer-toolkit
Define team git workflow, code review process, and development procedures.
How 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."
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."
npx claudepluginhub sethdford/claude-skills --plugin engineer-toolkit/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.
/hatch3r-onboardGenerates a tailored onboarding guide for new developers by spawning parallel researchers to analyze codebase structure, architecture, conventions, and produces a document with setup, architecture, workflows, tribal knowledge, and cheat sheet.
/workflowOrchestrates a full multi-agent development pipeline: design, planning, plan review, implementation, and code review. Produces tested, reviewed code with commit and pipeline metrics.
/startGenerates and executes agent team orchestration from any task prompt. Supports --dry-run, --auto-run, --team-size, --models, approval, and output flags.