delete-projectlisted
Install: claude install-skill aitit-inc/lead-ace
# Delete Project
A skill that permanently deletes a project and all its associated data (prospects, outreach logs, responses, evaluations) from the server.
## Steps
### 1. Verify Arguments
- Project ID: `$0` (required)
Return an error if `$0` is empty.
### 2. Confirm Deletion
Use AskUserQuestion to ask: "Are you sure you want to delete project '$0' and ALL its data (prospects, outreach logs, responses, evaluations, documents)? This cannot be undone."
If the user declines, abort.
### 3. Delete Project
Call `mcp__plugin_lead-ace_api__delete_project` with `projectId: "$0"`.
If the tool returns a "Project not found" error, report that the project does not exist and exit.
### 4. Completion Report
- Confirm project "$0" and all its data have been deleted