continue

Resume paused feature development from handoff.json and continue-here.md.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/mikemyl/verified-development --skill continue-mikemyl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continue
Source: https://github.com/mikemyl/verified-development/tree/main/skills/continue
Command: npx skills add https://github.com/mikemyl/verified-development --skill continue-mikemyl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you pick up where you left off in a paused feature development workflow, providing context and guiding the next steps.

Core Features & Use Cases

  • State Restoration: Retrieves and validates the state of a paused feature from handoff.json and continue-here.md.
  • User Briefing: Provides a concise summary of the current state, completed tasks, and next action.
  • Action Routing: Suggests the next concrete action to take, such as continuing implementation or transitioning to the next phase.
  • Validation and Safety Checks: Includes checks for git head consistency and blocking blockers to ensure a safe continuation of the workflow.

Quick Start

Resume the feature development workflow by typing /continue.

Frequently Asked Questions about continue

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

FAQPage Schema
How do I resume a paused feature development workflow?

Resuming a paused feature development workflow involves reading handoff.json and continue-here.md to retrieve your previous state, validating it against the latest git head, and identifying any blocking issues before proceeding.

What is a handoff.json file used for in feature development?

A handoff.json file stores the paused state of a feature development workflow, allowing tools to retrieve and validate completed tasks and determine the next concrete action upon resuming.

How do I ensure consistency with the latest git state when resuming development?

To ensure consistency with the latest git state when resuming development, the Skill performs validation and safety checks against the current git head to detect any discrepancies or blocking issues before continuing implementation.

Can I get a summary of completed tasks and next actions after pausing a feature?

Yes, you can get a summary of completed tasks and next actions after pausing a feature, as the Skill provides a concise user briefing detailing the current state and suggesting the next concrete action to take.

What are the limitations of using a continue command for workflow state restoration?

Limitations of using a continue command include its dependency on the existence of handoff.json and continue-here.md files, and its inability to proceed if validation checks detect blocking issues or an inconsistent git head state.