mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-05 16:13:08 +08:00
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:
@@ -50,7 +50,7 @@
|
||||
| **Workflow** | workflow-test-fix | session → context → analysis → gen → cycle | Test generation and fixes |
|
||||
| **Workflow** | workflow-multi-cli-plan | ACE context → CLI discussion → plan → execute | Multi-perspective planning |
|
||||
| **Workflow** | workflow-skill-designer | - | Create new skills |
|
||||
| **Team** | team-lifecycle-v5 | spec pipeline → impl pipeline | Full lifecycle |
|
||||
| **Team** | team-lifecycle | spec pipeline → impl pipeline | Full lifecycle |
|
||||
| **Team** | team-planex | planner wave → executor wave | Issue batch execution |
|
||||
| **Team** | team-arch-opt | architecture analysis → optimization | Architecture optimization |
|
||||
| **Utility** | brainstorm | framework → parallel analysis → synthesis | Multi-perspective ideation |
|
||||
@@ -577,10 +577,10 @@
|
||||
|
||||
| Skill | Description |
|
||||
|-------|-------------|
|
||||
| team-lifecycle-v5 | Full team lifecycle with role-spec-driven worker agents |
|
||||
| team-lifecycle | Full team lifecycle with role-spec-driven worker agents |
|
||||
| team-planex | Planner + executor wave pipeline (for large issue batches or roadmap outputs) |
|
||||
| team-coordinate-v2 | Team coordination and orchestration |
|
||||
| team-executor-v2 | Task execution with worker agents |
|
||||
| team-coordinate | Team coordination and orchestration |
|
||||
| team-executor | Task execution with worker agents |
|
||||
| team-arch-opt | Architecture optimization skill |
|
||||
|
||||
### Team Domain Skills
|
||||
|
||||
Reference in New Issue
Block a user