What problem does it solve?
This Skill prevents merge conflicts by enforcing strict file ownership and defining clear interface contracts between parallel development streams, ensuring that multiple agents can work concurrently without stepping on each other's toes.
Core Features & Use Cases
- Structural Conflict Prevention: Assigns exclusive ownership of files to specific development streams.
- Interface Contracts: Defines clear boundaries and communication protocols between streams.
- Parallel Agent Execution: Enables multiple agents to work simultaneously on different parts of a feature without conflicts.
- Use Case: When decomposing a large feature for parallel agent development, this skill ensures each agent knows exactly which files they can modify and how they should interact with files owned by other agents, preventing costly merge issues.
Quick Start
Use the file-ownership skill to decompose the current feature into parallel development streams with strict file ownership.