feature-continue

Resume interrupted feature development from a task-list.md using PM-DB tracking.

3|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/artsmc/claude-dev-agents --skill feature-continue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-continue
Source: https://github.com/artsmc/claude-dev-agents/tree/main/skills/feature-continue
Command: npx skills add https://github.com/artsmc/claude-dev-agents --skill feature-continue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineering teams resume interrupted feature development by preserving PM-DB tracking across sessions and preventing data loss.

Core Features & Use Cases

  • Seamless resume: Detects last completed task and continues from the next, without redoing work.
  • PM-DB continuity: Uses a single phase_run to maintain end-to-end traceability of the feature work.
  • Scoped recovery: Works from a task-list.md location, supporting scenarios like crashes, pauses, and intentional halts.

Quick Start

Use the feature-continue command to resume from your existing task list.

Frequently Asked Questions about feature-continue

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

FAQPage Schema
How do I resume interrupted feature development without losing PM-DB tracking?

To resume interrupted feature development while preserving PM-DB tracking, you need a task-list.md file and a PM-DB import. The feature-continue command detects the last completed checkpoint and continues remaining tasks without duplication.

What do I need to set up before I can resume feature work across sessions?

To resume feature work across sessions, you need an existing task-list.md file path and a PM-DB import. This setup provides the resume context needed to seamlessly recover remaining tasks after outages or intentional halts.

How does PM-DB continuity work when recovering from a paused phase run?

PM-DB continuity works during a paused phase run by using a single phase_run to maintain end-to-end traceability. It passes resume context to detect the last completed task and continues from the next task without redoing work.

Can I use this to recover task lists after a crash or intentional halt?

Yes, you can recover task lists after a crash or intentional halt. The feature-continue command works directly from your task-list.md location to support scoped recovery, preventing data loss and seamlessly continuing remaining tasks.

What's the best way to prevent task duplication when resuming a feature workflow?

The best way to prevent task duplication when resuming a feature workflow is to use a PM-DB phase_run. It automatically detects the last completed task in your task-list.md and continues from the next step without redoing completed work.