概要
This skill optimizes the development workflow within Claude Code by automating the execution of multi-step plans through a modular subagent architecture. Instead of a single long-running session that might suffer from context drift, it dispatches a fresh subagent for every individual task, ensuring isolated and focused implementation. By integrating mandatory code review steps between tasks and a final architectural validation, the skill maintains high code quality and Test-Driven Development (TDD) standards while enabling rapid, continuous progress without requiring human-in-the-loop intervention between subtasks.