delete

Delete a spec plan and its associated files after interactive confirmation.

Updated Nov 15, 2025
One-click install
npx skills add https://github.com/cloudvoyant/claudevoyant --skill delete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delete
Source: https://github.com/cloudvoyant/claudevoyant/tree/main/plugins/spec/skills/delete
Command: npx skills add https://github.com/cloudvoyant/claudevoyant --skill delete

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a secure and confirmed method to permanently remove spec plans and all associated files, ensuring a clean project environment.

Core Features & Use Cases

  • Plan Deletion: Safely removes a specified spec plan and its entire directory.
  • Confirmation Prompts: Implements multi-stage confirmation to prevent accidental data loss.
  • Use Case: If a user decides a particular plan is no longer needed or was created in error, they can use this skill to ensure it's completely removed from the system.

Quick Start

Use the delete skill to permanently remove the plan named 'feature-auth'.

Frequently Asked Questions about delete

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

FAQPage Schema
How do I permanently delete a spec plan and its associated files?

To permanently delete a spec plan, you must provide the plan name as an argument or select it interactively. The system removes the plan definitions, implementation details, and logs while using multi-stage confirmation prompts to prevent accidental data loss.

What is the safest way to remove a spec plan from my project environment?

The safest way to remove a spec plan is using a confirmed deletion process that requires multi-stage interactive prompts. This ensures data integrity by verifying user intent before permanently deleting the plan directory and all associated workflow files.

Do I need a specific plan name to delete spec plans?

You do not need a specific plan name to delete spec plans. You can pass a plan name as an argument, or if no name is provided, you can interactively select the desired plan from a list of existing plans to remove.

What files are removed when I delete a spec plan?

Deleting a spec plan removes the entire plan directory. This includes all plan definitions, implementation details, and logs, ensuring that the specified plan is completely removed from the system.

Can I recover a plan after using a permanent delete workflow?

No, you cannot recover a plan after permanent deletion. The process is designed to completely remove the plan and its associated files from the system, relying on interactive confirmation prompts to prevent accidental data loss beforehand.

When should I use a permanent deletion process for project cleanup?

You should use permanent deletion for project cleanup when a plan is no longer needed or was created in error. This ensures a clean project environment by safely removing the entire spec plan directory and associated workflow files.