devflow-state

Read and write development workflow state to a markdown file.

2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/bluejayA/devflow-aidlc-like --skill devflow-state
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devflow-state
Source: https://github.com/bluejayA/devflow-aidlc-like/tree/main/skills/_utils/devflow-state
Command: npx skills add https://github.com/bluejayA/devflow-aidlc-like --skill devflow-state

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that your development workflow's progress and configuration are saved and can be resumed later, preventing loss of work and maintaining context between sessions.

Core Features & Use Cases

  • State Persistence: Reads and writes a dedicated devflow-state.md file to store the current phase, stage, completed tasks, and other critical workflow information.
  • Cross-Session Continuity: Allows you to pick up exactly where you left off, even after closing and reopening your development environment or switching between different AI interactions.
  • Use Case: After completing the aidlc-requirements-analysis stage, this Skill saves the progress, so if you need to pause your work, you can later resume directly from the aidlc-user-stories stage without re-doing previous steps.

Quick Start

Use the devflow-state skill to read the current workflow status.

Frequently Asked Questions about devflow-state

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

FAQPage Schema
How do I persist AI workflow state across sessions?

To persist AI workflow state across sessions, this Skill reads and writes current phases and completed stages to a markdown file, ensuring your development progress is saved and can be resumed later without losing context.

What is workflow persistence for AI-driven development?

Workflow persistence for AI-driven development is the process of storing current phase, stage, and completed tasks to a dedicated markdown file, preventing loss of work and maintaining configuration context between different sessions.

How do I save development progress to resume work later?

You save development progress by writing current workflow information to the devflow-state.md file in your project workspace, allowing you to pick up exactly where you left off after pausing your AI interactions.

Can I use a markdown file to store current workflow stage and phase?

Yes, you can use a markdown file to store your current workflow stage and phase. This Skill operates on devflow-docs/devflow-state.md relative to your project workspace root to manage continuity.

Does this state management approach work without external dependencies?

Yes, this state management approach works without external dependencies. It relies solely on reading and writing to a local markdown file within your project workspace to maintain your session continuity.

When do I need cross-session continuity for AI development workflows?

You need cross-session continuity for AI development workflows when you want to pause work after completing a stage like requirements analysis and later resume directly from the next stage without re-doing previous steps.