结构化协作工作流方案
CRCT的三阶段模型显著提升团队协作效率:
Standardized processes::
Set-up/Maintenance
阶段:统一规范(编辑setup_maintenance_plugin.md
定义代码标准)Strategy
阶段:在strategy_tasks/
存放功能规划文档Execution
阶段:通过progress.md
实现任务可视化
关键协作功能::
- mounting
CRCT Collaboration Plugin
扩展实现实时状态同步 - configure
Git Hooks
在提交时自动更新changelog.md
- utilization
@mention
语法在activeContext.md
中标记责任人
质量保障措施::
- exist
.clinerules
set up inQualityGate=strict
Enable Strict Mode - 配置CI系统定时运行
dependency_processor.py --validate
- utilization
doc_tracker.md
保持文档与代码同步率≥95%
This answer comes from the articleCRCT: Recursively Decompose Large Code Tasks and Persistently Save Project StateThe