git-merge
Installation
SKILL.md
Git Merge Conflict Resolver for AI-DLC Projects
Resolve git merge conflicts that arise when multiple developers work on different AI-DLC units in parallel during the CONSTRUCTION phase.
When This Happens
After INCEPTION phase completes, the project is split into units. Multiple developers clone the repo and each runs CONSTRUCTION on their assigned unit. When they push/merge back:
- State file conflicts —
aidlc-docs/aidlc-state.mdandaidlc-docs/audit.mdare modified by every developer since each tracks their own unit's progress - Code conflicts — shared/common units modified by one developer conflict with another developer's changes or dependencies on that shared code
Conflict Resolution Workflow
Step 1: Detect and Classify Conflicts
Run git status to identify conflicted files, then classify each: