task-continue

Resume in-progress tasks from progressing.txt and generate a structured continuation briefing.

11|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/dnviti/arsenale --skill task-continue
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: task-continue
Source: https://github.com/dnviti/arsenale/tree/main/.claude/skills/task-continue
Command: npx skills add https://github.com/dnviti/arsenale --skill task-continue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resume in-progress tasks from progressing.txt by reading state, selecting a task, and producing a clear continuation briefing that guides the next steps.

Core Features & Use Cases

  • Identify tasks marked with [~] in progressing.txt and surface them for continuation.
  • If exactly one [~] task exists, automatically select it; if multiple exist, prompt for user selection.
  • Read the complete task block and extract DESCRIZIONE, DETTAGLI TECNICI, and FILE COINVOLTI to inform the continuation plan.
  • Generate a structured continuation briefing detailing current state, remaining work, and concrete next steps; optionally identify files to create or modify.

Quick Start

Tell me which in-progress task to continue and generate a continuation briefing.

Frequently Asked Questions about task-continue

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

FAQPage Schema
How do I resume an in-progress task tracked in progressing.txt?▼

To resume an in-progress task, the Skill reads progressing.txt, identifies items marked with [~], and generates a structured continuation briefing that details the current state and concrete next steps.

What happens when multiple in-progress tasks exist in progressing.txt?▼

When multiple in-progress tasks marked with [~] exist in progressing.txt, the Skill prompts you to select which task to continue before generating the continuation briefing.

How does the continuation briefing plan the next steps for engineering work?▼

The continuation briefing reads DESCRIZIONE, DETTAGLI TECNICI, and FILE COINVOLTI blocks from progressing.txt to assess the task state, plan remaining work, and optionally identify files to modify.

Do I need any specific dependencies to generate a task continuation briefing?▼

No external dependencies are required to generate a continuation briefing; the Skill only requires a valid progressing.txt file containing task descriptions and technical details to function.

Can I automatically continue a task if only one item is marked in-progress?▼

Yes, if exactly one task marked with [~] exists in progressing.txt, the Skill automatically selects that in-progress task and proceeds to generate the continuation briefing.

What's the best way to track engineering workflow state for task resumption?▼

Tracking engineering workflow state in a progressing.txt file using [~] markers for in-progress tasks allows the Skill to parse task blocks and produce structured resumption plans.