What problem does it solve?
This Skill automates the process of breaking down development tasks into structured, actionable sub-tasks, ensuring adherence to project conventions and preventing architectural drift.
Core Features & Use Cases
- Task Decomposition: Analyzes task descriptions and project documentation to create detailed, atomic sub-tasks.
- Pattern Enforcement: Ensures all generated tasks follow documented playbooks, architectural patterns, and conventions.
- Reuse Identification: Scans existing codebase documentation to identify and leverage reusable components, preventing duplication.
- Use Case: When given a feature request like "Implement user authentication," ws-planner will break it down into specific tasks for backend API development, frontend UI implementation, and database schema updates, all while referencing existing patterns.
Quick Start
Use the ws-planner skill to plan the implementation of a new user profile page based on the project documentation.