workflow-state-manager

Persist workflow state and generate resume instructions for sp.autonomous sessions.

5|1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Wania-Kazmi/claude-code-autonomous-agent-workflow --skill workflow-state-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-state-manager
Source: https://github.com/Wania-Kazmi/claude-code-autonomous-agent-workflow/tree/main/.claude/skills/workflow-state-manager
Command: npx skills add https://github.com/Wania-Kazmi/claude-code-autonomous-agent-workflow --skill workflow-state-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages and persists the lifecycle state of sp.autonomous, enabling seamless session recovery after interruptions.

Core Features & Use Cases

  • Tracks current and completed phases, features, and artifacts.
  • Generates resume points and clear instructions to continue work from the last known state.
  • Provides detailed progress logs and validation checks to support auditing and debugging in long-running experiments.

Quick Start

Start the workflow with your requirements file, for example: claude "/sp.autonomous requirements/my-app.md"

Frequently Asked Questions about workflow-state-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume an autonomous workflow after an interruption?

To resume an autonomous workflow after an interruption, this Skill reads a central JSON state file at .specify/workflow-state.json to retrieve phase progress, feature tracking, and resume instructions, allowing you to seamlessly continue your complex project from where it left off.

What files are required to validate workflow state recovery?

Validating workflow state recovery requires a central JSON state file at .specify/workflow-state.json along with related artifacts including constitution.md, spec.md, plan.md, and tasks.md to accurately verify and validate resume points.

How does session recovery manage phase progress tracking?

Session recovery manages phase progress tracking by persisting current and completed phases, features, and artifacts into a central JSON state file, generating detailed progress logs and clear instructions to support auditing and debugging in long-running experiments.

Can I use this state management for complex project lifecycle tracking?

Yes, you can use this state management for complex project lifecycle tracking. It persists workflow state and manages phase progress, feature tracking, and resume instructions specifically designed for long-running and complex sp.autonomous projects.

How do I start a workflow using a requirements file?

To start a workflow using a requirements file, you initiate the sp.autonomous process by passing your requirements document path, such as 'claude /sp.autonomous requirements/my-app.md', which begins tracking and persisting the session state.