Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Parallel Feature Development

Skill Verifiziert Aktiv
Teil von:Agent Teams

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.

Zweck

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.

Funktionen

  • 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

Anwendungsfälle

  • 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.

Nicht-Ziele

  • 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.

Installation

Zuerst Marketplace hinzufügen

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

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert about 24 hours ago

Vertrauenssignale

Letzter Commit3 days ago
Sterne35.3k
LizenzMIT
Status
Quellcode ansehen