Параллельная разработка фич в мультиагентной команде
★ 8.5 · engineering
parallel-feature-development is a Claude Code skill that coordinates parallel feature development using file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. It covers three ownership models—by directory, by module, and by architectural layer—and enforces a cardinal rule of one owner per file, with clear guidance on extracting interface contracts in TypeScript so agents can build against each other's APIs before they are ready. Three integration patterns are provided: vertical slices, horizontal layers, and a hybrid approach, along with single-branch and multi-branch workflows suited to teams of different sizes. The skill also includes troubleshooting scenarios for common blockers such as shared-file conflicts, mid-stream decomposition changes, and early-finishing agents waiting on dependencies.
- #parallel-development
- #feature-development
- #file-ownership
- #integration
- #collaboration