Install
$ agentstack add skill-rse-ase-ase-task-view ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
@${CLAUDESKILLDIR}/../../meta/ase-control.md @${CLAUDESKILLDIR}/../../meta/ase-skill.md @${CLAUDESKILLDIR}/../../meta/ase-getopt.md
View a Task Plan
$ARGUMENTS
View the task plan.
Procedure ---------
- Determine Task:
- Set initially, with any leading and trailing
whitespace stripped. Inherit the always existing from the current context. Do not output anything.
- is empty">
Set Do not output anything.
- does NOT match the regexp
^[a-zA-Z][a-zA-Z0-9_-]*$">
Only output the following and then immediately STOP processing the entire current skill:
⧉ ASE: ☻ skill: ase-task-view, ▶ ERROR: expected single [] argument
- Perform Operation:
- Call the
ase_task_load(id: "")tool of theaseMCP
server to load the task plan content and set to the text output field of this ase_task_load tool call. Do not output anything related to this MCP tool call.
- If starts with
ERROR:orWARNING::
Set (set content to empty). Only output the following :
⧉ ASE: ◉ task: **, ▶ status: **
- If starts NOT with
ERROR:and NOT withWARNING::
Set (set content to text). Calculate the number of words of . Only output the following :
⧉ ASE: ◉ task: **, ✪ plan: words, ▶ status: plan loaded**
- is not empty">
Treat as verbatim Markdown. Render plan: Only output the following . If is not true, is longer than 90 lines, and a ## IMPLEMENTATION DRAFT section (from the companion skill ase-task-preflight) exists, replace the entire content of the ## IMPLEMENTATION DRAFT section with [...]. Else, do not truncate, summarize, or partially show the plan. Use the following :
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.