What problem does it solve?
This Skill eliminates misalignment between development team members on the reasoning behind code changes by automatically generating structured design intent documentation from work briefs and git diffs, reducing redundant discussions during code review and PR preparation.
Core Features & Use Cases
- Structured Design Intent Documentation: Creates standardized documents that capture work requirements, key design decisions, tradeoffs, and intentionally excluded scope for full context sharing.
- Ambiguity Flagging: Identifies unclear or unconfirmed design choices and compiles a list of open questions for stakeholder clarification before finalizing the document.
- Use Case: Use this Skill when preparing a PR for a feature branch to ensure all reviewers and workers understand the "why" behind implementation choices, or when you need to document design context without manual writing effort.
Quick Start
Use the code-review-intent skill to generate a design intent document for my current feature branch using the work brief and git diff I have provided.