What problem does it solve?
This Skill prevents rushed or ambiguous software delivery by forcing clarification, planning, approval, disciplined implementation, and review before code is merged.
Core Features & Use Cases
- Clarification First: Ask questions about requirements, architecture, constraints, and user flow before implementation begins.
- Approval-Gated Planning: Break work into small tasks, present a plan, and wait for explicit approval before starting.
- TDD Implementation: Write tests first, implement to pass them, then refactor while preserving quality.
- PR and Review Workflow: Use feature branches, open pull requests to main, track work in Trello or similar boards, and respond to reviewer feedback until approval.
- Use Case: A software team can use this Skill to manage a new feature from vague request to tested code, review sign-off, and merge-ready completion.
Quick Start
Use the task-development-workflow skill to clarify the request, propose a small approved plan, and then guide implementation with TDD, branch-based review, and merge-safe task tracking.