What problem does it solve?
The ez-dev skill coordinates a rigorous, end-to-end development workflow from initial requirements through delivery, enforcing independent reviews, phase sequencing, and explicit documentation storage to reduce miscommunication and ensure quality.
Core Features & Use Cases
- End-to-end development lifecycle covering requirements analysis, design, planning, TDD development, test generation/execution, quality checks, and final completion.
- Independent Review mechanism using subagents to ensure unbiased validation of design and plan, with self-healing loop (自纠闭环) for non-fatal issues, plus a fast-path for small changes.
- Phase-driven state tracking and automatic doc storage under .dev_doc/<feature>/ status, design, plan, and test reports; worktree-based isolation to protect main branches.
- Optional parallel development support (Phase 3.1/3.2, Phase 4) with worktree management and merge workflows.
- Automated testing strategy (Phase 5.1/5.5) including test generation, execution, and quality checks.
Quick Start
Trigger the ez-dev workflow by describing a feature request, then follow the guided prompts to complete requirements, design, planning, testing, and delivery.