long-running-agent

Manage multi-session software projects with progress files in .claude/.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/simtransforma/HAOS_HAU-AI-Operating-System --skill long-running-agent-simtransforma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: long-running-agent
Source: https://github.com/simtransforma/HAOS_HAU-AI-Operating-System/tree/main/HAOS/skills/long-running-agent
Command: npx skills add https://github.com/simtransforma/HAOS_HAU-AI-Operating-System --skill long-running-agent-simtransforma

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill tackles the challenge of managing large, multi-session development projects by providing a structured protocol to prevent context loss and maintain consistent progress.

Core Features & Use Cases

  • Long-Running Agent Protocol: Implements a robust system for complex development tasks spanning multiple AI sessions.
  • SubAgent Architecture: Enables delegation of tasks to isolated agents, preventing context contamination and improving reliability.
  • Progress Tracking: Utilizes dedicated files (.claude/progress.md, .claude/features.xml) to meticulously record and manage project status.
  • Use Case: Developing a full-stack application with over 50 features. This Skill ensures that progress is saved, tasks are clearly defined and delegated, and the project can be resumed seamlessly across different work sessions.

Quick Start

Use the long-running-agent skill to initialize a new project named 'MyAwesomeApp' with the description 'A web application for managing user profiles'.

Frequently Asked Questions about long-running-agent

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

FAQPage Schema
How do I manage complex software development projects across multiple AI sessions?

To manage complex software development projects across multiple AI sessions, you need a long-running agent protocol that preserves project context and maintains consistent progress using dedicated tracking files within the .claude/ directory.

What is the best way to prevent context loss during incremental feature development?

Preventing context loss during incremental feature development is achieved by delegating tasks to isolated SubAgents, which prevents context contamination and records project status meticulously in dedicated progress files.

How do I track project progress for large-scale applications with many features?

You track project progress for large-scale applications by utilizing dedicated files like progress.md and features.xml to meticulously record and manage project status, ensuring seamless resumption across different work sessions.

Does the long-running-agent protocol support task delegation for isolated development environments?

Yes, the long-running-agent protocol supports task delegation through a SubAgent architecture, enabling isolated development agents to handle specific tasks without context contamination across multi-session workflows.

When should I use a SubAgent architecture for project management?

You should use a SubAgent architecture for project management when developing full-stack applications with over 50 features, ensuring tasks are clearly defined, delegated, and resumed seamlessly across different work sessions.