What problem does it solve?
This Skill helps developers break down large features into smaller, manageable, and well-defined decisions, ensuring that the reasoning behind each part of the code is logged and accessible.
Core Features & Use Cases
- Interactive Planning: Guides the user through defining discrete decisions for a feature.
- Decision Grouping: Assigns a shared tag to group related decisions for easy reference.
- Record Creation: Generates individual Markdown files for each decision with appropriate frontmatter and body.
- Use Case: When planning a new complex feature, use
/dld-plan to systematically define each architectural choice, API interaction, or data structure modification before implementation.
Quick Start
Use the dld-plan skill to break down the feature 'Implement user authentication'.