Automates the entire software development lifecycle from initial planning to merged pull requests.
Auto-Implement is a comprehensive workflow skill designed to handle the complete feature delivery pipeline autonomously. It bridges the gap between a high-level idea and a merged feature by orchestrating planning, multi-phase implementation, quality assurance, and pull request management. By integrating state tracking and automated quality gates, it allows developers to initiate a 'plan and ship' sequence that runs until completion, only stopping for critical blockers or manual intervention when necessary.
主な機能
01Automated pull request monitoring and post-merge cleanup
02Automated state tracking and resumption via .workflow-state.json
03Multi-phase implementation with intelligent PR batching
04Built-in quality gates including code simplification and multi-reviewer checks
05Autonomous end-to-end workflow from idea to merged PR
060 GitHub stars
ユースケース
01Implementing a new feature from a brief description or spec without manual step-by-step guidance.
02Managing high-volume updates where shipping and merging need to happen sequentially and autonomously.
03Executing complex refactors that involve multiple phases and require a structured implementation plan.