What problem does it solve?
This Skill automates the process of breaking down large features or epics into small, manageable, and independently executable tasks, ensuring a clear and actionable plan for implementation.
Core Features & Use Cases
- Task Decomposition: Divides features into bite-sized tasks (2-5 minutes each).
- Exact Code & Commands: Ensures each task includes precise code snippets and full command-line instructions for testing.
- TDD Enforcement: Promotes a Test-Driven Development approach by requiring tests before implementation.
- Structured Output: Saves tasks in a standardized Markdown format for easy tracking and execution.
- Use Case: When a new feature like "user authentication" is defined, this Skill breaks it down into tasks such as "Write failing test for valid credentials," "Implement login function," and "Write test for invalid password," each with exact code and commands.
Quick Start
Use the arc-writing-tasks skill to break down the feature 'Implement user profile editing' into executable tasks.