festina-delete

Deletes a backlog task from Festina Lente's task board with validation and git commit.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deleting a backlog task from Festina Lente helps teams remove clutter and discard unnecessary work items, keeping the board focused on active priorities.

Core Features & Use Cases

  • Validation: Ensures the selected task is in backlog before deletion.
  • Safety & Audit: Prompts for confirmation and records a git commit documenting the deletion.
  • End-to-End Cleanup: Removes the task folder and its associated history from the Festina workspace.

Quick Start

Run the festina-delete command with the task ID to permanently delete that backlog task.

Frequently Asked Questions about festina-delete

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

FAQPage Schema
How do I permanently delete a backlog task from a Festina workspace?

To permanently delete a backlog task from a Festina workspace, you run the delete command with the specific task ID. The process validates the task is in backlog, prompts for confirmation, removes the folder, and records a git commit.

Can I delete a Festina task if it is not in the backlog?

You cannot delete a Festina task if it is not in the backlog. The process enforces validation checks to ensure the selected task is in the backlog before allowing any deletion to proceed, preventing accidental removal of active items.

Does deleting a Festina backlog task record the action in version history?

Deleting a Festina backlog task records the action in version history by creating a proper git commit. This safety and audit mechanism documents the deletion so the change is tracked in the workspace.

What safety checks are involved when removing a task from a Festina board?

Removing a task from a Festina board involves safety checks including branch verification, user confirmation, and proper git commits. These checks ensure no unintended deletion occurs from non-backlog items.

Why should I clean up tasks from the Festina Lente backlog?

Cleaning up tasks from the Festina Lente backlog helps teams remove clutter and discard unnecessary work items. This keeps the board focused on active priorities and maintains a streamlined workspace.

What happens to the task folder and history when I delete a backlog item?

When you delete a backlog item, the task folder and its associated history are removed from the Festina workspace. This end-to-end cleanup ensures the task and its records are completely discarded.