speccrew — Summary
Slug: speccrew GitHub: https://github.com/charlesmu99/speccrew Stars: 3 License: Apache-2.0 Version: v0.7.76 Language: JavaScript
One-Liner
npm-installable multi-agent spec factory — 8 specialized agents orchestrate PRD → feature design → API contract → system design → implementation → deployment → test with ISA-95 methodology and a 3-tier knowledge base.
Archetype
Skills-based multi-agent orchestrator with CLI dispatcher. Closest to trw-mcp in the current batch (multi-agent pipeline with human-confirmation gates) but ships as an npm package with no MCP layer and uses ISA-95 industrial modeling as its intellectual framework instead of value-oriented hooks.
Key Facts
- Install:
npm install -g speccrew—speccrewCLI binary frombin/cli.js - 8 agents: team-leader, product-manager, feature-designer, system-designer, system-developer, task-worker, test-manager, system-deployer
- 71 skills prefixed
speccrew-covering planning, analysis, coding, testing, and knowledge management - ISA-95 6-stage enterprise integration modeling as architectural methodology
- 3-tier knowledge base: L1 technology docs (knowledge/techs/), L2 business domain docs (knowledge/bizs/), L3 iteration artifacts (iterations/iXXX/)
- Iterations pattern: each requirement becomes an isolated project under iterations/iXXX-[name]/
- 4-stage knowledge pipeline: scan → parallel analysis → parallel summarize → aggregate
- Gates: all phase transitions require human confirmation
- Multi-language README: 10 languages (Chinese primary + EN, JA, RU, ES, DE, FR, PT-BR, AR, HI)
- Sub-agent auto-dispatch for context management; agents are dynamically created per tech stack