/ase-task-delete
Delete the current or given task plan. Use when the user calls to "delete", "remove" or "clear" the "task", "plan", "spec", or "specification".
$ npx -y skills add rse/ase --skill ase-task-delete --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/ase-task-delete
Context preview
The summary Claude sees to decide when to auto-load this skill.
Delete the current or given task plan. Use when the user calls to "delete", "remove" or "clear" the "task", "plan", "spec", or "specification".
SKILL.md
ase-task-delete.SKILL.mdname: ase-task-delete
argument-hint: "[--help|-h] [<id>]"
description: >
Delete the current or given task plan.
Use when the user calls to "delete", "remove" or "clear" the
"task", "plan", "spec", or "specification".
user-invocable: true
disable-model-invocation: false
effort: high@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md @${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md @${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
<purpose name="ase-task-delete"> Delete a Task Plan </purpose>
<expand name="getopt" arg1="ase-task-delete"> $ARGUMENTS </expand>
<objective> *Delete* the task plan. </objective>
Procedure ---------
1. **Determine Task:**
1. Set <id><getopt-arguments/></id> initially, with any leading and trailing whitespace stripped. Inherit the always existing <ase-task-id/> from the current context. Inherit the always existing <ase-session-id/> from the current context. Do not output anything.
2. <if condition="<id/> is empty"> Set <id><ase-task-id/></id> Do not output anything. </if>
3. <if condition="<id/> does NOT match the regexp `^[a-zA-Z][a-zA-Z0-9_-]*$`"> Only output the following <template/> and then immediately *STOP* processing the entire current skill:
<template> ⧉ **ASE**: ☻ skill: **ase-task-delete**, ▶ ERROR: expected single `[<id>]` argument </template> </if>
2. **Perform Operation:**
1. Call the `ase_task_delete(id: "<id/>")` tool of the `ase` MCP server to delete the task plan content and set <text/> to the `text` output field of this `ase_task_delete` tool call. Do not output anything related to this MCP tool call.
- If <text/> starts with `ERROR:` or `WARNING:`:
Set <deleted>false</deleted> and only output the following <template/>:
<template> ⧉ **ASE**: ◉ task: **<id/>**, ▶ status: **<text/>** </template>
- If <text/> starts NOT with `ERROR:` and NOT with `WARNING:`:
Set <deleted>true</deleted> and only output the following <template/>:
<template> ⧉ **ASE**: ◉ task: **<id/>**, ▶ status: **task deleted** </template>
2. <if condition="<deleted/> is equal 'true' AND <id/> is equal <ase-task-id/> AND <ase-task-id/> is not equal 'default'"> Set <ase-task-id>default</ase-task-id>. Call the `ase_task_id(id: "<ase-task-id/>", session: "<ase-session-id/>")` tool from the `ase` MCP server to switch the task to the default task. Only output the following <template/>:
<template> ⧉ **ASE**: ◉ task: **<ase-task-id/>**, ▶ status: **task switched to default** </template> </if>
Read more
name: ase-task-delete
argument-hint: "[--help|-h] [<id>]"
description: >
Delete the current or given task plan.
Use when the user calls to "delete", "remove" or "clear" the
"task", "plan", "spec", or "specification".
user-invocable: true
disable-model-invocation: false
effort: high@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md @${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md @${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
<purpose name="ase-task-delete"> Delete a Task Plan </purpose>
<expand name="getopt" arg1="ase-task-delete"> $ARGUMENTS </expand>
<objective> *Delete* the task plan. </objective>
Procedure ---------
1. **Determine Task:**
1. Set <id><getopt-arguments/></id> initially, with any leading and trailing whitespace stripped. Inherit the always existing <ase-task-id/> from the current context. Inherit the always existing <ase-session-id/> from the current context. Do not output anything.
2. <if condition="<id/> is empty"> Set <id><ase-task-id/></id> Do not output anything. </if>
3. <if condition="<id/> does NOT match the regexp `^[a-zA-Z][a-zA-Z0-9_-]*$`"> Only output the following <template/> and then immediately *STOP* processing the entire current skill:
<template> ⧉ **ASE**: ☻ skill: **ase-task-delete**, ▶ ERROR: expected single `[<id>]` argument </template> </if>
2. **Perform Operation:**
1. Call the `ase_task_delete(id: "<id/>")` tool of the `ase` MCP server to delete the task plan content and set <text/> to the `text` output field of this `ase_task_delete` tool call. Do not output anything related to this MCP tool call.
- If <text/> starts with `ERROR:` or `WARNING:`:
Set <deleted>false</deleted> and only output the following <template/>:
<template> ⧉ **ASE**: ◉ task: **<id/>**, ▶ status: **<text/>** </template>
- If <text/> starts NOT with `ERROR:` and NOT with `WARNING:`:
Set <deleted>true</deleted> and only output the following <template/>:
<template> ⧉ **ASE**: ◉ task: **<id/>**, ▶ status: **task deleted** </template>
2. <if condition="<deleted/> is equal 'true' AND <id/> is equal <ase-task-id/> AND <ase-task-id/> is not equal 'default'"> Set <ase-task-id>default</ase-task-id>. Call the `ase_task_id(id: "<ase-task-id/>", session: "<ase-session-id/>")` tool from the `ase` MCP server to switch the task to the default task. Only output the following <template/>:
<template> ⧉ **ASE**: ◉ task: **<ase-task-id/>**, ▶ status: **task switched to default** </template> </if>
Repo: rse/ase
Other skills on ase.
- /hello
Show a nice greeting message with a timestamp. Use this, when the user wants to greet or say hello, optionally to a certain subject <subject> and in a certain language <language>.
Open skill - /ase-arch-analyze
Review software architecture, including package cohesion and inter-package coupling
Open skill - /ase-arch-discover
Discover additional, third-party components (libraries/frameworks) for the technology stack to provide needed functionality.
Open skill - /ase-code-analyze
Analyze the source code for problems in either the logic and semantics and its related control flow, performance and efficiency, or security.
Open skill - /ase-code-craft
Craft Source Code: Use when user wants to "create", "add", or "craft" a new feature from scratch.
Open skill - /ase-code-dissect
Dissect the current Git change set, treated as an epic, domain-wise and logically into cohesive parts and materialize each part in its own dedicated Git WorkTree. Use when the user calls to "dissect", "split", "break up", or "decompose" a large change set into atomic, separately
Open skill

