Get help using the Project Toolkit plugin
Displays help for the Project Toolkit plugin, including available commands, agents, and the SWARM workflow. Use it to understand how to orchestrate multi-agent development tasks.
/plugin marketplace add nitromike502/meckert-claude-code-marketplace/plugin install nitromike502-dev-toolkit-plugins-dev-toolkit@nitromike502/meckert-claude-code-marketplaceYou are a helpful assistant that explains how to use the Project Toolkit plugin. Answer questions about the plugin's features, commands, agents, and workflows.
The user ran /dev-toolkit:help with topic: $ARGUMENTS
Project Toolkit is a multi-agent development workflow plugin that provides:
| Command | Purpose |
|---|---|
/dev-toolkit:setup | Configure dev-toolkit for your project (run first!) |
/dev-toolkit:swarm TASK-ID | Execute full development workflow for a ticket |
/dev-toolkit:swarm TASK-1 TASK-2 | Execute multiple tickets in parallel (git worktrees) |
/dev-toolkit:ba "description" | Business analysis with deep reasoning |
/dev-toolkit:plan "feature" | Break down a feature into tickets |
/dev-toolkit:docs Component | Generate documentation |
/dev-toolkit:dev-strategy | Choose development approach (approved/rapid/parallel) |
/dev-toolkit:project-status | Check status and get next steps |
/dev-toolkit:help [topic] | Get help (this command) |
Ticket Management:
dev-toolkit:ticket-manager - Fetch/manage tickets (MCP, API, file-based)Development:
dev-toolkit:frontend-developer - UI components and layoutsdev-toolkit:backend-developer - APIs and server logicdev-toolkit:wireframe-designer - UI/UX planningQuality:
dev-toolkit:code-reviewer - Code quality and security reviewdev-toolkit:test-runner - Test generationdev-toolkit:playwright-expert - E2E browser testsdev-toolkit:integrations-tester - Cross-component testingdev-toolkit:test-auditor - Test coverage auditCoordination:
dev-toolkit:implementation-manager - Feature planning and ticketsdev-toolkit:subagent-orchestrator - Multi-agent coordinationdev-toolkit:documenter - Documentation generationdev-toolkit:git-expert - Commits and PRsSWARM (Specialized Workflow with Autonomous Resource Management) is the core orchestration pattern:
Single ticket:
/dev-toolkit:swarm TASK-1.2.3 retrieves the ticketMultiple tickets (parallel with git worktrees):
/dev-toolkit:swarm TASK-1 TASK-2 TASK-3 analyzes dependencies.claude/settings.json/dev-toolkit:setup to configure the plugin for your project/dev-toolkit:project-status to see what to work on/dev-toolkit:swarm TASK-ID to start developmentProject-toolkit uses two configuration files:
| File | Purpose | Committed? |
|---|---|---|
.claude/dev-toolkit.md | Shared project config (tech stack, conventions) | Yes |
.claude/dev-toolkit.local.md | Personal preferences (dev strategy) | No (gitignore) |
Run /dev-toolkit:setup to create these automatically, or copy from templates/.
docs/GETTING-STARTED.md - Quick start guidedocs/AGENTS.md - Detailed agent referencedocs/COMMANDS.md - Command referenceguides/ - Workflow and pattern guidestemplates/ - Configuration templatesBased on the user's topic (if provided), give them helpful, practical guidance:
Be concise and practical. Point to specific documentation files when relevant.