What problem does it solve?
This Skill helps you create detailed, actionable technical plans for new features or system changes, ensuring they integrate seamlessly with the existing architecture. It prevents costly rework and ensures consistency by leveraging established project patterns, allowing for smooth development and deployment.
Core Features & Use Cases
- Context-Aware Design: Analyzes existing architectural patterns (layered, microservices, hexagonal, event-driven) and designs solutions that respect boundaries and responsibilities.
- Actionable Implementation Roadmaps: Breaks down complex features into atomic, ordered steps, specifying exact file modifications and referencing existing code examples.
- Risk & Validation Planning: Identifies dependencies, potential conflicts, breaking changes, and outlines comprehensive testing strategies and success criteria.
- Use Case: You need to add a new payment gateway integration to an existing microservices architecture. Use this Skill to generate a detailed plan that outlines service boundaries, communication patterns (e.g., Kafka events), and specific code changes, all while matching the project's existing integration patterns.
Quick Start
Generate an implementation plan for adding a new Product entity, including database schema, API endpoints, and service logic, ensuring it aligns with the existing layered architecture.