save-workflow-state
CommunitySave workflow progress, enable smart resumption.
Software Engineering#workflow#developer tools#state management#software development#progress tracking#resumption
AuthorBerryKuipers
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Long-running workflows can be interrupted by various factors, leading to lost progress and duplicated effort. This Skill persists the current state of a conductor workflow to enable smart resumption across sessions.
Core Features & Use Cases
- Persistent State Storage: Creates a dedicated state directory and saves a comprehensive JSON state object (
.claude/state/conductor.json). - Detailed Context Capture: Tracks current phase, completed phases, issue context, branch information, PR number, audit score, architecture plan, and implementation notes.
- Workflow Recovery: Enables the workflow to pick up exactly where it left off, preventing redundant work and ensuring continuity.
- Use Case: After completing each major phase of a conductor workflow (e.g., Issue Discovery, Implementation, Quality Assurance, PR Creation), use this Skill to save the current progress, making the workflow resilient to interruptions.
Quick Start
Save workflow state after Phase 1 completion
save-workflow-state 137 "Add user dark mode preference toggle" 1 "feature/issue-137-dark-mode" null null "VSA compliant, no violations found"
This will create or update the .claude/state/conductor.json file with the current workflow state.
Dependency Matrix
Required Modules
jqdate
Components
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: save-workflow-state Download link: https://github.com/BerryKuipers/claude-code-toolkit/archive/main.zip#save-workflow-state Please download this .zip file, extract it, and install it in the .claude/skills/ directory.