This skill transforms Claude into a sophisticated project coordinator by implementing a structured 7-phase workflow: Plan, Explore, Design, Implement, Validate, Test, and Document. By maintaining a persistent state in a local file, it allows for long-running development tasks to be paused, resumed, and audited. The skill intelligently manages task execution by running exploration and validation in parallel while maintaining sequential rigor for architecture and design. It is specifically designed to handle complex engineering goals by breaking them down into manageable steps and providing clear hooks for human intervention when blockers arise.
主な機能
01Persistent state management via local Markdown for session resilience
021 GitHub stars
03Intelligent blocker detection with automated state saving and manual resume
04Standardized YAML-based state schema for transparent workflow tracking
05Comprehensive 7-phase SDLC orchestration from planning to documentation
06Parallel agent execution for faster codebase exploration and code validation