copilot-near-marathon-mode

Coordinate long-running tasks into audit-ready stages for user approval.

2|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/anyekoutouming/anyekoutouming --skill copilot-near-marathon-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: copilot-near-marathon-mode
Source: https://github.com/anyekoutouming/anyekoutouming/tree/main/copilot-near-marathon-mode
Command: npx skills add https://github.com/anyekoutouming/anyekoutouming --skill copilot-near-marathon-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate long-running task execution by splitting work into audit-ready stages for user approval.

Core Features & Use Cases

  • Two-round mechanism: initial plan and post-approval batch execution.
  • Batch processing with automatic progress reporting and persisted state.
  • Resume and compact strategies using .marathon-<task>.json artifacts to survive restarts.
  • Support for auto-branching into new sessions when context is near limit.

Quick Start

Describe your task briefly and trigger the marathon flow by saying '按长跑模式做:<任务简述>'.

Frequently Asked Questions about copilot-near-marathon-mode

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

FAQPage Schema
How do I manage long-running task execution across multiple sessions?

Resume-capable workflows use persisted .marathon-<task>.json artifacts to maintain context and continuity, allowing you to restart batch processing from the last checkpoint without losing progress.

What is the two-round planning and execution model for batch processing?

The two-round model consists of an initial planning phase followed by post-approval batch execution, ensuring staged delivery with checkpoints before proceeding with the actual work.

Can I resume a workflow if the context limit is reached mid-task?

Yes, you can resume workflows if the context limit is reached because the system supports auto-branching into new sessions and uses compact strategies to preserve task state.

How do I start a batch processing task with staged delivery checkpoints?

Describe your task briefly and trigger the marathon flow by saying '按长跑模式做:<任务简述>' to initialize the staged delivery and checkpoint workflow.

When should I use an audit-ready staged delivery approach for task routing?

Use an audit-ready staged delivery approach for projects requiring strict checkpoints, user approval between phases, and resume-capable runs across sessions to ensure continuous context.