speckit-resume

Resume interrupted Speckit development workflows from a detected breakpoint.

15|5|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/connor-git-yaml/cc-plugin-market --skill speckit-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-resume
Source: https://github.com/connor-git-yaml/cc-plugin-market/tree/main/plugins/spec-driver/skills/speckit-resume
Command: npx skills add https://github.com/connor-git-yaml/cc-plugin-market --skill speckit-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit development workflows are frequently interrupted; this skill proactively scans existing artifacts to locate the interruption point and resumes orchestration from that breakpoint.

Core Features & Use Cases

  • Resume interrupted Speckit pipelines by detecting where processing stopped and continuing with subsequent stages.
  • Initialize project state, load configuration with presets, and coordinate sub-agents to regenerate only the remaining steps.
  • Use Case: If a feature is partially developed across specs, plans, and tasks, this skill will pick up from the last completed stage to finish the remainder.

Quick Start

Run the resume flow to scan existing artifacts and continue from the detected breakpoint.

Frequently Asked Questions about speckit-resume

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

FAQPage Schema
How do I resume an interrupted Speckit development workflow from a breakpoint?

To resume an interrupted Speckit workflow, the skill scans existing artifacts to locate the exact breakpoint and continues orchestration from that checkpoint. It reads existing specs, plans, and tasks to determine the recovery point and regenerates only the remaining steps.

What is the best way to recover a partially developed feature across specs, plans, and tasks?

Recovering a partially developed feature requires scanning the existing artifact set to find the last completed stage. This skill detects where the spec-to-plan-to-code sequence stopped and picks up orchestration to finish the remainder of the pipeline.

Do I need existing artifacts to use the Speckit resume mechanism?

Yes, existing artifacts are required. The resume mechanism is designed for Speckit projects that already have an artifact set where a spec-to-plan-to-code sequence was interrupted and must be resumed from a known checkpoint.

How does the orchestrator determine the recovery point when resuming a checkpoint?

The orchestrator determines the recovery point by running initialization checks, loading configuration with presets, and mapping prompt sources. It then reads the existing specs, plans, and tasks to locate the exact stage where processing previously stopped.

Can I coordinate sub-agents to regenerate only the remaining steps of a workflow?

Yes, you can coordinate sub-agents to regenerate only the remaining steps. After the breakpoint is located, the skill initializes project state and orchestrates sub-agents to execute the subsequent stages without duplicating completed work.