Workflow State Management Skill Overview Manage persistent workflow state that survives context auto-summarization. State files store: task details, worktree locations, PR URLs, and review status. Triggers Activate this skill when: - Starting a new workflow ( ) - Transitioning between workflow phases - Restoring context after summarization ( ) - Saving progress for later continuation ( ) Phase Transitions Valid transitions, guards, and prerequisites for all workflow types are documented in . CRITICAL: Phase mutation is a separate action from field mutation. When a transition has a guard, the…