long-task

Initialize and manage long-running tasks across multiple sessions with progress tracking.

3|3|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/genomewalker/cc-soul --skill long-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: long-task
Source: https://github.com/genomewalker/cc-soul/tree/main/skills/long-task
Command: npx skills add https://github.com/genomewalker/cc-soul --skill long-task

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides persistent memory and structured management for tasks that span multiple user sessions, preventing loss of progress and context.

Core Features & Use Cases

  • Task Initialization: Start new long-running tasks with defined goals and completion criteria.
  • Progress Tracking: Log significant events, checkpoints, and updates throughout the task lifecycle.
  • Resumption: Automatically injects context for active tasks when a session starts.
  • Completion: Marks tasks as complete and captures outcome summaries.
  • Use Case: Developing a complex software feature that requires several days of work across multiple coding sessions. This Skill ensures that progress is saved, and the AI can pick up exactly where it left off, remembering all previous decisions and implemented code.

Quick Start

Use the long-task skill to start a new task with the goal of implementing the user authentication system.

Frequently Asked Questions about long-task

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

FAQPage Schema
How do I manage long-running tasks across multiple coding sessions?

To manage long-running tasks across multiple coding sessions, you can initialize a task with defined goals and log progress events. This ensures continuity by injecting saved context when a new session starts.

What is the best way to track progress for multi-stage development projects?

The best way to track progress for multi-stage development projects is by logging significant events and checkpoints throughout the task lifecycle. This persistent memory prevents the loss of context and implemented code history.

Can I resume a complex software feature task after closing my environment?

Yes, you can resume a complex software feature task after closing your environment. The session management system automatically injects active task context upon resumption, allowing the AI to pick up exactly where it left off.

Does multi-session task management work without external dependencies?

Yes, multi-session task management works without external dependencies. The skill operates independently using internal scripts and specific MCP tools to handle task lifecycle management and coordination.

How do I mark a long-running task as complete and save the outcome?

To mark a long-running task as complete and save the outcome, you use the completion marking feature. This captures and stores a final outcome summary for the complex project before closing the task lifecycle.