From ai-team-os
Starts continuous work mode: Leader AI loops to claim highest-priority tasks, dynamically adds temp team members to execute, supervises completion, and reviews for new directions when no tasks.
npx claudepluginhub cronusl-1141/ai-company --plugin ai-team-osThis skill uses the workspace's default tool permissions.
启动后按以下循环工作:
Dispatches persistent agent teams to execute tasks from a shared task list after cw-plan. Coordinates parallel execution with lead oversight using Teammate tools (requires experimental env vars).
Runs autonomous multi-stage execution loops (team-plan, exec-verify-fix cycles) for complex tasks until acceptance criteria pass, blocker hit, or max loops. Tracks progress via checkpoints.
Orchestrates TASKS.md execution at scale with team (Agent Teams API, 3-level hierarchy), auto (task dispatch), or thin (minimal context) modes; auto-selects by task count and infrastructure.
Share bugs, ideas, or general feedback.
启动后按以下循环工作:
loop_start(team_id) 启动循环taskwall_view(team_id) 查看任务全景loop_next_task(team_id) 获取最高优先级任务PUT /api/tasks/{id}/complete 标记完成loop_review(team_id) 触发回顾讨论[CONTEXT WARNING] → loop_pause → 保存进度到memory → 提醒用户compactloop_resume → 从断点继续