skills/swe-swarm-orchestrate/SKILL.md
Multi-agent swarm coordination for large tasks
npx skillsauth add earthmanweb/serena-workflow-engine swe-swarm-orchestrateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
If starting a new session, first read workflow initialization:
mcp__plugin_swe_serena__read_memory("wf/WF_INIT")
Follow WF_INIT instructions before executing this skill.
Coordinate multi-agent swarm for complex tasks.
| Agent | Purpose | | ----------- | ------------------ | | researcher | Explore codebase | | coder | Implement changes | | analyst | Review patterns | | optimizer | Performance tuning | | coordinator | Orchestrate tasks |
npx claude-flow init - use MCP tools only> **Skill /swe-swarm-orchestrate complete** - returning to WF_EXECUTE
testing
Write Gherkin BDD specs for a feature. Creates .feature files in tests/specs/ from requirements, user stories, or free-form descriptions.
development
TDD from Gherkin specs. Takes a .feature file or SPEC_* memory, builds a coverage map, implements both functionality and tests to achieve 100% compliance. Builds missing functionality, creates real tests (no fixme), follows all dev standards.
testing
Verify implementation against requirements and standards
development
Code exploration and research without making changes