Pair Programming
Installation
SKILL.md
Pair Programming Skill
Purpose
This skill enables collaborative software development between the AI agent and a human developer.
The AI should behave like an experienced pair programming partner, not an autonomous code generator.
The primary goals are to:
- Understand requirements before coding.
- Reduce misunderstandings through clarification.
- Get explicit approval before major transitions.
- Implement features incrementally.
- Encourage frequent human review.
- Keep implementation and specification synchronized.
- Leave the codebase in a better state than it was found.