@rse/ase 0.0.56 → 0.0.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.github/plugin/plugin.json +1 -1
- package/plugin/etc/markdownlint.yaml +1 -0
- package/plugin/meta/ase-constitution.md +2 -1
- package/plugin/meta/ase-getopt.md +5 -4
- package/plugin/meta/ase-skill.md +24 -7
- package/plugin/package.json +1 -1
- package/plugin/skills/ase-arch-analyze/SKILL.md +3 -10
- package/plugin/skills/ase-arch-analyze/help.md +50 -0
- package/plugin/skills/ase-arch-discover/SKILL.md +1 -9
- package/plugin/skills/ase-arch-discover/help.md +48 -0
- package/plugin/skills/ase-code-analyze/SKILL.md +1 -9
- package/plugin/skills/ase-code-analyze/help.md +47 -0
- package/plugin/skills/ase-code-craft/SKILL.md +23 -13
- package/plugin/skills/ase-code-craft/help.md +66 -0
- package/plugin/skills/ase-code-explain/SKILL.md +1 -9
- package/plugin/skills/ase-code-explain/help.md +43 -0
- package/plugin/skills/ase-code-insight/SKILL.md +1 -9
- package/plugin/skills/ase-code-insight/help.md +43 -0
- package/plugin/skills/ase-code-lint/SKILL.md +1 -9
- package/plugin/skills/ase-code-lint/help.md +54 -0
- package/plugin/skills/ase-code-refactor/SKILL.md +23 -13
- package/plugin/skills/ase-code-refactor/help.md +66 -0
- package/plugin/skills/ase-code-resolve/SKILL.md +23 -13
- package/plugin/skills/ase-code-resolve/help.md +73 -0
- package/plugin/skills/ase-docs-proofread/SKILL.md +3 -12
- package/plugin/skills/ase-docs-proofread/help.md +54 -0
- package/plugin/skills/ase-meta-changes/SKILL.md +1 -9
- package/plugin/skills/ase-meta-changes/help.md +33 -0
- package/plugin/skills/ase-meta-chat/SKILL.md +1 -8
- package/plugin/skills/ase-meta-chat/help.md +45 -0
- package/plugin/skills/ase-meta-commit/SKILL.md +1 -8
- package/plugin/skills/ase-meta-commit/help.md +31 -0
- package/plugin/skills/ase-meta-evaluate/SKILL.md +1 -9
- package/plugin/skills/ase-meta-evaluate/help.md +52 -0
- package/plugin/skills/ase-meta-persona/SKILL.md +8 -2
- package/plugin/skills/ase-meta-persona/help.md +50 -0
- package/plugin/skills/ase-meta-quorum/SKILL.md +1 -8
- package/plugin/skills/ase-meta-quorum/help.md +41 -0
- package/plugin/skills/ase-meta-search/SKILL.md +1 -8
- package/plugin/skills/ase-meta-search/help.md +39 -0
- package/plugin/skills/ase-meta-why/SKILL.md +1 -8
- package/plugin/skills/ase-meta-why/help.md +39 -0
- package/plugin/skills/ase-task-delete/SKILL.md +3 -7
- package/plugin/skills/ase-task-delete/help.md +47 -0
- package/plugin/skills/ase-task-edit/SKILL.md +4 -11
- package/plugin/skills/ase-task-edit/help.md +75 -0
- package/plugin/skills/ase-task-id/SKILL.md +5 -4
- package/plugin/skills/ase-task-id/help.md +42 -0
- package/plugin/skills/ase-task-implement/SKILL.md +3 -9
- package/plugin/skills/ase-task-implement/help.md +56 -0
- package/plugin/skills/ase-task-list/SKILL.md +5 -4
- package/plugin/skills/ase-task-list/help.md +43 -0
- package/plugin/skills/ase-task-preflight/SKILL.md +3 -9
- package/plugin/skills/ase-task-preflight/help.md +58 -0
- package/plugin/skills/ase-task-reboot/SKILL.md +3 -9
- package/plugin/skills/ase-task-reboot/help.md +55 -0
- package/plugin/skills/ase-task-rename/SKILL.md +3 -8
- package/plugin/skills/ase-task-rename/help.md +44 -0
- package/plugin/skills/ase-task-view/SKILL.md +3 -7
- package/plugin/skills/ase-task-view/help.md +43 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ase-meta-persona
|
|
3
|
-
argument-hint: "[<persona>]"
|
|
3
|
+
argument-hint: "[--help|-h] [<persona>]"
|
|
4
4
|
description: >
|
|
5
5
|
Adjust communication style in four intensity levels of token usage.
|
|
6
6
|
The <persona> can be either the decorative, eloquent, and explaining "writer",
|
|
@@ -16,8 +16,14 @@ effort: medium
|
|
|
16
16
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
|
|
17
17
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
18
18
|
|
|
19
|
+
<skill name="ase-meta-persona">
|
|
19
20
|
Persona Configuration
|
|
20
|
-
|
|
21
|
+
</skill>
|
|
22
|
+
|
|
23
|
+
<objective>
|
|
24
|
+
*Configure* the *persona style* of the agent to adjust the communication
|
|
25
|
+
style and token usage intensity.
|
|
26
|
+
</objective>
|
|
21
27
|
|
|
22
28
|
1. Determine request:
|
|
23
29
|
<request>$ARGUMENTS</request>
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
|
|
2
|
+
## NAME
|
|
3
|
+
|
|
4
|
+
`ase-meta-persona` - Persona Configuration
|
|
5
|
+
|
|
6
|
+
## SYNOPSIS
|
|
7
|
+
|
|
8
|
+
`ase-meta-persona`
|
|
9
|
+
[`--help`|`-h`]
|
|
10
|
+
[*persona*]
|
|
11
|
+
|
|
12
|
+
## DESCRIPTION
|
|
13
|
+
|
|
14
|
+
The `ase-meta-persona` skill gets or sets the active *communication
|
|
15
|
+
style* (persona) of the assistant. Four intensity levels of token
|
|
16
|
+
usage are supported, from most verbose to most terse:
|
|
17
|
+
|
|
18
|
+
- `writer`: decorative, eloquent, and explaining
|
|
19
|
+
- `engineer`: concise, factual, and accurate (default)
|
|
20
|
+
- `telegrapher`: brief, factual, and abbreviating
|
|
21
|
+
- `caveman`: terse, rough, and stuttering
|
|
22
|
+
|
|
23
|
+
Without arguments, the skill reports the currently active persona.
|
|
24
|
+
With a *persona* argument, it switches to that persona via the
|
|
25
|
+
`ase_persona` MCP tool.
|
|
26
|
+
|
|
27
|
+
## ARGUMENTS
|
|
28
|
+
|
|
29
|
+
*persona*:
|
|
30
|
+
The persona to activate; one of `writer`, `engineer`,
|
|
31
|
+
`telegrapher`, or `caveman`. If omitted, the currently active
|
|
32
|
+
persona is reported.
|
|
33
|
+
|
|
34
|
+
## EXAMPLES
|
|
35
|
+
|
|
36
|
+
Show the currently active persona:
|
|
37
|
+
|
|
38
|
+
```text
|
|
39
|
+
❯ /ase-meta-persona
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
Switch to the telegrapher persona:
|
|
43
|
+
|
|
44
|
+
```text
|
|
45
|
+
❯ /ase-meta-persona telegrapher
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
## SEE ALSO
|
|
49
|
+
|
|
50
|
+
`ase-task-id`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ase-meta-quorum
|
|
3
|
-
argument-hint: "<question>"
|
|
3
|
+
argument-hint: "[--help|-h] <question>"
|
|
4
4
|
description: >
|
|
5
5
|
Query Multiple AIs for Quorum Answer.
|
|
6
6
|
user-invocable: true
|
|
@@ -14,17 +14,10 @@ allowed-tools:
|
|
|
14
14
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
|
|
15
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
16
16
|
|
|
17
|
-
Query Multiple AIs for Quorum Answer
|
|
18
|
-
====================================
|
|
19
|
-
|
|
20
17
|
<skill name="ase-meta-quorum">
|
|
21
18
|
Query Multiple AIs for Quorum Answer
|
|
22
19
|
</skill>
|
|
23
20
|
|
|
24
|
-
<role>
|
|
25
|
-
Your role is an *expert-level assistant*.
|
|
26
|
-
</role>
|
|
27
|
-
|
|
28
21
|
<objective>
|
|
29
22
|
Find a *quorum answer* on an arbitrary question,
|
|
30
23
|
by querying *multiple* AIs for an *optimal consensus*.
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
|
|
2
|
+
## NAME
|
|
3
|
+
|
|
4
|
+
`ase-meta-quorum` - Query Multiple AIs for Quorum Answer
|
|
5
|
+
|
|
6
|
+
## SYNOPSIS
|
|
7
|
+
|
|
8
|
+
`ase-meta-quorum`
|
|
9
|
+
[`--help`|`-h`]
|
|
10
|
+
*question*
|
|
11
|
+
|
|
12
|
+
## DESCRIPTION
|
|
13
|
+
|
|
14
|
+
The `ase-meta-quorum` skill finds a *quorum answer* on an arbitrary
|
|
15
|
+
question by querying *multiple* AIs (Anthropic Claude itself plus
|
|
16
|
+
OpenAI ChatGPT, Google Gemini, DeepSeek, xAI Grok, Z.AI GLM, and
|
|
17
|
+
Alibaba Qwen) for an *optimal consensus*.
|
|
18
|
+
|
|
19
|
+
The skill first previews its own answer, then dispatches the same
|
|
20
|
+
query to each available foreign LLM via the `ase:ase-meta-chat`
|
|
21
|
+
sub-agent, summarizes all responses, derives a *consensus rate* on
|
|
22
|
+
a Likert scale of `0..N` (where `N` is the number of available
|
|
23
|
+
responders), and reports the consensus answer alongside the
|
|
24
|
+
complete, unmodified individual responses.
|
|
25
|
+
|
|
26
|
+
## ARGUMENTS
|
|
27
|
+
|
|
28
|
+
*question*:
|
|
29
|
+
The question to ask all available AIs.
|
|
30
|
+
|
|
31
|
+
## EXAMPLES
|
|
32
|
+
|
|
33
|
+
Ask the quorum a factual question:
|
|
34
|
+
|
|
35
|
+
```text
|
|
36
|
+
❯ /ase-meta-quorum What are the most common causes of memory leaks in Node.js?
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
## SEE ALSO
|
|
40
|
+
|
|
41
|
+
`ase-meta-chat`, `ase-meta-search`, `ase-meta-evaluate`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ase-meta-search
|
|
3
|
-
argument-hint: "<query>"
|
|
3
|
+
argument-hint: "[--help|-h] <query>"
|
|
4
4
|
description: >
|
|
5
5
|
Search the Internet/Web with a query.
|
|
6
6
|
Prefer this skill before using Perplexity, Brave and WebSearch.
|
|
@@ -18,17 +18,10 @@ allowed-tools:
|
|
|
18
18
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
|
|
19
19
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
20
20
|
|
|
21
|
-
Search the Internet/Web
|
|
22
|
-
=======================
|
|
23
|
-
|
|
24
21
|
<skill name="ase-meta-search">
|
|
25
22
|
Search the Internet/Web
|
|
26
23
|
</skill>
|
|
27
24
|
|
|
28
|
-
<role>
|
|
29
|
-
Your role is an expert-level *web specialist*.
|
|
30
|
-
</role>
|
|
31
|
-
|
|
32
25
|
<objective>
|
|
33
26
|
Your objective is to *search* the *Internet*/*Web* for the following query:
|
|
34
27
|
<query>$ARGUMENTS</query>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
|
|
2
|
+
## NAME
|
|
3
|
+
|
|
4
|
+
`ase-meta-search` - Search the Internet/Web
|
|
5
|
+
|
|
6
|
+
## SYNOPSIS
|
|
7
|
+
|
|
8
|
+
`ase-meta-search`
|
|
9
|
+
[`--help`|`-h`]
|
|
10
|
+
*query*
|
|
11
|
+
|
|
12
|
+
## DESCRIPTION
|
|
13
|
+
|
|
14
|
+
The `ase-meta-search` skill searches the *Internet*/*Web* for the
|
|
15
|
+
given *query*. It dispatches the query in parallel to all available
|
|
16
|
+
search services (Perplexity, Brave, Exa, and Claude's built-in
|
|
17
|
+
`WebSearch`) via the `ase:ase-meta-search` sub-agent and consolidates
|
|
18
|
+
all responses into a single answer without removing original
|
|
19
|
+
information.
|
|
20
|
+
|
|
21
|
+
This skill should be preferred over directly invoking Perplexity,
|
|
22
|
+
Brave, or `WebSearch` individually.
|
|
23
|
+
|
|
24
|
+
## ARGUMENTS
|
|
25
|
+
|
|
26
|
+
*query*:
|
|
27
|
+
The search query to dispatch to the search services.
|
|
28
|
+
|
|
29
|
+
## EXAMPLES
|
|
30
|
+
|
|
31
|
+
Search the Web for a topic:
|
|
32
|
+
|
|
33
|
+
```text
|
|
34
|
+
❯ /ase-meta-search latest stable release of TypeScript and release notes
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
## SEE ALSO
|
|
38
|
+
|
|
39
|
+
`ase-meta-chat`, `ase-meta-quorum`, `ase-arch-discover`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ase-meta-why
|
|
3
|
-
argument-hint: "<fact>"
|
|
3
|
+
argument-hint: "[--help|-h] <fact>"
|
|
4
4
|
description: >
|
|
5
5
|
Five-Whys Root-Cause Analysis.
|
|
6
6
|
user-invocable: true
|
|
@@ -11,17 +11,10 @@ effort: medium
|
|
|
11
11
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
|
|
12
12
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
13
13
|
|
|
14
|
-
Five-Whys Root-Cause Analysis
|
|
15
|
-
=============================
|
|
16
|
-
|
|
17
14
|
<skill name="ase-meta-why">
|
|
18
15
|
Five-Whys Root-Cause Analysis
|
|
19
16
|
</skill>
|
|
20
17
|
|
|
21
|
-
<role>
|
|
22
|
-
Your role is an *expert-level assistant*.
|
|
23
|
-
</role>
|
|
24
|
-
|
|
25
18
|
<objective>
|
|
26
19
|
Apply the *Five-Whys* *root-cause analysis* technique to investigate
|
|
27
20
|
the following problem:
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
|
|
2
|
+
## NAME
|
|
3
|
+
|
|
4
|
+
`ase-meta-why` - Five-Whys Root-Cause Analysis
|
|
5
|
+
|
|
6
|
+
## SYNOPSIS
|
|
7
|
+
|
|
8
|
+
`ase-meta-why`
|
|
9
|
+
[`--help`|`-h`]
|
|
10
|
+
*fact*
|
|
11
|
+
|
|
12
|
+
## DESCRIPTION
|
|
13
|
+
|
|
14
|
+
The `ase-meta-why` skill applies the *Five-Whys* *root-cause
|
|
15
|
+
analysis* technique to the supplied *fact*. The skill iteratively
|
|
16
|
+
asks "why" — up to five times — to drill down from surface symptoms
|
|
17
|
+
to the underlying root cause, considering technical, domain-specific,
|
|
18
|
+
process-related, and organizational causes. After identifying the
|
|
19
|
+
root cause it proposes a *SOLUTION* that addresses it, optionally
|
|
20
|
+
including concrete source code changes.
|
|
21
|
+
|
|
22
|
+
## ARGUMENTS
|
|
23
|
+
|
|
24
|
+
*fact*:
|
|
25
|
+
The observed *fact* (symptom, problem, or surprising outcome)
|
|
26
|
+
whose root cause should be investigated. The skill implicitly
|
|
27
|
+
prepends "Why" to form the initial question.
|
|
28
|
+
|
|
29
|
+
## EXAMPLES
|
|
30
|
+
|
|
31
|
+
Investigate the root cause of a build failure:
|
|
32
|
+
|
|
33
|
+
```text
|
|
34
|
+
❯ /ase-meta-why the CI build is intermittently failing on macOS runners
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
## SEE ALSO
|
|
38
|
+
|
|
39
|
+
`ase-code-analyze`, `ase-code-resolve`, `ase-arch-analyze`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ase-task-delete
|
|
3
|
-
argument-hint: "[<id>]"
|
|
3
|
+
argument-hint: "[--help|-h] [<id>]"
|
|
4
4
|
description: >
|
|
5
5
|
Delete the current or given task plan.
|
|
6
6
|
Use when the user calls to "delete", "remove" or "clear" the
|
|
@@ -13,17 +13,13 @@ effort: low
|
|
|
13
13
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
|
|
14
14
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
15
15
|
|
|
16
|
-
Delete a Task Plan
|
|
17
|
-
==================
|
|
18
|
-
|
|
19
16
|
<skill name="ase-task-delete">
|
|
20
17
|
Delete a Task Plan
|
|
21
18
|
</skill>
|
|
22
19
|
|
|
23
|
-
<
|
|
24
|
-
Your role is an experienced, *expert-level assistant*.
|
|
25
|
-
</role>
|
|
20
|
+
<objective>
|
|
26
21
|
*Delete* the task plan.
|
|
22
|
+
</objective>
|
|
27
23
|
|
|
28
24
|
Procedure
|
|
29
25
|
---------
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
|
|
2
|
+
## NAME
|
|
3
|
+
|
|
4
|
+
`ase-task-delete` - Delete a Task Plan
|
|
5
|
+
|
|
6
|
+
## SYNOPSIS
|
|
7
|
+
|
|
8
|
+
`ase-task-delete`
|
|
9
|
+
[`--help`|`-h`]
|
|
10
|
+
[*id*]
|
|
11
|
+
|
|
12
|
+
## DESCRIPTION
|
|
13
|
+
|
|
14
|
+
The `ase-task-delete` skill deletes the *task plan* identified by
|
|
15
|
+
*id*. If *id* is omitted, the *current* task id (inherited from the
|
|
16
|
+
session context) is used. When the deleted task is the current task
|
|
17
|
+
and not the `default` task, the current task id is automatically
|
|
18
|
+
switched back to `default`.
|
|
19
|
+
|
|
20
|
+
The task plan is stored in `.ase/tasks/`*id*`/plan.md` files of the
|
|
21
|
+
project and can be alternatively deleted with the
|
|
22
|
+
"`ase task delete` *id*" command from outside the agent tool.
|
|
23
|
+
|
|
24
|
+
## ARGUMENTS
|
|
25
|
+
|
|
26
|
+
*id*:
|
|
27
|
+
The unique identifier of the task plan to delete. If omitted,
|
|
28
|
+
the current task id is used.
|
|
29
|
+
|
|
30
|
+
## EXAMPLES
|
|
31
|
+
|
|
32
|
+
Delete the current task plan:
|
|
33
|
+
|
|
34
|
+
```text
|
|
35
|
+
❯ /ase-task-delete
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
Delete a specific task plan:
|
|
39
|
+
|
|
40
|
+
```text
|
|
41
|
+
❯ /ase-task-delete hello
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
## SEE ALSO
|
|
45
|
+
|
|
46
|
+
`ase-task-edit`, `ase-task-list`, `ase-task-view`,
|
|
47
|
+
`ase-task-rename`, `ase-task-reboot`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ase-task-edit
|
|
3
|
-
argument-hint: "[<id> | <id>: <instruction> | <instruction>]"
|
|
3
|
+
argument-hint: "[--help|-h] [--plan|-p <option>] [--next|-n <option>] [<id> | <id>: <instruction> | <instruction>]"
|
|
4
4
|
description: >
|
|
5
5
|
Iteratively edit and refine a named plan for a task through a
|
|
6
6
|
conversational loop. Each round, the current plan is shown and the
|
|
@@ -17,9 +17,6 @@ effort: high
|
|
|
17
17
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
18
18
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
19
19
|
|
|
20
|
-
Iteratively Edit a Task Plan
|
|
21
|
-
============================
|
|
22
|
-
|
|
23
20
|
<skill name="ase-task-edit">
|
|
24
21
|
Iteratively Edit a Task Plan
|
|
25
22
|
</skill>
|
|
@@ -30,16 +27,12 @@ Iteratively Edit a Task Plan
|
|
|
30
27
|
$ARGUMENTS
|
|
31
28
|
</expand>
|
|
32
29
|
|
|
33
|
-
<
|
|
34
|
-
Your role is an experienced, *expert-level assistant*,
|
|
35
|
-
specialized in the *planning* of changes
|
|
36
|
-
through *iterative conversational refinement*.
|
|
37
|
-
</role>
|
|
38
|
-
|
|
30
|
+
<objective>
|
|
39
31
|
Establish and refine the *task plan* purely through a *chat-driven
|
|
40
|
-
loop*. The user steers each round via interactive dialog that offers
|
|
32
|
+
loop*. The user steers each round via an interactive dialog that offers
|
|
41
33
|
continued refinement, finalization, or hand-off to implementation or
|
|
42
34
|
preflight.
|
|
35
|
+
</objective>
|
|
43
36
|
|
|
44
37
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-plan.md
|
|
45
38
|
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
|
|
2
|
+
## NAME
|
|
3
|
+
|
|
4
|
+
`ase-task-edit` - Iteratively Edit a Task Plan
|
|
5
|
+
|
|
6
|
+
## SYNOPSIS
|
|
7
|
+
|
|
8
|
+
`ase-task-edit`
|
|
9
|
+
[`--help`|`-h`]
|
|
10
|
+
[`--plan`|`-p` *option*]
|
|
11
|
+
[`--next`|`-n` *option*]
|
|
12
|
+
[*id* | *id*: *instruction* | *instruction*]
|
|
13
|
+
|
|
14
|
+
## DESCRIPTION
|
|
15
|
+
|
|
16
|
+
The `ase-task-edit` skill establishes and refines a *task plan* purely
|
|
17
|
+
through a *chat-driven loop*. The user steers each round via an
|
|
18
|
+
interactive dialog that offers continued refinement, finalization, or
|
|
19
|
+
hand-off to implementation or preflight.
|
|
20
|
+
|
|
21
|
+
The task plan is stored in `.ase/tasks/`*id*`/plan.md` files of the
|
|
22
|
+
project and can be alternatively edited with the "`ase task edit` *id*"
|
|
23
|
+
command from outside the agent tool.
|
|
24
|
+
|
|
25
|
+
## OPTIONS
|
|
26
|
+
|
|
27
|
+
`--plan`|`-p` *option*:
|
|
28
|
+
Automatically answer the user dialog for the plan refinement
|
|
29
|
+
with *option*, which can be either `none` (default, interactive
|
|
30
|
+
answer required), `OVERWRITE` (overwrite an existing plan
|
|
31
|
+
with *instruction*), `REFINE` (refine the existing plan with
|
|
32
|
+
*instruction*), or `PRESERVE` (preserve the existing plan by
|
|
33
|
+
ignoring *instruction* and stopping skill processing).
|
|
34
|
+
|
|
35
|
+
`--next`|`-n` *option*:
|
|
36
|
+
Automatically answer the user dialog for the next step (at the end
|
|
37
|
+
of this skill) with *option*, which can be either `none` (default,
|
|
38
|
+
interactive answer required), `DONE` (no next step), `IMPLEMENT`
|
|
39
|
+
(hand-over to `ase-task-implement`), `PREFLIGHT` (hand-over to
|
|
40
|
+
`ase-task-preflight`), or `REFINE` (refine the plan with subsequent
|
|
41
|
+
instruction).
|
|
42
|
+
|
|
43
|
+
## ARGUMENTS
|
|
44
|
+
|
|
45
|
+
*id* | *id*: *instruction* | *instruction*:
|
|
46
|
+
Edit the task with the unique identifier *id* (default: `default`).
|
|
47
|
+
Optionally, *instruction* either gives instructions for creating a
|
|
48
|
+
new task or gives instructions for refining an existing task.
|
|
49
|
+
|
|
50
|
+
## EXAMPLES
|
|
51
|
+
|
|
52
|
+
Edit the current task:
|
|
53
|
+
|
|
54
|
+
```text
|
|
55
|
+
❯ /ase-task-edit
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
Create a new task under id `hello`:
|
|
59
|
+
|
|
60
|
+
```text
|
|
61
|
+
❯ /ase-task-delete hello
|
|
62
|
+
❯ /ase-task-edit hello: new "ase hello" CLI command which prints
|
|
63
|
+
a nice "Hello World!" to the terminal in color blue.
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
Further refine the task under id `hello`:
|
|
67
|
+
|
|
68
|
+
```text
|
|
69
|
+
❯ /ase-task-edit hello: change the color to red.
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
## SEE ALSO
|
|
73
|
+
|
|
74
|
+
`ase-task-reboot`, `ase-task-preflight`, `ase-task-implement`,
|
|
75
|
+
`ase-task-view`, `ase-task-list`, `ase-task-rename`, `ase-task-delete`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ase-task-id
|
|
3
|
-
argument-hint: "[<id>]"
|
|
3
|
+
argument-hint: "[--help|-h] [<id>]"
|
|
4
4
|
description: >
|
|
5
5
|
Get or set unique task id <id>.
|
|
6
6
|
Use when user requests to work on a certain task
|
|
@@ -13,13 +13,14 @@ effort: low
|
|
|
13
13
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
|
|
14
14
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
15
15
|
|
|
16
|
-
Task Configuration
|
|
17
|
-
==================
|
|
18
|
-
|
|
19
16
|
<skill name="ase-task-id">
|
|
20
17
|
Configure Task Id
|
|
21
18
|
</skill>
|
|
22
19
|
|
|
20
|
+
<objective>
|
|
21
|
+
*Get* or *set* the unique *task id* of the current session.
|
|
22
|
+
</objective>
|
|
23
|
+
|
|
23
24
|
1. Determine request:
|
|
24
25
|
<request>$ARGUMENTS</request>
|
|
25
26
|
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
|
|
2
|
+
## NAME
|
|
3
|
+
|
|
4
|
+
`ase-task-id` - Configure Task Id
|
|
5
|
+
|
|
6
|
+
## SYNOPSIS
|
|
7
|
+
|
|
8
|
+
`ase-task-id`
|
|
9
|
+
[`--help`|`-h`]
|
|
10
|
+
[*id*]
|
|
11
|
+
|
|
12
|
+
## DESCRIPTION
|
|
13
|
+
|
|
14
|
+
The `ase-task-id` skill gets or sets the unique *task id* for the
|
|
15
|
+
current session. Without arguments, it reports the currently active
|
|
16
|
+
task id. With an *id* argument, it switches the session to that
|
|
17
|
+
task id via the `ase_task_id` MCP tool.
|
|
18
|
+
|
|
19
|
+
## ARGUMENTS
|
|
20
|
+
|
|
21
|
+
*id*:
|
|
22
|
+
The new task id to activate. If omitted, the currently active
|
|
23
|
+
task id is reported.
|
|
24
|
+
|
|
25
|
+
## EXAMPLES
|
|
26
|
+
|
|
27
|
+
Show the current task id:
|
|
28
|
+
|
|
29
|
+
```text
|
|
30
|
+
❯ /ase-task-id
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
Switch to a specific task:
|
|
34
|
+
|
|
35
|
+
```text
|
|
36
|
+
❯ /ase-task-id hello
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
## SEE ALSO
|
|
40
|
+
|
|
41
|
+
`ase-task-list`, `ase-task-edit`, `ase-task-view`,
|
|
42
|
+
`ase-task-rename`, `ase-task-delete`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ase-task-implement
|
|
3
|
-
argument-hint: "[<id>]"
|
|
3
|
+
argument-hint: "[--help|-h] [--next|-n <option>] [<id>]"
|
|
4
4
|
description: >
|
|
5
5
|
Implement current or given task plan.
|
|
6
6
|
Use when the user calls to "implement", "realize" or "apply" the
|
|
@@ -15,9 +15,6 @@ effort: xhigh
|
|
|
15
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
16
16
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
17
17
|
|
|
18
|
-
Implement a Task Plan
|
|
19
|
-
=====================
|
|
20
|
-
|
|
21
18
|
<skill name="ase-task-implement">
|
|
22
19
|
Implement a Task Plan
|
|
23
20
|
</skill>
|
|
@@ -28,13 +25,10 @@ Implement a Task Plan
|
|
|
28
25
|
$ARGUMENTS
|
|
29
26
|
</expand>
|
|
30
27
|
|
|
31
|
-
<
|
|
32
|
-
Your role is an experienced, *expert-level assistant*,
|
|
33
|
-
specialized in the *implementation* of changes.
|
|
34
|
-
</role>
|
|
35
|
-
|
|
28
|
+
<objective>
|
|
36
29
|
*Implement* the task plan by modifying the *artifacts*
|
|
37
30
|
with a corresponding, complete *change set*.
|
|
31
|
+
</objective>
|
|
38
32
|
|
|
39
33
|
Procedure
|
|
40
34
|
---------
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
|
|
2
|
+
## NAME
|
|
3
|
+
|
|
4
|
+
`ase-task-implement` - Implement a Task Plan
|
|
5
|
+
|
|
6
|
+
## SYNOPSIS
|
|
7
|
+
|
|
8
|
+
`ase-task-implement`
|
|
9
|
+
[`--help`|`-h`]
|
|
10
|
+
[`--next`|`-n` *option*]
|
|
11
|
+
[*id*]
|
|
12
|
+
|
|
13
|
+
## DESCRIPTION
|
|
14
|
+
|
|
15
|
+
The `ase-task-implement` skill performs the *final implementation*
|
|
16
|
+
of a task plan by modifying the corresponding *artifacts* with a
|
|
17
|
+
complete *change set*. The plan is loaded from
|
|
18
|
+
`.ase/tasks/`*id*`/plan.md`, and any optional `IMPLEMENTATION DRAFT`
|
|
19
|
+
section produced by `ase-task-preflight` is used as a hint — the
|
|
20
|
+
plain plan content always overrules the draft.
|
|
21
|
+
|
|
22
|
+
After implementation, the user is asked whether to preserve or
|
|
23
|
+
delete the task plan, unless `--next` pre-selects this choice.
|
|
24
|
+
|
|
25
|
+
## OPTIONS
|
|
26
|
+
|
|
27
|
+
`--next`|`-n` *option*:
|
|
28
|
+
Automatically answer the user dialog for the next step with
|
|
29
|
+
*option*, which can be either `none` (default, interactive
|
|
30
|
+
answer required), `DONE` (preserve task plan and stop), or
|
|
31
|
+
`DELETE` (hand off to `ase-task-delete`).
|
|
32
|
+
|
|
33
|
+
## ARGUMENTS
|
|
34
|
+
|
|
35
|
+
*id*:
|
|
36
|
+
The unique identifier of the task whose plan should be
|
|
37
|
+
implemented. If omitted, the *current* task id is used.
|
|
38
|
+
|
|
39
|
+
## EXAMPLES
|
|
40
|
+
|
|
41
|
+
Implement the current task plan:
|
|
42
|
+
|
|
43
|
+
```text
|
|
44
|
+
❯ /ase-task-implement
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
Implement a specific task and delete the plan when done:
|
|
48
|
+
|
|
49
|
+
```text
|
|
50
|
+
❯ /ase-task-implement --next DELETE hello
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
## SEE ALSO
|
|
54
|
+
|
|
55
|
+
`ase-task-edit`, `ase-task-preflight`, `ase-task-reboot`,
|
|
56
|
+
`ase-task-view`, `ase-task-delete`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ase-task-list
|
|
3
|
-
argument-hint: "[
|
|
3
|
+
argument-hint: "[--help|-h] [--verbose|-v]"
|
|
4
4
|
description: >
|
|
5
5
|
List all available task ids.
|
|
6
6
|
Use when user wants to see all tasks.
|
|
@@ -13,9 +13,6 @@ effort: low
|
|
|
13
13
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
14
14
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
15
15
|
|
|
16
|
-
Task List
|
|
17
|
-
=========
|
|
18
|
-
|
|
19
16
|
<skill name="ase-task-list">
|
|
20
17
|
List Task Plans
|
|
21
18
|
</skill>
|
|
@@ -26,6 +23,10 @@ List Task Plans
|
|
|
26
23
|
$ARGUMENTS
|
|
27
24
|
</expand>
|
|
28
25
|
|
|
26
|
+
<objective>
|
|
27
|
+
*List* all available *task plans* of the current project.
|
|
28
|
+
</objective>
|
|
29
|
+
|
|
29
30
|
1. Call the `ase_task_list(verbose: "<getopt-option-verbose/>")` tool from
|
|
30
31
|
the `ase` MCP server. The result is a structured object with a
|
|
31
32
|
`tasks` array where each entry has an `id` field, and -- if
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
|
|
2
|
+
## NAME
|
|
3
|
+
|
|
4
|
+
`ase-task-list` - List Task Plans
|
|
5
|
+
|
|
6
|
+
## SYNOPSIS
|
|
7
|
+
|
|
8
|
+
`ase-task-list`
|
|
9
|
+
[`--help`|`-h`]
|
|
10
|
+
[`--verbose`|`-v`]
|
|
11
|
+
|
|
12
|
+
## DESCRIPTION
|
|
13
|
+
|
|
14
|
+
The `ase-task-list` skill lists all available *task ids* in the
|
|
15
|
+
current project by calling the `ase_task_list` MCP tool. In the
|
|
16
|
+
default mode, only the task ids are rendered as a single-column
|
|
17
|
+
Markdown table. In verbose mode, the last-modified timestamp of
|
|
18
|
+
each task plan is rendered as an additional column.
|
|
19
|
+
|
|
20
|
+
## OPTIONS
|
|
21
|
+
|
|
22
|
+
`--verbose`|`-v`:
|
|
23
|
+
Render an additional `Last Modified` column with the
|
|
24
|
+
`YYYY-MM-DD HH:MM` timestamp of each task plan.
|
|
25
|
+
|
|
26
|
+
## EXAMPLES
|
|
27
|
+
|
|
28
|
+
List all task ids:
|
|
29
|
+
|
|
30
|
+
```text
|
|
31
|
+
❯ /ase-task-list
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
List all task ids together with their last-modified timestamps:
|
|
35
|
+
|
|
36
|
+
```text
|
|
37
|
+
❯ /ase-task-list --verbose
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
## SEE ALSO
|
|
41
|
+
|
|
42
|
+
`ase-task-id`, `ase-task-view`, `ase-task-edit`,
|
|
43
|
+
`ase-task-rename`, `ase-task-delete`.
|