task-continue

Resume spec implementation from the last checkpoint after session interruption.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/srnnkls/tropos --skill task-continue-srnnkls
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-continue
Source: https://github.com/srnnkls/tropos/tree/main/skills/task-continue
Command: npx skills add https://github.com/srnnkls/tropos --skill task-continue-srnnkls

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resume spec implementation from the last checkpoint, enabling teams to pick up where a previous run paused due to context limits or session breaks.

Core Features & Use Cases

  • Checkpoint-driven resumption: loads the latest state and associated spec data to continue work without re-creating context.
  • Branch and state validation: verifies the correct git branch and commit before resuming to prevent drift.
  • Three-phase pipeline continuation: re-dispatches the next batch through testers, implementers, and reviewers to complete the spec.
  • Checkpoint update and auditing: writes updated checkpoint and task statuses after batch completion for traceability.

Quick Start

Invoke the /continue command with the target spec name to resume.

Frequently Asked Questions about task-continue

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

FAQPage Schema
How do I resume spec implementation after hitting context limits?

To resume spec implementation after hitting context limits, load the latest checkpoint data and re-dispatch the next batch through the three-phase pipeline. This prevents starting over by validating the git state and continuing exactly where the previous session paused.

What is checkpoint-driven resumption for automated git workflows?

Checkpoint-driven resumption is a workflow mechanism that loads the latest state and spec data to continue work without re-creating context. It verifies the correct git branch and commit before resuming to prevent drift, enabling teams to pick up where a previous run paused.

How do I continue a three-phase pipeline from the last checkpoint?

To continue a three-phase pipeline from the last checkpoint, re-dispatch the next batch through testers, implementers, and reviewers. The system writes updated checkpoint and task statuses after batch completion to ensure traceability for the spec.

Does branch and state validation prevent git drift when resuming tasks?

Yes, branch and state validation prevents git drift when resuming tasks. It verifies the correct git branch and commit before re-launching the pipeline, ensuring the working state matches the checkpoint data and avoiding conflicting changes.

What's the best way to handle session breaks during task dispatch?

The best way to handle session breaks during task dispatch is to invoke a continuation command with the target spec name. This loads checkpoint data, validates the git state, and re-launches the pipeline to process the next batch without losing progress.

Why is my automated workflow not picking up from the last checkpoint?

Your automated workflow may not be picking up from the last checkpoint due to a git state validation failure. The system verifies the correct git branch and commit before resuming, so any drift or incorrect branch state will halt the re-launch of the three-phase pipeline.