checkpoint

Summarize brainstorm sessions into a checkpoint file with decisions and open questions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mikeparcewski/wicked-prezzie --skill checkpoint-mikeparcewski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/mikeparcewski/wicked-prezzie/tree/main/skills/checkpoint
Command: npx skills add https://github.com/mikeparcewski/wicked-prezzie --skill checkpoint-mikeparcewski

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill captures and preserves the outcomes of brainstorming sessions in a durable checkpoint, preventing context loss between work sessions.

Core Features & Use Cases

  • Creates a single source of truth for deck projects by recording decisions, work completed, open questions, and next steps.
  • Supports resuming work after pauses by providing a structured checkpoint file at {project-dir}/checkpoint.md.
  • Works across brainstorms, riffing sessions, and build sprints to maintain continuity.

Quick Start

Run a brainstorm or riffing session and save the resulting state to {project-dir}/checkpoint.md

Frequently Asked Questions about checkpoint

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

FAQPage Schema
How do I preserve brainstorm decisions across work sessions?

To preserve brainstorm decisions across work sessions, you need a checkpointing process that summarizes ideation outcomes into a durable file. This captures decisions, open questions, and next steps to prevent context loss when resuming work.

What is the best way to maintain project continuity during build sprints?

Maintaining project continuity during build sprints requires creating a single source of truth that records the current project state. By capturing completed work and open questions, you can easily ready the project for the next sprint session.

How do I save a brainstorming session summary to a markdown file?

You can save a brainstorming session summary to a markdown file by writing the captured decisions and next steps directly to a checkpoint.md file in your project directory. This overwrites the previous state to reflect the latest session outcomes.

Can I overwrite a previous checkpoint with the latest riffing session state?

Yes, you can overwrite a previous checkpoint with the latest riffing session state. The checkpoint file is continuously updated to reflect the most current decisions, ensuring your project directory always holds the latest session context.

Does session management for ideation require any external dependencies?

No, session management for ideation does not require any external dependencies to capture and preserve your decisions. The checkpoint process writes directly to your local project directory without needing additional components or frameworks.