long-running-agent

Convert planning documents into phase-based task workflows with verification checkpoints.

284|94|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/mikeOnBreeze/cc-crossbeam --skill long-running-agent-mikeonbreeze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: long-running-agent
Source: https://github.com/mikeOnBreeze/cc-crossbeam/tree/main/.claude/skills/long-running-agent
Command: npx skills add https://github.com/mikeOnBreeze/cc-crossbeam --skill long-running-agent-mikeonbreeze

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Manually converting project specs and planning documents into structured, phase-based workflows for long-running AI agents is tedious and prone to missed checkpoints, incomplete task tracking, and skipped verification steps.

Core Features & Use Cases

  • Phase-Based Spec Decomposition: Automatically breaks down planning docs into logical phases with granular, testable tasks and clear verification checkpoints aligned with Anthropic's long-running agent best practices.
  • Agent Prompt Generation: Creates a ready-to-use claude-prompt.md file that guides autonomous agents through sequential phase execution with strict progress tracking and git checkpointing rules.
  • Use Case: If you have a full product spec for a new SaaS tool, use this skill to split it into 5 implementation phases, each with verification steps, so your long-running agent can build it autonomously without missing requirements.

Quick Start

Use the long-running-agent skill to convert your attached project SPEC.md into a phased task structure and customized agent prompt for autonomous multi-session execution.

Frequently Asked Questions about long-running-agent

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

FAQPage Schema
How do I convert a project specification into a phased workflow for autonomous AI agents?

To convert a project specification into a phased workflow, this skill breaks down planning documents into logical phases with granular, testable tasks and verification checkpoints. It automatically generates compliant task JSON files and customized agent prompts for autonomous execution.

What is a long-running agent workflow and when do I need mandatory verification checkpoints?

A long-running agent workflow is a structured, phase-based task sequence for multi-session software development requiring mandatory verification checkpoints. You need this process when executing complex project buildouts autonomously to ensure strict progress tracking and prevent skipped requirements.

How do I set up an autonomous agent prompt for multi-session software development?

You can set up an autonomous agent prompt by providing your project spec to this skill, which then generates a ready-to-use claude-prompt.md file. This prompt enforces sequential phase progression, per-task git checkpointing, and progress validation aligned with Anthropic's long-running agent engineering patterns.

Can I use my existing planning documents for task decomposition without manual reformatting?

Yes, you can use existing planning documents directly for task decomposition. The skill processes your attached project SPEC.md automatically, splitting it into implementation phases with granular tasks and verification steps without requiring you to manually restructure the document beforehand.

What is the best way to track progress and enforce git checkpointing during autonomous task execution?

The best way to track progress and enforce git checkpointing is by generating a task JSON file and customized agent prompt that mandate per-task git commits. This approach aligns with long-running agent best practices to validate progress sequentially across each implementation phase.