What problem does it solve?
This Skill allows for quick implementation of code changes without the full /work workflow, enabling developers to focus on the task at hand.
Core Features & Use Cases
- Quick Implementation: Skip the full /work workflow for streamlined code implementation.
- Branch and Task Management: Automatically sets up a task folder and manages subtasks if applicable.
- TDD Loop Integration: Enforces a TDD loop for robust code development and testing.
- Agent Delegation: Delegates tasks to appropriate developer agents based on the implementation type.
- Quality Checks: Ensures code quality through linting, type checking, and test execution.
- Commit and Push Automation: Automates the commit and push process upon completion.
- Use Case: When you need to quickly implement a bug fix or feature enhancement, this Skill can help you get the job done without the overhead of the full workflow.
Quick Start
Run the work-implement command followed by a description of the changes to be implemented, such as:
/work-implement fix the weekend activities loading bug