Learn and apply ClawTeam in this workspace by running a multi-agent team with the following roles:
- PM
- Architect
- Developer
- Tester
- DevOps
Target output in later phases:
- Full role playbook
- Runbook for team startup and execution
- Local deployment and troubleshooting guide
- Prompt templates for each role
- Acceptance and QA checklist
- Cloned upstream project source:
- Created Conda environment:
- name:
clawTeam - python:
3.10.20
- name:
- Installed ClawTeam from source in editable mode:
pip install -e /home/student/arthas/clawTeamStudy/ClawTeam
- Verified CLI entrypoint:
- package script provides
clawteam - added local compatibility shim
ohin the env for README-style commands
- package script provides
- Verified runtime prerequisites:
tmux 3.2a
Current package metadata exposes clawteam command as official script.
README examples use oh. In this machine, both are now available in env clawTeam by adding a local oh wrapper script that forwards to clawteam.
- Configure real coding-agent backends (Codex/Claude CLI) for production usage.
- Switch from demo subprocess workers to interactive tmux agent workers.
- Add branch-baseline configuration for worktree mode in repositories not using
main.
- Created and ran a real 5-role local team:
role-swarm-demo - Started worker agents for architect/developer/tester/devops in subprocess mode
- Executed task dependency flow and message flow with board verification
- Generated full Chinese documentation set for role-based multi-agent operation
docs/01_local_deploy_log.mddocs/02_role_swarm_runbook_zh.mddocs/03_role_playbook_zh.mddocs/04_prompt_templates_zh.mddocs/05_execution_evidence_2026-04-10.md
conda activate clawTeam
python --version
oh --help
clawteam --help
tmux -V