mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
- Add 4 core standards for task decomposition to prevent over-fragmentation - Functional Completeness Principle: ensure complete deliverable units - Minimum Size Threshold: prevent tasks smaller than 3 files/200 lines - Dependency Cohesion Principle: group tightly coupled components - Hierarchy Control Rule: clear structure guidelines (flat ≤5, hierarchical 6-10, re-scope >10) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>