What problem does it solve?
This Skill streamlines the end-to-end development workflow for features, guiding teams from exploratory context gathering to planning, task generation, implementation, quality checks, CI, and final review for PR readiness.
Core Features & Use Cases
- Context gathering via explorer subagent to understand project structure, dependencies, and integration points.
- Plan creation and analysis based on the current feature branch, automatically generating plan_$FEATURE_NAME.md when missing and evaluating progress against origin/main.
- Automated task list generation with clear, measurable steps and an initial in_progress task.
- Implementation and debugging guided by coder-agent and debugger-agent to ensure incremental commits and traceable history.
- Quality checks, CI monitoring, and auto-fix workflows to maintain code health and streamline PR readiness.
Quick Start
Start in a feature clone directory and run the workflow by initiating context gathering and planning; the system will handle plan creation, task generation, implementation, and review until a PR-ready summary is produced.