task-execute

Automates long-running, multi-session tasks with context, progress, and state preservation.

109|17|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/312362115/claude --skill task-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-execute
Source: https://github.com/312362115/claude/tree/main/skills/task-execute
Command: npx skills add https://github.com/312362115/claude --skill task-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables Claude to manage and execute long-running tasks across multiple sessions, preserving context, progress, and state between conversations to avoid fragmentation and loss of work.

Core Features & Use Cases

  • Long-running task orchestration: maintains continuity across sessions and handles multi-phase workflows.
  • Initializer, plan, and coding loop: bootstraps environments, structures work, and increments through functionality with traceable commits.
  • Cross-session progress tracking and safety guards: ensures verifiable progress, end-to-end validation, and timely safety exits when needed.
  • Use Case: teams building a large feature across days can start with task-start, continue with task-execute, and finalize with task-finish, while preserving context.

Quick Start

Start a long-running task by launching the task-execute workflow for a multi-session project, for example by initiating a new long-running task and asking Claude to maintain progress across sessions.

Frequently Asked Questions about task-execute

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

FAQPage Schema
How do I maintain context for long-running tasks across multiple Claude sessions?

To maintain context for long-running tasks across multiple Claude sessions, use cross-session task automation that preserves progress and state. This Skill implements an initializer, plan mode, and iterative coding loop to sustain project momentum and restore context between conversations.

What is the best way to automate multi-phase feature development without losing progress?

The best way to automate multi-phase feature development without losing progress is using a structured workflow that bootstraps tooling, scopes design in plan mode, and iteratively codes with traceable commits. Cross-session continuity safeguards ensure verifiable progress and end-to-end validation.

Can I use Claude for architectural planning that spans several days?

Yes, you can use Claude for architectural planning that spans several days by applying cross-session task execution. It structures multi-phase work with context persistence, allowing you to start, continue, and finalize long-running projects while preserving state and avoiding fragmentation.

How does cross-session task execution handle context restoration?

Cross-session task execution handles context restoration through built-in safeguards that track progress and restore state between conversations. It uses an initializer to bootstrap tooling and maintains an iterative coding loop to ensure continuity and avoid loss of work across sessions.

Do I need any specific dependencies to run multi-session task workflows?

No specific dependencies are required to run multi-session task workflows. This Skill operates independently to automate long-running task execution, providing its own initializer, plan mode, and coding loop to manage context persistence and progress tracking across sessions.

Why does my long-running task workflow lose context between conversations?

Your long-running task workflow loses context between conversations because standard sessions lack state persistence. Cross-session task automation solves this by implementing progress tracking, context restoration safeguards, and an iterative coding loop to maintain continuity and avoid fragmentation.