festina-save

Create WIP commits and update plans for in-progress Festina Lente tasks.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/mattfletcher94/festinalente --skill festina-save
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: festina-save
Source: https://github.com/mattfletcher94/festinalente/tree/main/apps/festinalente/src/content/skills/festina-save
Command: npx skills add https://github.com/mattfletcher94/festinalente --skill festina-save

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save partial implementation progress when interrupted. The task remains in progress, commits current code changes, and updates plan checkboxes to reflect actual progress.

Core Features & Use Cases

  • Save in-progress work as a WIP commit to guard against data loss during interruptions.
  • Update and align the task plan to reflect completed steps, keeping the roadmap in sync with code changes.
  • Resume work quickly by loading the last committed state and the latest plan when reactivating a task.

Quick Start

Run /festina-save <task-id> to capture current work as a WIP save and prepare the task for later resumption.

Frequently Asked Questions about festina-save

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

FAQPage Schema
How do I save WIP progress for an in-progress task before an interruption?

Saving WIP progress involves creating a structured commit for current code changes and updating the task plan checkboxes to reflect completed steps, ensuring work remains resumable after interruptions.

What does a WIP commit do for version control and task management?

A WIP commit captures partial implementation progress in version control while keeping the task management plan in sync, allowing you to guard against data loss and resume work from the exact saved state later.

How do I resume work on a task after saving WIP progress?

Resuming work requires reactivating the task to load the last committed state and the latest plan, picking up exactly where the structured WIP commit left off under the .festinalente/tasks/ directory.

Does festina-save work with tasks that are not marked as in-progress?

No, festina-save verifies that the task status is in-progress before applying the WIP save, ensuring only active tasks tracked under .festinalente/tasks/ receive commits and plan updates.

Can I update my task plan checkboxes automatically when committing code changes?

Yes, the Skill reads the existing task plan, aligns checkboxes to reflect completed steps, and commits the changes together so your roadmap stays synchronized with your actual code progress.