ase-task-view
SolidView current or given task plan. Use when the user calls to "view", "show" or "see" the "task", "plan", "spec", or "specification".
Code & Development 42 stars
4 forks Updated yesterday Apache-2.0
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
<skill name="ase-task-view">
View a Task Plan
</skill>
<expand name="getopt"
arg1="ase-task-view"
arg2="--full|-f">
$ARGUMENTS
</expand>
<objective>
*View* 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.
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-view**, ▶ ERROR: expected single `[<id>]` argument
</template>
</if>
2. **Perform Operation**:
1. Call the `ase_task_load(id: "<id/>")` tool of the `ase` MCP
server to load the task plan content and set <text/> to the
`text` output field of this `ase_task_load` tool call. Do not
output anything related to this MCP tool call.
- If <text/> starts with `ERROR:` or `WARNING:`:
Set <task-content></task-content> (set task content to empty).
...
Details
- Author
- rse
- Repository
- rse/ase
- Created
- 3 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Solid
ase-task-list
List all available task ids. Use when user wants to see all tasks.
42 Updated yesterday
rse Code & Development Solid
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".
42 Updated yesterday
rse Code & Development Solid
ase-task-grill
Interview the user relentlessly about the task plan until reaching a shared understanding, resolving each branch of the question decision tree. Use when the user wants to stress-test a plan, get grilled on their plan, or mentions "grill me" or "grill plan".
42 Updated yesterday
rse