progress-reading-protocol

Initialize coding-agent sessions with a predefined command sequence and feature verification.

746|130|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/Archive228/loopkit --skill progress-reading-protocol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: progress-reading-protocol
Source: https://github.com/Archive228/loopkit/tree/main/skills/progress-reading-protocol
Command: npx skills add https://github.com/Archive228/loopkit --skill progress-reading-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures a structured coding-agent session start-up process, preventing project state confusion and helping maintain feature completion integrity.

Core Features & Use Cases

  • Structured Session Initialization: Follows a fixed 6-step sequence to establish session context.
  • Feature Completion Verification: Verifies feature status and readiness before picking up new work.
  • Use Case: After a session crash or context reset, use this Skill to systematically reset the session state, verify features, and start fresh work with confidence.

Quick Start

Execute the session reset and feature verification by running: ./run.sh

Frequently Asked Questions about progress-reading-protocol

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

FAQPage Schema
How do I reset coding-agent session context after a crash?

To reset coding-agent session context after a crash, you need a structured initialization sequence that rehydrates the environment and verifies feature completeness. This Skill applies a predefined 6-step command sequence to systematically restore session integrity.

What is context rehydration in a coding-agent session?

Context rehydration in a coding-agent session is the process of restoring project state and environment variables after a reset. It targets the post-reset phase by systematically verifying feature status and readiness to prevent project state confusion before picking up new work.

How do I verify feature completeness before starting new coding work?

You can verify feature completeness before starting new work by running a structured session initialization check. This Skill executes a fixed verification sequence that confirms feature status and readiness, ensuring no incomplete features are missed during context rehydration.

Does this session reset protocol work without external dependencies?

Yes, the session reset protocol works without external dependencies. It operates as a standalone Skill with no required components, executing its fixed 6-step initialization sequence directly through a run script to establish session context and verify features.

Why does my coding-agent lose project state after a context reset?

Your coding-agent loses project state after a context reset because the environment lacks a structured rehydration sequence. Without systematically verifying feature completion and applying a fixed initialization protocol, session integrity breaks down and causes project state confusion.

What's the best way to systematically initialize a coding-agent session?

The best way to systematically initialize a coding-agent session is using a predefined command sequence that targets context rehydration. This Skill applies a fixed 6-step process to establish session context, verify feature readiness, and prevent state confusion before starting fresh work.