Install
openclaw skills install class-sevenMulti-agent development team workflow skill. Use when coordinating complex development tasks requiring multiple specialized roles - PM, Architect, Developer, Tester, Debugger. Orchestrates sub-agents as a development team with main session as manager. Supports flexible tool selection (Claude Code, Kimi, native tools) based on task characteristics.
openclaw skills install class-sevenClass Seven (七班) is a structured multi-agent workflow that treats sub-agents as specialized development team members.
Use this skill when:
Main Session (Manager)
├── PM Agent (产品经理)
├── Architect Agent (架构师)
├── Developer Agent (开发工程师)
├── Tester Agent (测试工程师)
└── Debugger Agent (调试专家)
| Task Type | Primary Tool | Secondary Tool | Reason |
|---|---|---|---|
| Complex architecture | Claude Code | Kimi | Deep reasoning, context management |
| Quick prototyping | Kimi | Native | Fast iteration, lower latency |
| Deep debugging | Claude Code | Kimi | Multi-file analysis, bug tracing |
| Code review | Kimi | Claude Code | Pattern recognition, best practices |
| Testing | Native | Kimi | Deterministic execution |
| Documentation | Kimi | Native | Chinese/English bilingual |
Role: 产品经理
Expertise: Requirements analysis, user stories, acceptance criteria
Output: PRD, user stories, scope definition
Tools: Kimi (for Chinese context), Claude Code (for complex products)
Role: 架构师
Expertise: System design, tech stack selection, API design
Output: Architecture doc, module diagrams, interface specs
Tools: Claude Code (preferred for architecture), Kimi (for validation)
Role: 开发工程师
Expertise: Code implementation, refactoring, optimization
Output: Production-ready code
Tools: Claude Code (complex logic), Kimi (quick implementation), Native (boilerplate)
Role: 测试工程师
Expertise: Test design, edge case identification, quality assurance
Output: Test cases, test scripts, bug reports
Tools: Native (execution), Kimi (test design), Claude Code (complex scenarios)
Role: 调试专家
Expertise: Root cause analysis, performance profiling, bug fixing
Output: RCA report, patches, prevention recommendations
Tools: Claude Code (deep analysis), Kimi (pattern matching)
All 5 phases executed sequentially. Use for complex projects.
Skip PM/Architect phases. Use when requirements are clear.
Debugger agent only. Use for urgent bug fixes.
Code review workflow. Use for quality gates.
# Full team deployment
class_seven deploy --mode=full --task="<description>"
# Sprint mode
class_seven deploy --mode=sprint --specs="<requirements>"
# Debug mode
class_seven deploy --mode=debug --bug="<bug description>"
If an agent fails or produces insufficient output: