What problem does it solve?
This Skill automates the implementation of software development tasks, ensuring adherence to project conventions, architectural patterns, and documented requirements, thereby preventing architectural drift and code duplication.
Core Features & Use Cases
- Task Implementation: Writes code based on detailed task definitions provided by a planner.
- Documentation Adherence: Reads and follows project documentation (playbook, style guides, capability maps) before writing code.
- Reuse Enforcement: Prioritizes reusing existing code and capabilities over re-implementation.
- Use Case: A developer needs to implement a new API endpoint. This Skill takes the task definition, reads the API design guidelines, finds existing utility functions, writes the endpoint code, and ensures it adheres to the project's error handling and authentication patterns.
Quick Start
Use the ws-dev skill to implement the task definition provided in the attached file 'task-definition.json'.