@rse/ase 0.0.56 → 0.0.58
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 +24 -10
- 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 +36 -14
- package/plugin/skills/ase-code-craft/help.md +74 -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 +36 -14
- package/plugin/skills/ase-code-refactor/help.md +74 -0
- package/plugin/skills/ase-code-resolve/SKILL.md +36 -14
- package/plugin/skills/ase-code-resolve/help.md +81 -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 +52 -70
- package/plugin/skills/ase-task-edit/help.md +84 -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 +13 -9
- package/plugin/skills/ase-task-implement/help.md +63 -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
|
@@ -0,0 +1,84 @@
|
|
|
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
|
+
[`--dry`|`-d`]
|
|
12
|
+
[`--next`|`-n` *option*]
|
|
13
|
+
[*id* | *id*: *instruction* | *instruction*]
|
|
14
|
+
|
|
15
|
+
## DESCRIPTION
|
|
16
|
+
|
|
17
|
+
The `ase-task-edit` skill establishes and refines a *task plan* purely
|
|
18
|
+
through a *chat-driven loop*. The user steers each round via an
|
|
19
|
+
interactive dialog that offers continued refinement, finalization, or
|
|
20
|
+
hand-off to implementation or preflight.
|
|
21
|
+
|
|
22
|
+
The task plan is stored in `.ase/tasks/`*id*`/plan.md` files of the
|
|
23
|
+
project and can be alternatively edited with the "`ase task edit` *id*"
|
|
24
|
+
command from outside the agent tool.
|
|
25
|
+
|
|
26
|
+
## OPTIONS
|
|
27
|
+
|
|
28
|
+
`--plan`|`-p` *option*:
|
|
29
|
+
Automatically answer the user dialog for the plan refinement
|
|
30
|
+
with *option*, which can be either `none` (default, interactive
|
|
31
|
+
answer required), `OVERWRITE` (overwrite an existing plan
|
|
32
|
+
with *instruction*), `REFINE` (refine the existing plan with
|
|
33
|
+
*instruction*), or `PRESERVE` (preserve the existing plan by
|
|
34
|
+
ignoring *instruction* and stopping skill processing).
|
|
35
|
+
|
|
36
|
+
`--dry`|`-d`:
|
|
37
|
+
Generate any *new* plan *without* the `※ VERIFICATION` section.
|
|
38
|
+
Applies only to freshly generated plans, not to existing plans
|
|
39
|
+
loaded from disk. When `ase-task-implement` later applies such
|
|
40
|
+
a plan, it strictly skips the entire verification phase (no
|
|
41
|
+
build, tests, linter, type-checker, or program execution) once
|
|
42
|
+
the source files have been modified.
|
|
43
|
+
|
|
44
|
+
`--next`|`-n` *option*:
|
|
45
|
+
Automatically answer the user dialog for the next step (at the end
|
|
46
|
+
of this skill) with *option*, which can be either `none` (default,
|
|
47
|
+
interactive answer required), `DONE` (no next step), `IMPLEMENT`
|
|
48
|
+
(hand-over to `ase-task-implement`), `PREFLIGHT` (hand-over to
|
|
49
|
+
`ase-task-preflight`), or `REFINE` (refine the plan with subsequent
|
|
50
|
+
instruction).
|
|
51
|
+
|
|
52
|
+
## ARGUMENTS
|
|
53
|
+
|
|
54
|
+
*id* | *id*: *instruction* | *instruction*:
|
|
55
|
+
Edit the task with the unique identifier *id* (default: `default`).
|
|
56
|
+
Optionally, *instruction* either gives instructions for creating a
|
|
57
|
+
new task or gives instructions for refining an existing task.
|
|
58
|
+
|
|
59
|
+
## EXAMPLES
|
|
60
|
+
|
|
61
|
+
Edit the current task:
|
|
62
|
+
|
|
63
|
+
```text
|
|
64
|
+
❯ /ase-task-edit
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
Create a new task under id `hello`:
|
|
68
|
+
|
|
69
|
+
```text
|
|
70
|
+
❯ /ase-task-delete hello
|
|
71
|
+
❯ /ase-task-edit hello: new "ase hello" CLI command which prints
|
|
72
|
+
a nice "Hello World!" to the terminal in color blue.
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
Further refine the task under id `hello`:
|
|
76
|
+
|
|
77
|
+
```text
|
|
78
|
+
❯ /ase-task-edit hello: change the color to red.
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
## SEE ALSO
|
|
82
|
+
|
|
83
|
+
`ase-task-reboot`, `ase-task-preflight`, `ase-task-implement`,
|
|
84
|
+
`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
|
---------
|
|
@@ -135,6 +129,16 @@ explicitly requested by this procedure via outputs based on a <template/>!
|
|
|
135
129
|
overrules the implementation draft in the `IMPLEMENTATION DRAFT`
|
|
136
130
|
section of <content/>.
|
|
137
131
|
|
|
132
|
+
<if condition="<content/> does NOT contain a `## ※ VERIFICATION` section heading">
|
|
133
|
+
The task plan deliberately *omits* the `## ※ VERIFICATION`
|
|
134
|
+
section. You *MUST* therefore *strictly skip* the entire
|
|
135
|
+
verification phase after modifying the source files: do *NOT*
|
|
136
|
+
run any build, do *NOT* run any tests, do *NOT* run any linter,
|
|
137
|
+
do *NOT* run any type-checker, do *NOT* execute the modified
|
|
138
|
+
program, and do *NOT* otherwise verify the change set in any
|
|
139
|
+
way.
|
|
140
|
+
</if>
|
|
141
|
+
|
|
138
142
|
2. Only output the following <template/>:
|
|
139
143
|
|
|
140
144
|
<template>
|
|
@@ -0,0 +1,63 @@
|
|
|
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
|
+
If the task plan deliberately *omits* the `※ VERIFICATION` section
|
|
23
|
+
(as produced by `ase-code-craft`, `ase-code-refactor`,
|
|
24
|
+
`ase-code-resolve`, or `ase-task-edit` when invoked with `--dry`),
|
|
25
|
+
the entire verification phase is strictly skipped: no build, tests,
|
|
26
|
+
linter, type-checker, or program execution is performed once the
|
|
27
|
+
source files have been modified.
|
|
28
|
+
|
|
29
|
+
After implementation, the user is asked whether to preserve or
|
|
30
|
+
delete the task plan, unless `--next` pre-selects this choice.
|
|
31
|
+
|
|
32
|
+
## OPTIONS
|
|
33
|
+
|
|
34
|
+
`--next`|`-n` *option*:
|
|
35
|
+
Automatically answer the user dialog for the next step with
|
|
36
|
+
*option*, which can be either `none` (default, interactive
|
|
37
|
+
answer required), `DONE` (preserve task plan and stop), or
|
|
38
|
+
`DELETE` (hand off to `ase-task-delete`).
|
|
39
|
+
|
|
40
|
+
## ARGUMENTS
|
|
41
|
+
|
|
42
|
+
*id*:
|
|
43
|
+
The unique identifier of the task whose plan should be
|
|
44
|
+
implemented. If omitted, the *current* task id is used.
|
|
45
|
+
|
|
46
|
+
## EXAMPLES
|
|
47
|
+
|
|
48
|
+
Implement the current task plan:
|
|
49
|
+
|
|
50
|
+
```text
|
|
51
|
+
❯ /ase-task-implement
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
Implement a specific task and delete the plan when done:
|
|
55
|
+
|
|
56
|
+
```text
|
|
57
|
+
❯ /ase-task-implement --next DELETE hello
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
## SEE ALSO
|
|
61
|
+
|
|
62
|
+
`ase-task-edit`, `ase-task-preflight`, `ase-task-reboot`,
|
|
63
|
+
`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`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ase-task-preflight
|
|
3
|
-
argument-hint: "[<id>]"
|
|
3
|
+
argument-hint: "[--help|-h] [--next|-n <option>] [<id>]"
|
|
4
4
|
description: >
|
|
5
5
|
Preflight the implementation of current or given task plan.
|
|
6
6
|
Use when the user calls to "preflight", "dry-run" or "test-drive"
|
|
@@ -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
|
-
Preflight a Task Plan
|
|
19
|
-
=====================
|
|
20
|
-
|
|
21
18
|
<skill name="ase-task-preflight">
|
|
22
19
|
Preflight a Task Plan
|
|
23
20
|
</skill>
|
|
@@ -28,13 +25,10 @@ Preflight 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
|
*Preflight* the implementation of a task plan by creating a draft
|
|
37
30
|
for a corresponding, *complete source code change set*.
|
|
31
|
+
</objective>
|
|
38
32
|
|
|
39
33
|
Procedure
|
|
40
34
|
---------
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
|
|
2
|
+
## NAME
|
|
3
|
+
|
|
4
|
+
`ase-task-preflight` - Preflight a Task Plan
|
|
5
|
+
|
|
6
|
+
## SYNOPSIS
|
|
7
|
+
|
|
8
|
+
`ase-task-preflight`
|
|
9
|
+
[`--help`|`-h`]
|
|
10
|
+
[`--next`|`-n` *option*]
|
|
11
|
+
[*id*]
|
|
12
|
+
|
|
13
|
+
## DESCRIPTION
|
|
14
|
+
|
|
15
|
+
The `ase-task-preflight` skill performs a *preflight* (dry-run,
|
|
16
|
+
test-drive) of the *implementation* of a task plan by creating a
|
|
17
|
+
draft for a corresponding, complete *artifact change set* in
|
|
18
|
+
*unified diff* format. The draft is appended to the task plan as
|
|
19
|
+
a `※ IMPLEMENTATION DRAFT` section (replacing any previous draft).
|
|
20
|
+
No source files are modified.
|
|
21
|
+
|
|
22
|
+
After the preflight, the user is asked whether to stop, hand
|
|
23
|
+
off to `ase-task-edit`, or hand off to `ase-task-implement`,
|
|
24
|
+
unless `--next` pre-selects this choice.
|
|
25
|
+
|
|
26
|
+
## OPTIONS
|
|
27
|
+
|
|
28
|
+
`--next`|`-n` *option*:
|
|
29
|
+
Automatically answer the user dialog for the next step with
|
|
30
|
+
*option*, which can be either `none` (default, interactive
|
|
31
|
+
answer required), `DONE` (stop), `EDIT` (hand off to
|
|
32
|
+
`ase-task-edit`), or `IMPLEMENT` (hand off to
|
|
33
|
+
`ase-task-implement`).
|
|
34
|
+
|
|
35
|
+
## ARGUMENTS
|
|
36
|
+
|
|
37
|
+
*id*:
|
|
38
|
+
The unique identifier of the task whose plan should be
|
|
39
|
+
preflighted. If omitted, the *current* task id is used.
|
|
40
|
+
|
|
41
|
+
## EXAMPLES
|
|
42
|
+
|
|
43
|
+
Preflight the current task plan:
|
|
44
|
+
|
|
45
|
+
```text
|
|
46
|
+
❯ /ase-task-preflight
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
Preflight a specific task and hand off to implementation when done:
|
|
50
|
+
|
|
51
|
+
```text
|
|
52
|
+
❯ /ase-task-preflight --next IMPLEMENT hello
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
## SEE ALSO
|
|
56
|
+
|
|
57
|
+
`ase-task-edit`, `ase-task-implement`, `ase-task-reboot`,
|
|
58
|
+
`ase-task-view`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ase-task-reboot
|
|
3
|
-
argument-hint: "[<id>]"
|
|
3
|
+
argument-hint: "[--help|-h] [--next|-n <option>] [<id>]"
|
|
4
4
|
description: >
|
|
5
5
|
Reboot the current or given task plan by re-creating it from scratch.
|
|
6
6
|
Use when the user calls to "reboot", "recreate" or "refresh"
|
|
@@ -15,9 +15,6 @@ effort: high
|
|
|
15
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
16
16
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
17
17
|
|
|
18
|
-
Reboot a Task Plan
|
|
19
|
-
==================
|
|
20
|
-
|
|
21
18
|
<skill name="ase-task-reboot">
|
|
22
19
|
Reboot a Task Plan
|
|
23
20
|
</skill>
|
|
@@ -28,13 +25,10 @@ Reboot 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 *planning* of changes.
|
|
34
|
-
</role>
|
|
35
|
-
|
|
28
|
+
<objective>
|
|
36
29
|
*Reboot* the task plan by crafting it from scratch,
|
|
37
30
|
based on the existing *WHAT* and *WHY*.
|
|
31
|
+
</objective>
|
|
38
32
|
|
|
39
33
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-plan.md
|
|
40
34
|
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
|
|
2
|
+
## NAME
|
|
3
|
+
|
|
4
|
+
`ase-task-reboot` - Reboot a Task Plan
|
|
5
|
+
|
|
6
|
+
## SYNOPSIS
|
|
7
|
+
|
|
8
|
+
`ase-task-reboot`
|
|
9
|
+
[`--help`|`-h`]
|
|
10
|
+
[`--next`|`-n` *option*]
|
|
11
|
+
[*id*]
|
|
12
|
+
|
|
13
|
+
## DESCRIPTION
|
|
14
|
+
|
|
15
|
+
The `ase-task-reboot` skill re-creates an existing task plan *from
|
|
16
|
+
scratch* by extracting the original `**WHAT**` and `**WHY**` sections
|
|
17
|
+
(if present) from the current plan, using them as the new instruction,
|
|
18
|
+
preserving the original creation timestamp, and writing a fresh plan
|
|
19
|
+
content via `ase_task_save`.
|
|
20
|
+
|
|
21
|
+
After the reboot, the user is asked whether to stop or hand off to
|
|
22
|
+
`ase-task-edit`, unless `--next` pre-selects this choice.
|
|
23
|
+
|
|
24
|
+
## OPTIONS
|
|
25
|
+
|
|
26
|
+
`--next`|`-n` *option*:
|
|
27
|
+
Automatically answer the user dialog for the next step with
|
|
28
|
+
*option*, which can be either `none` (default, interactive
|
|
29
|
+
answer required), `DONE` (stop), or `EDIT` (hand off to
|
|
30
|
+
`ase-task-edit`).
|
|
31
|
+
|
|
32
|
+
## ARGUMENTS
|
|
33
|
+
|
|
34
|
+
*id*:
|
|
35
|
+
The unique identifier of the task whose plan should be rebooted.
|
|
36
|
+
If omitted, the *current* task id is used.
|
|
37
|
+
|
|
38
|
+
## EXAMPLES
|
|
39
|
+
|
|
40
|
+
Reboot the current task plan:
|
|
41
|
+
|
|
42
|
+
```text
|
|
43
|
+
❯ /ase-task-reboot
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
Reboot a specific task and hand off to editing:
|
|
47
|
+
|
|
48
|
+
```text
|
|
49
|
+
❯ /ase-task-reboot --next EDIT hello
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
## SEE ALSO
|
|
53
|
+
|
|
54
|
+
`ase-task-edit`, `ase-task-preflight`, `ase-task-implement`,
|
|
55
|
+
`ase-task-view`, `ase-task-delete`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ase-task-rename
|
|
3
|
-
argument-hint: "[<old>] <new>"
|
|
3
|
+
argument-hint: "[--help|-h] [<old>] <new>"
|
|
4
4
|
description: >
|
|
5
5
|
Rename the current or given task plan.
|
|
6
6
|
Use when the user calls to "rename", "move" or "relabel" the
|
|
@@ -13,18 +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
|
-
Rename a Task Plan
|
|
17
|
-
==================
|
|
18
|
-
|
|
19
16
|
<skill name="ase-task-rename">
|
|
20
17
|
Rename a Task Plan
|
|
21
18
|
</skill>
|
|
22
19
|
|
|
23
|
-
<
|
|
24
|
-
Your role is an experienced, *expert-level assistant*.
|
|
25
|
-
</role>
|
|
26
|
-
|
|
20
|
+
<objective>
|
|
27
21
|
*Rename* the task plan.
|
|
22
|
+
</objective>
|
|
28
23
|
|
|
29
24
|
Procedure
|
|
30
25
|
---------
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
|
|
2
|
+
## NAME
|
|
3
|
+
|
|
4
|
+
`ase-task-rename` - Rename a Task Plan
|
|
5
|
+
|
|
6
|
+
## SYNOPSIS
|
|
7
|
+
|
|
8
|
+
`ase-task-rename`
|
|
9
|
+
[`--help`|`-h`]
|
|
10
|
+
[*old*] *new*
|
|
11
|
+
|
|
12
|
+
## DESCRIPTION
|
|
13
|
+
|
|
14
|
+
The `ase-task-rename` skill renames a *task plan* from *old* to
|
|
15
|
+
*new* via the `ase_task_rename` MCP tool. If only one argument is
|
|
16
|
+
given, it is treated as *new* and *old* defaults to the *current*
|
|
17
|
+
task id. When the renamed task is the current task, the current
|
|
18
|
+
task id is automatically switched to *new*.
|
|
19
|
+
|
|
20
|
+
## ARGUMENTS
|
|
21
|
+
|
|
22
|
+
[*old*] *new*:
|
|
23
|
+
The *old* task id to rename and the *new* task id to assign.
|
|
24
|
+
If only one token is given, *old* defaults to the current
|
|
25
|
+
task id.
|
|
26
|
+
|
|
27
|
+
## EXAMPLES
|
|
28
|
+
|
|
29
|
+
Rename the current task:
|
|
30
|
+
|
|
31
|
+
```text
|
|
32
|
+
❯ /ase-task-rename hello-world
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
Rename a specific task:
|
|
36
|
+
|
|
37
|
+
```text
|
|
38
|
+
❯ /ase-task-rename old-id new-id
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
## SEE ALSO
|
|
42
|
+
|
|
43
|
+
`ase-task-list`, `ase-task-id`, `ase-task-edit`,
|
|
44
|
+
`ase-task-view`, `ase-task-delete`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ase-task-view
|
|
3
|
-
argument-hint: "[<id>]"
|
|
3
|
+
argument-hint: "[--help|-h] [<id>]"
|
|
4
4
|
description: >
|
|
5
5
|
View current or given task plan.
|
|
6
6
|
Use when the user calls to "view", "show" or "see" 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
|
-
View a Task Plan
|
|
17
|
-
================
|
|
18
|
-
|
|
19
16
|
<skill name="ase-task-view">
|
|
20
17
|
View a Task Plan
|
|
21
18
|
</skill>
|
|
22
19
|
|
|
23
|
-
<
|
|
24
|
-
Your role is an experienced, *expert-level assistant*.
|
|
25
|
-
</role>
|
|
20
|
+
<objective>
|
|
26
21
|
*View* the task plan.
|
|
22
|
+
</objective>
|
|
27
23
|
|
|
28
24
|
Procedure
|
|
29
25
|
---------
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
|
|
2
|
+
## NAME
|
|
3
|
+
|
|
4
|
+
`ase-task-view` - View a Task Plan
|
|
5
|
+
|
|
6
|
+
## SYNOPSIS
|
|
7
|
+
|
|
8
|
+
`ase-task-view`
|
|
9
|
+
[`--help`|`-h`]
|
|
10
|
+
[*id*]
|
|
11
|
+
|
|
12
|
+
## DESCRIPTION
|
|
13
|
+
|
|
14
|
+
The `ase-task-view` skill renders the *task plan* identified by *id*
|
|
15
|
+
in full, without truncation or summarization. The plan is loaded via
|
|
16
|
+
the `ase_task_load` MCP tool and shown between `TASK-PLAN-BEGIN` and
|
|
17
|
+
`TASK-PLAN-END` markers. If *id* is omitted, the *current* task id
|
|
18
|
+
(inherited from the session context) is used.
|
|
19
|
+
|
|
20
|
+
## ARGUMENTS
|
|
21
|
+
|
|
22
|
+
*id*:
|
|
23
|
+
The unique identifier of the task plan to view. If omitted,
|
|
24
|
+
the current task id is used.
|
|
25
|
+
|
|
26
|
+
## EXAMPLES
|
|
27
|
+
|
|
28
|
+
View the current task plan:
|
|
29
|
+
|
|
30
|
+
```text
|
|
31
|
+
❯ /ase-task-view
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
View a specific task plan:
|
|
35
|
+
|
|
36
|
+
```text
|
|
37
|
+
❯ /ase-task-view hello
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
## SEE ALSO
|
|
41
|
+
|
|
42
|
+
`ase-task-list`, `ase-task-edit`, `ase-task-id`,
|
|
43
|
+
`ase-task-rename`, `ase-task-delete`.
|