Refactor team collaboration skills and update documentation

- Renamed `team-lifecycle-v5` to `team-lifecycle` across various documentation files for consistency.
- Updated references in code examples and usage sections to reflect the new skill name.
- Added a new command file for the `monitor` functionality in the `team-iterdev` skill, detailing the coordinator's monitoring events and task management.
- Introduced new components for dynamic pipeline visualization and session coordinates display in the frontend.
- Implemented utility functions for pipeline stage detection and status derivation based on message history.
- Enhanced the team role panel to map members to their respective pipeline roles with status indicators.
- Updated Chinese documentation to reflect the changes in skill names and descriptions.
This commit is contained in:
catlog22
2026-03-04 11:07:48 +08:00
parent 5e96722c09
commit ffd5282932
132 changed files with 2938 additions and 18916 deletions

View File

@@ -7,8 +7,8 @@ CCW provides a comprehensive workflow system built on **Team Architecture v2** a
## What's New in v7.0
**Major New Features**:
- **Team Architecture v2**: `team-coordinate-v2` and `team-executor-v2` with unified team-worker agent
- **team-lifecycle-v5**: Unified team skill for full lifecycle (spec -> impl -> test -> review)
- **Team Architecture v2**: `team-coordinate` and `team-executor` with unified team-worker agent
- **team-lifecycle**: Unified team skill for full lifecycle (spec -> impl -> test -> review)
- **Queue Scheduler**: Background task execution with dependency resolution
- **Workflow Session Commands**: `start`, `resume`, `complete`, `sync` for full lifecycle management
- **Beat/Cadence Orchestration**: Event-driven coordination model
@@ -149,9 +149,9 @@ Phase 6: Next cycle
| Skill | Purpose |
|-------|---------|
| `team-coordinate-v2` | Dynamic role generation and coordination |
| `team-executor-v2` | Pure execution of existing sessions |
| `team-lifecycle-v5` | Full lifecycle (spec -> impl -> test) |
| `team-coordinate` | Dynamic role generation and coordination |
| `team-executor` | Pure execution of existing sessions |
| `team-lifecycle` | Full lifecycle (spec -> impl -> test) |
| `team-brainstorm` | Brainstorming team |
| `team-frontend` | Frontend development team |
| `team-testing` | Testing team |