devdocs

Persist AI working state to markdown files for session continuity.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/robinsalehjan/superlego --skill devdocs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devdocs
Source: https://github.com/robinsalehjan/superlego/tree/main/skills/devdocs
Command: npx skills add https://github.com/robinsalehjan/superlego --skill devdocs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill tackles the challenge of AI context window limitations and session continuity, preventing loss of critical working state and enabling seamless handoffs.

Core Features & Use Cases

  • Session Continuity: Persist your AI's working state to disk, allowing you to resume tasks across multiple sessions without losing context.
  • Context Management: Provides guidelines and tools to manage context usage effectively, avoiding automatic summarization that loses details.
  • Handoffs: Facilitates smooth transitions between AI sessions or developers by documenting current state, blockers, and next steps.
  • Use Case: You're working on a complex feature that will take several days. Use DevDocs to save your progress at the end of each day, ensuring you can pick up exactly where you left off the next morning, even if the AI's context window resets.

Quick Start

Use the devdocs skill to create session continuity for the current task.

Frequently Asked Questions about devdocs

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

FAQPage Schema
How do I persist AI context across development sessions?

To persist AI context across development sessions, you save your working state to disk using markdown files. This prevents context window resets from losing critical task progress and blockers.

What is the best way to manage AI context window limitations during complex feature development?

Managing AI context window limitations involves saving progress to markdown files on disk to avoid automatic summarization that loses details. This ensures you can resume multi-day tasks without losing critical working state.

How do I facilitate seamless handoffs between AI development sessions?

To facilitate seamless handoffs between AI development sessions, document the current state, blockers, and next steps in markdown files. This provides incoming developers or AI sessions with the exact context needed to continue.

Do I need jq installed to manage AI session continuity with markdown files?

Yes, you need jq installed to manage AI session continuity with this approach, as the skill relies on jq as a dependency for processing and persisting working state to disk.

Does this AI context persistence method support integrations for execution tracking?

Yes, this AI context persistence method supports Superpowers and Beads integrations for enhanced planning, execution tracking, and team coordination during your development sessions.