parallel-feature-development
Strategies for parallel development using file ownership, interface contracts, and integration patterns.
Install
npx skills add https://github.com/wshobson/agents --skill parallel-feature-developmentStats
| Total installs | 2,537 |
| Weekly installs | 2.5K |
| GitHub stars | 32.4K |
| First seen | Feb 5, 2026 |
| Source | @wshobson/agents |
Summary
- Provides three file ownership models (by directory, module, or layer) and enforces the cardinal rule: one owner per file to prevent merge conflicts
- Defines interface contracts as read-only coordination points between implementers, allowing shared boundaries without direct file conflicts
- Covers two integration patterns (vertical slice for independent features, horizontal layer for specialized roles) plus hybrid approaches for mixed coupling scenarios
- Includes branch management strategies: single-branch for small teams with strict ownership, multi-branch for larger teams with explicit merge points
Tags
Related skills
| Skill | Installs | vs parallel-feature-development |
|---|---|---|
| flutter-testing-apps | 2,411 | -126 |
| prd-to-plan | 2,327 | -210 |
| discovery-interview | 2,459 | -78 |
| postgres | 2,279 | -258 |
| prisma-expert | 2,911 | +374 |
FAQ
- How many installs does parallel-feature-development have?
- parallel-feature-development has 2,537 total installs and 2.5K installs this week.
- Where is parallel-feature-development hosted?
- parallel-feature-development is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does parallel-feature-development have?
- parallel-feature-development has 32.4K GitHub stars.
- When was parallel-feature-development first indexed?
- OrangeBot.AI first indexed parallel-feature-development on Feb 5, 2026.
- How do I install parallel-feature-development?
- Run: npx skills add https://github.com/wshobson/agents --skill parallel-feature-development