continuous-planner

Automate creation and maintenance of persistent three-file plans across sessions.

Updated Nov 22, 2025
One-click install
npx skills add https://github.com/Khamel83/oneshot --skill continuous-planner
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: continuous-planner
Source: https://github.com/Khamel83/oneshot/tree/main/archive/v9/skills/continuous-planner
Command: npx skills add https://github.com/Khamel83/oneshot --skill continuous-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It enables teams to maintain a durable, cross-session plan by organizing decisions, findings, and progress into three shared files that survive interruptions and model switches.

Core Features & Use Cases

  • Maintains continuity across sessions with task_plan.md, findings.md, and progress.md.
  • Enables multi-model coordination by providing a single source of truth for projects.
  • Supports Beads-driven tracking and checkpointing to reflect progress and decisions over time.

Quick Start

Say "cp" to start a new continuous plan for your project and generate the three files.

Frequently Asked Questions about continuous-planner

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

FAQPage Schema
How do I maintain a persistent project plan across multiple AI model sessions?▼

A persistent three-file plan uses task_plan.md, findings.md, and progress.md to store decisions and progress, ensuring continuity when switching models. This pattern survives interruptions and maintains a single source of truth for long-running projects.

What is the three-file pattern for cross-model project management?▼

The three-file pattern for project management splits information into task_plan.md for planning, findings.md for discoveries, and progress.md for tracking. This structure provides a durable decision log and single source of truth for coordinating work across different AI models.

How do I start a continuous plan using the three-file structure?▼

To start a continuous plan, trigger the command "cp" to automatically generate the three required files: task_plan.md, findings.md, and progress.md. This initializes a persistent planning structure for your project and integrates Beads-driven progress tracking.

Can I use Beads for progress tracking within a persistent markdown project plan?▼

Yes, Beads integrates with persistent markdown project plans to drive progress tracking and checkpointing. It reflects decisions and updates over time directly within the progress.md file of the three-file structure.

Does a three-file continuous plan work for long-running projects with frequent model switches?▼

A three-file continuous plan is specifically designed for long-running projects requiring cross-model coordination. The durable files serve as a shared decision log, maintaining continuity and single-source-of-truth accuracy despite frequent model switches.

When should I not use a continuous three-file plan for project management?▼

A continuous three-file plan should not be used for short-lived, single-session tasks that do not require durable decision logs or cross-model coordination. It is built for long-running projects where maintaining persistent continuity across interruptions is essential.