Files
Claude-Code-Workflow/docs/skills/_shared/SKILL-DESIGN-SPEC.md
catlog22 f389e3e6dd feat: add dynamic pipeline detection for team sessions v5 architecture
Backend:
- Fix readLegacyFiles to handle { name, prefix }[] role format
- Add roles backfill in getEffectiveTeamMeta when meta.json exists
- Ensure pipeline_stages and roles flow correctly to API response

Team Skills:
- Add pipeline metadata initialization to all 16 team skill coordinator roles
- Each skill now reports pipeline_stages and roles to meta.json at session init

Documentation:
- Update command references and component documentation
- Add numerical-analysis-workflow skill spec
- Sync zh/en translations for commands and components
2026-03-04 14:52:07 +08:00

14 lines
397 B
Markdown

# CCW Skills Design Specification
> **Note**: This document is a placeholder. The full specification is being developed.
## Overview
This document defines the design standards and conventions for CCW skills.
## Related Documents
- [Document Standards](/skills/specs/document-standards)
- [Quality Gates](/skills/specs/quality-gates)
- [Reference Docs Spec](/skills/specs/reference-docs-spec)