跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Parallel Feature Development

技能 已验证 活跃

Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system simultaneously, when establishing file ownership to prevent merge conflicts in a shared codebase, when designing interface contracts so parallel implementers can build against each other's APIs before they are ready, or when deciding whether to use vertical slices versus horizontal layers for a full-stack feature.

目的

To enable teams to efficiently coordinate parallel feature development by providing clear strategies for file ownership, conflict avoidance, and integration patterns, thereby reducing merge conflicts and improving collaboration.

功能

  • File ownership strategies (directory, module, layer)
  • Conflict avoidance rules and shared file handling
  • Interface contract design for parallel work
  • Integration patterns (vertical slice, horizontal layer, hybrid)
  • Branch management strategies (single, multi-branch)
  • Troubleshooting common parallel development issues

使用场景

  • Decomposing a large feature into independent work streams for multiple agents.
  • Establishing clear file ownership to prevent merge conflicts in a shared codebase.
  • Designing interface contracts so parallel implementers can build against each other's APIs before they are ready.
  • Deciding between vertical slices versus horizontal layers for a full-stack feature implementation.

非目标

  • Implementing the actual code for features.
  • Managing general team communication or project management tasks beyond parallel development coordination.
  • Resolving merge conflicts automatically; provides guidance on how to approach them.
  • Defining specific project architectures beyond ownership and integration patterns.

安装

请先添加 Marketplace

/plugin marketplace add wshobson/agents
/plugin install agent-teams@claude-code-workflows

质量评分

已验证
98 /100
1 day ago 分析

信任信号

最近提交3 days ago
星标35.3k
许可证MIT
状态
查看源代码