What problem does it solve?
This Skill addresses the challenge of managing large, complex greenfield feature contributions that are too substantial for standard code reviews, preventing them from stalling in the PR queue.
Core Features & Use Cases
- Design Path Routing: Automatically identifies category-1 contributions and routes them to a structured design process rather than a code review.
- Decision Inventory: Generates a clear, ratifiable list of open decisions, separating settled canon from residual questions.
- Atomic Decomposition: Breaks down large feature requests into an ordered sequence of small, reviewable, and implementable changes.
- Use Case: When a contributor submits a massive PR for a new subsystem, this skill generates a design plan, drafts necessary ADRs, and decomposes the work into manageable tasks for the maintainer to approve.
Quick Start
Invoke the design-plan skill by running the command lq-maintainer:design-plan pr followed by the pull request number.