概要
The Workflow State Management skill provides a robust framework for tracking progress through complex, multi-phase development cycles within Claude Code. By persisting state in a local markdown file, it allows autonomous agents to pause, resume, and transition between stages—such as planning, implementation, and testing—without losing context or original requirements. It features built-in validation, structured status transitions, and utility functions for CLI-based state updates, making it an essential component for long-running engineering tasks that require structured coordination and reliability.