@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.
Files changed (62) hide show
  1. package/package.json +1 -1
  2. package/plugin/.claude-plugin/plugin.json +1 -1
  3. package/plugin/.github/plugin/plugin.json +1 -1
  4. package/plugin/etc/markdownlint.yaml +1 -0
  5. package/plugin/meta/ase-constitution.md +2 -1
  6. package/plugin/meta/ase-getopt.md +5 -4
  7. package/plugin/meta/ase-skill.md +24 -7
  8. package/plugin/package.json +1 -1
  9. package/plugin/skills/ase-arch-analyze/SKILL.md +3 -10
  10. package/plugin/skills/ase-arch-analyze/help.md +50 -0
  11. package/plugin/skills/ase-arch-discover/SKILL.md +1 -9
  12. package/plugin/skills/ase-arch-discover/help.md +48 -0
  13. package/plugin/skills/ase-code-analyze/SKILL.md +1 -9
  14. package/plugin/skills/ase-code-analyze/help.md +47 -0
  15. package/plugin/skills/ase-code-craft/SKILL.md +23 -13
  16. package/plugin/skills/ase-code-craft/help.md +66 -0
  17. package/plugin/skills/ase-code-explain/SKILL.md +1 -9
  18. package/plugin/skills/ase-code-explain/help.md +43 -0
  19. package/plugin/skills/ase-code-insight/SKILL.md +1 -9
  20. package/plugin/skills/ase-code-insight/help.md +43 -0
  21. package/plugin/skills/ase-code-lint/SKILL.md +1 -9
  22. package/plugin/skills/ase-code-lint/help.md +54 -0
  23. package/plugin/skills/ase-code-refactor/SKILL.md +23 -13
  24. package/plugin/skills/ase-code-refactor/help.md +66 -0
  25. package/plugin/skills/ase-code-resolve/SKILL.md +23 -13
  26. package/plugin/skills/ase-code-resolve/help.md +73 -0
  27. package/plugin/skills/ase-docs-proofread/SKILL.md +3 -12
  28. package/plugin/skills/ase-docs-proofread/help.md +54 -0
  29. package/plugin/skills/ase-meta-changes/SKILL.md +1 -9
  30. package/plugin/skills/ase-meta-changes/help.md +33 -0
  31. package/plugin/skills/ase-meta-chat/SKILL.md +1 -8
  32. package/plugin/skills/ase-meta-chat/help.md +45 -0
  33. package/plugin/skills/ase-meta-commit/SKILL.md +1 -8
  34. package/plugin/skills/ase-meta-commit/help.md +31 -0
  35. package/plugin/skills/ase-meta-evaluate/SKILL.md +1 -9
  36. package/plugin/skills/ase-meta-evaluate/help.md +52 -0
  37. package/plugin/skills/ase-meta-persona/SKILL.md +8 -2
  38. package/plugin/skills/ase-meta-persona/help.md +50 -0
  39. package/plugin/skills/ase-meta-quorum/SKILL.md +1 -8
  40. package/plugin/skills/ase-meta-quorum/help.md +41 -0
  41. package/plugin/skills/ase-meta-search/SKILL.md +1 -8
  42. package/plugin/skills/ase-meta-search/help.md +39 -0
  43. package/plugin/skills/ase-meta-why/SKILL.md +1 -8
  44. package/plugin/skills/ase-meta-why/help.md +39 -0
  45. package/plugin/skills/ase-task-delete/SKILL.md +3 -7
  46. package/plugin/skills/ase-task-delete/help.md +47 -0
  47. package/plugin/skills/ase-task-edit/SKILL.md +4 -11
  48. package/plugin/skills/ase-task-edit/help.md +75 -0
  49. package/plugin/skills/ase-task-id/SKILL.md +5 -4
  50. package/plugin/skills/ase-task-id/help.md +42 -0
  51. package/plugin/skills/ase-task-implement/SKILL.md +3 -9
  52. package/plugin/skills/ase-task-implement/help.md +56 -0
  53. package/plugin/skills/ase-task-list/SKILL.md +5 -4
  54. package/plugin/skills/ase-task-list/help.md +43 -0
  55. package/plugin/skills/ase-task-preflight/SKILL.md +3 -9
  56. package/plugin/skills/ase-task-preflight/help.md +58 -0
  57. package/plugin/skills/ase-task-reboot/SKILL.md +3 -9
  58. package/plugin/skills/ase-task-reboot/help.md +55 -0
  59. package/plugin/skills/ase-task-rename/SKILL.md +3 -8
  60. package/plugin/skills/ase-task-rename/help.md +44 -0
  61. package/plugin/skills/ase-task-view/SKILL.md +3 -7
  62. package/plugin/skills/ase-task-view/help.md +43 -0
@@ -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
- <role>
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
- <role>
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
- <role>
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
- <role>
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`.