resume-plan

Installation
SKILL.md

Skill: Resume Plan

What This Skill Does

Bridges the gap between planning artifacts and implementation. When a new session starts and the agent needs to continue work on an existing plan, this skill:

  1. Finds the active plan and identifies the current phase
  2. Reads all relevant artifacts in the correct order (context bootstrap)
  3. Validates that prerequisites for the current phase are met
  4. Presents a concise briefing to the agent/user: what to do, where to look, what was decided
  5. Prepares the todo list as the working entry point

Why This Skill Exists

Planning skills (create-plan, update-plan) produce artifacts. Implementation happens across sessions. Without a defined bootstrap procedure, every new session starts with ad-hoc exploration -- the agent must independently discover which plan exists, which phase is active, what was decided, and what files to read. This wastes context budget and risks missing critical decisions from prior sessions.

This skill codifies the read-path that complements the write-path of the other planning skills.

When to Use

Installs
1
GitHub Stars
1
First Seen
Mar 3, 2026
resume-plan — flitzrrr/opencode-processing-skills