@rse/ase 0.9.51 → 0.9.53
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/dst/ase-task.js +7 -2
- package/package.json +7 -7
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.codex-plugin/plugin.json +1 -1
- package/plugin/.github/plugin/plugin.json +1 -1
- package/plugin/agents/ase-code-analyze.md +4 -6
- package/plugin/agents/ase-code-lint.md +4 -6
- package/plugin/agents/ase-docs-proofread.md +4 -6
- package/plugin/agents/ase-meta-chat.md +3 -3
- package/plugin/agents/ase-meta-proximity.md +2 -2
- package/plugin/agents/ase-meta-review.md +4 -5
- package/plugin/agents/ase-meta-search.md +2 -2
- package/plugin/etc/stx.conf +2 -2
- package/plugin/meta/ase-common-dissect.md +110 -0
- package/plugin/meta/ase-common-task.md +5 -3
- package/plugin/meta/ase-control.md +53 -0
- package/plugin/meta/ase-format-task.md +6 -0
- package/plugin/meta/ase-skill.md +46 -23
- package/plugin/package.json +2 -2
- package/plugin/skills/ase-arch-analyze/SKILL.md +23 -12
- package/plugin/skills/ase-arch-analyze/help.md +16 -0
- package/plugin/skills/ase-arch-discover/SKILL.md +2 -2
- package/plugin/skills/ase-code-analyze/SKILL.md +27 -18
- package/plugin/skills/ase-code-analyze/help.md +15 -0
- package/plugin/skills/ase-code-craft/SKILL.md +2 -2
- package/plugin/skills/ase-code-dissect/SKILL.md +380 -0
- package/plugin/skills/ase-code-dissect/help.md +121 -0
- package/plugin/skills/ase-code-explain/SKILL.md +2 -2
- package/plugin/skills/ase-code-insight/SKILL.md +2 -2
- package/plugin/skills/ase-code-lint/SKILL.md +2 -2
- package/plugin/skills/ase-code-refactor/SKILL.md +2 -2
- package/plugin/skills/ase-code-resolve/SKILL.md +2 -2
- package/plugin/skills/ase-docs-distill/SKILL.md +2 -2
- package/plugin/skills/ase-docs-proofread/SKILL.md +2 -2
- package/plugin/skills/ase-help-intent/SKILL.md +2 -2
- package/plugin/skills/ase-help-skill/SKILL.md +2 -2
- package/plugin/skills/ase-help-skill/catalog.md +3 -0
- package/plugin/skills/ase-meta-brainstorm/SKILL.md +2 -2
- package/plugin/skills/ase-meta-changelog/SKILL.md +2 -2
- package/plugin/skills/ase-meta-chat/SKILL.md +2 -2
- package/plugin/skills/ase-meta-commit/SKILL.md +2 -2
- package/plugin/skills/ase-meta-config/SKILL.md +2 -2
- package/plugin/skills/ase-meta-diaboli/SKILL.md +2 -2
- package/plugin/skills/ase-meta-diff/SKILL.md +2 -2
- package/plugin/skills/ase-meta-eli5/SKILL.md +2 -2
- package/plugin/skills/ase-meta-evaluate/SKILL.md +2 -2
- package/plugin/skills/ase-meta-proximity/SKILL.md +2 -2
- package/plugin/skills/ase-meta-quorum/SKILL.md +2 -2
- package/plugin/skills/ase-meta-quotes/SKILL.md +2 -2
- package/plugin/skills/ase-meta-review/SKILL.md +2 -2
- package/plugin/skills/ase-meta-search/SKILL.md +2 -2
- package/plugin/skills/ase-meta-steelman/SKILL.md +2 -2
- package/plugin/skills/ase-meta-why/SKILL.md +2 -2
- package/plugin/skills/ase-meta-workflow/SKILL.md +378 -0
- package/plugin/skills/ase-meta-workflow/help.md +117 -0
- package/plugin/skills/ase-meta-workflow/sample.md +70 -0
- package/plugin/skills/ase-meta-workflow/workflow.txt +97 -0
- package/plugin/skills/ase-sync-export/SKILL.md +2 -2
- package/plugin/skills/ase-sync-import/SKILL.md +2 -2
- package/plugin/skills/ase-sync-reconcile/SKILL.md +2 -2
- package/plugin/skills/ase-task-condense/SKILL.md +26 -6
- package/plugin/skills/ase-task-delete/SKILL.md +2 -2
- package/plugin/skills/ase-task-dissect/SKILL.md +299 -0
- package/plugin/skills/ase-task-dissect/help.md +114 -0
- package/plugin/skills/ase-task-edit/SKILL.md +6 -4
- package/plugin/skills/ase-task-grill/SKILL.md +6 -4
- package/plugin/skills/ase-task-id/SKILL.md +2 -2
- package/plugin/skills/ase-task-implement/SKILL.md +2 -2
- package/plugin/skills/ase-task-list/SKILL.md +2 -2
- package/plugin/skills/ase-task-preflight/SKILL.md +2 -2
- package/plugin/skills/ase-task-reboot/SKILL.md +12 -6
- package/plugin/skills/ase-task-rename/SKILL.md +2 -2
- package/plugin/skills/ase-task-view/SKILL.md +2 -2
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
|
|
2
|
+
## NAME
|
|
3
|
+
|
|
4
|
+
`ase-code-dissect` - Dissect a Change Set
|
|
5
|
+
|
|
6
|
+
## SYNOPSIS
|
|
7
|
+
|
|
8
|
+
`ase-code-dissect`
|
|
9
|
+
[`--help`|`-h`]
|
|
10
|
+
[`--max-parts`|`-m` *count*]
|
|
11
|
+
[`--staged`|`-s`]
|
|
12
|
+
[`--dry`|`-d`]
|
|
13
|
+
[`--force`|`-f`]
|
|
14
|
+
[*dissect-hint*]
|
|
15
|
+
|
|
16
|
+
## DESCRIPTION
|
|
17
|
+
|
|
18
|
+
The `ase-code-dissect` skill treats the current Git change set as an
|
|
19
|
+
*epic* and *dissects* it domain-wise and logically into *cohesive
|
|
20
|
+
parts*. Each part is a self-contained unit of change with a single
|
|
21
|
+
coherent purpose, so it can be reviewed and committed *atomically* and
|
|
22
|
+
*independently* of the others.
|
|
23
|
+
|
|
24
|
+
The change set is captured from the working copy (`git diff`), with
|
|
25
|
+
untracked files folded in *read-only*, or -- under `--staged`/`-s` --
|
|
26
|
+
from the Git index (`git diff --cached HEAD`). The dissection follows a
|
|
27
|
+
strict ruleset: at least *2* and at most *count* parts are derived,
|
|
28
|
+
*every* hunk is assigned to *exactly one* part, mutually dependent hunks
|
|
29
|
+
are kept together, all hunks of one file normally stay in the same part,
|
|
30
|
+
and nothing beyond the actual change set is invented. The cut follows
|
|
31
|
+
the *semantics* of the change, not its technical structure -- a split by
|
|
32
|
+
file, directory, or technical layer is usually *not* the intended one.
|
|
33
|
+
If the change set carries only a single cohesive purpose, it is reported
|
|
34
|
+
as *not dissectable* and nothing is created.
|
|
35
|
+
|
|
36
|
+
An optional *dissect-hint* steers *how* the change set is split -- which
|
|
37
|
+
changes belong together, along which axis to cut, or how many parts to
|
|
38
|
+
aim at. It is especially useful after a `--dry` run showed an unintended
|
|
39
|
+
dissection. The hint overrides the default grouping, but never the
|
|
40
|
+
ruleset itself.
|
|
41
|
+
|
|
42
|
+
The derived parts are first reported as a *dissection table* (part
|
|
43
|
+
number, worktree id, scope, and rationale). Then -- unless `--dry` is
|
|
44
|
+
given -- each part's patch is written to a temporary file and applied
|
|
45
|
+
inside a *fresh Git WorkTree* `.ase/worktree/<project-id>-<feature-slug>`,
|
|
46
|
+
whose branch carries the same name and is created from `HEAD`. If a
|
|
47
|
+
`CHANGELOG.md` file exists, a matching entry summarizing that part is
|
|
48
|
+
added *inside* the worktree.
|
|
49
|
+
|
|
50
|
+
Every part stays *uncommitted*, a failing `git apply` is reported for
|
|
51
|
+
that part while the remaining parts continue, and the *original working
|
|
52
|
+
copy is never mutated*.
|
|
53
|
+
|
|
54
|
+
Note that the working-copy patch (without `--staged`) is taken relative
|
|
55
|
+
to the Git *index* while the worktrees are created from `HEAD`. So if
|
|
56
|
+
changes are *also* staged, the affected part patches may not apply
|
|
57
|
+
cleanly and are then reported as failed; stage everything and use
|
|
58
|
+
`--staged` in that situation.
|
|
59
|
+
|
|
60
|
+
## OPTIONS
|
|
61
|
+
|
|
62
|
+
`--max-parts`|`-m` *count*:
|
|
63
|
+
Upper bound for the number of derived parts (default: `8`). The
|
|
64
|
+
lower bound is always `2`, because fewer parts are no dissection.
|
|
65
|
+
|
|
66
|
+
`--staged`|`-s`:
|
|
67
|
+
Dissect the *staged* changes (the Git index against `HEAD`) instead
|
|
68
|
+
of the working copy changes. Untracked files are then *not* folded
|
|
69
|
+
in, because they are by definition not part of the index.
|
|
70
|
+
|
|
71
|
+
`--dry`|`-d`:
|
|
72
|
+
*Report only* -- print the dissection table but create *no*
|
|
73
|
+
artifacts at all, so the decision stays fully reversible. Note that
|
|
74
|
+
this meaning differs from `--dry`/`-d` in `ase-code-craft`, where it
|
|
75
|
+
instead omits the `## VERIFICATION` section of the composed plan.
|
|
76
|
+
|
|
77
|
+
`--force`|`-f`:
|
|
78
|
+
Remove and re-create already existing worktrees and branches of the
|
|
79
|
+
derived names. Without this option, the skill detects colliding
|
|
80
|
+
targets *before* writing anything, reports them, and stops with
|
|
81
|
+
status *targets exist*.
|
|
82
|
+
|
|
83
|
+
## ARGUMENTS
|
|
84
|
+
|
|
85
|
+
*dissect-hint*:
|
|
86
|
+
A free-text hint telling *how* the change set should be split. If
|
|
87
|
+
omitted, the parts are derived from the change set alone.
|
|
88
|
+
|
|
89
|
+
The worktree names are *not* argument-driven: they are always derived
|
|
90
|
+
from the *current* project id and the per-part feature slug.
|
|
91
|
+
|
|
92
|
+
## EXAMPLES
|
|
93
|
+
|
|
94
|
+
Dissect the current working copy changes:
|
|
95
|
+
|
|
96
|
+
```text
|
|
97
|
+
❯ /ase-code-dissect
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
Preview the dissection of the staged changes into at most four parts:
|
|
101
|
+
|
|
102
|
+
```text
|
|
103
|
+
❯ /ase-code-dissect --staged --dry --max-parts 4
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
Re-dissect the changes, re-creating the previously created worktrees:
|
|
107
|
+
|
|
108
|
+
```text
|
|
109
|
+
❯ /ase-code-dissect --force
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
Dissect the changes along an explicitly given axis:
|
|
113
|
+
|
|
114
|
+
```text
|
|
115
|
+
❯ /ase-code-dissect keep the plugin and tool changes in separate parts
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
## SEE ALSO
|
|
119
|
+
|
|
120
|
+
[`ase-task-dissect`](../ase-task-dissect/help.md), [`ase-meta-diff`](../ase-meta-diff/help.md), [`ase-meta-review`](../ase-meta-review/help.md),
|
|
121
|
+
[`ase-meta-changelog`](../ase-meta-changelog/help.md), [`ase-meta-commit`](../ase-meta-commit/help.md).
|
|
@@ -15,9 +15,9 @@ allowed-tools:
|
|
|
15
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
16
16
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
17
17
|
|
|
18
|
-
<
|
|
18
|
+
<purpose name="ase-code-explain">
|
|
19
19
|
Explain Source Code
|
|
20
|
-
</
|
|
20
|
+
</purpose>
|
|
21
21
|
|
|
22
22
|
<expand name="getopt" arg1="ase-code-explain">
|
|
23
23
|
$ARGUMENTS
|
|
@@ -20,9 +20,9 @@ allowed-tools:
|
|
|
20
20
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
21
21
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
22
22
|
|
|
23
|
-
<
|
|
23
|
+
<purpose name="ase-code-insight">
|
|
24
24
|
Project Insight
|
|
25
|
-
</
|
|
25
|
+
</purpose>
|
|
26
26
|
|
|
27
27
|
<expand name="getopt" arg1="ase-code-insight">
|
|
28
28
|
$ARGUMENTS
|
|
@@ -14,9 +14,9 @@ effort: high
|
|
|
14
14
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
15
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
16
16
|
|
|
17
|
-
<
|
|
17
|
+
<purpose name="ase-code-lint">
|
|
18
18
|
Lint Source Code
|
|
19
|
-
</
|
|
19
|
+
</purpose>
|
|
20
20
|
|
|
21
21
|
<expand name="getopt"
|
|
22
22
|
arg1="ase-code-lint"
|
|
@@ -17,9 +17,9 @@ allowed-tools:
|
|
|
17
17
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
18
18
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
19
19
|
|
|
20
|
-
<
|
|
20
|
+
<purpose name="ase-code-refactor">
|
|
21
21
|
Refactor Source Code
|
|
22
|
-
</
|
|
22
|
+
</purpose>
|
|
23
23
|
|
|
24
24
|
<expand name="getopt"
|
|
25
25
|
arg1="ase-code-refactor"
|
|
@@ -17,9 +17,9 @@ allowed-tools:
|
|
|
17
17
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
18
18
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
19
19
|
|
|
20
|
-
<
|
|
20
|
+
<purpose name="ase-code-resolve">
|
|
21
21
|
Resolve Problem
|
|
22
|
-
</
|
|
22
|
+
</purpose>
|
|
23
23
|
|
|
24
24
|
<expand name="getopt"
|
|
25
25
|
arg1="ase-code-resolve"
|
|
@@ -16,9 +16,9 @@ effort: high
|
|
|
16
16
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
17
17
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
18
18
|
|
|
19
|
-
<
|
|
19
|
+
<purpose name="ase-docs-distill">
|
|
20
20
|
Distill Key Points
|
|
21
|
-
</
|
|
21
|
+
</purpose>
|
|
22
22
|
|
|
23
23
|
<expand name="getopt"
|
|
24
24
|
arg1="ase-docs-distill"
|
|
@@ -14,9 +14,9 @@ effort: high
|
|
|
14
14
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
15
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
16
16
|
|
|
17
|
-
<
|
|
17
|
+
<purpose name="ase-docs-proofread">
|
|
18
18
|
Analyze documents for spelling, punctuation, or grammar errors
|
|
19
|
-
</
|
|
19
|
+
</purpose>
|
|
20
20
|
|
|
21
21
|
<expand name="getopt"
|
|
22
22
|
arg1="ase-docs-proofread"
|
|
@@ -20,9 +20,9 @@ allowed-tools:
|
|
|
20
20
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
21
21
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
22
22
|
|
|
23
|
-
<
|
|
23
|
+
<purpose name="ase-help-intent">
|
|
24
24
|
Match an Intent to an ASE Command
|
|
25
|
-
</
|
|
25
|
+
</purpose>
|
|
26
26
|
|
|
27
27
|
<expand name="getopt"
|
|
28
28
|
arg1="ase-help-intent"
|
|
@@ -19,9 +19,9 @@ allowed-tools:
|
|
|
19
19
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
20
20
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
21
21
|
|
|
22
|
-
<
|
|
22
|
+
<purpose name="ase-help-skill">
|
|
23
23
|
Show the Manual Page of an ASE Skill
|
|
24
|
-
</
|
|
24
|
+
</purpose>
|
|
25
25
|
|
|
26
26
|
<expand name="getopt"
|
|
27
27
|
arg1="ase-help-skill"
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
○ `ase-meta-commit`: Git Commit Message
|
|
42
42
|
○ `ase-meta-diff`: Summarize Diff
|
|
43
43
|
○ `ase-meta-review`: Review Staged Changes
|
|
44
|
+
○ `ase-code-dissect`: Dissect a Change Set
|
|
44
45
|
|
|
45
46
|
⎈ **TASK MANAGEMENT**
|
|
46
47
|
○ `ase-task-id`: Configure Task Id
|
|
@@ -49,6 +50,7 @@
|
|
|
49
50
|
○ `ase-task-edit`: Iteratively Edit a Task Plan
|
|
50
51
|
○ `ase-task-grill`: Iteratively Grill a Task Plan
|
|
51
52
|
○ `ase-task-condense`: Condense a Task Plan
|
|
53
|
+
○ `ase-task-dissect`: Dissect a Task Plan
|
|
52
54
|
○ `ase-task-reboot`: Reboot a Task Plan
|
|
53
55
|
○ `ase-task-preflight`: Preflight a Task Plan
|
|
54
56
|
○ `ase-task-implement`: Implement a Task Plan
|
|
@@ -56,6 +58,7 @@
|
|
|
56
58
|
○ `ase-task-delete`: Delete a Task Plan
|
|
57
59
|
|
|
58
60
|
⎈ **OTHER SKILLS**
|
|
61
|
+
○ `ase-meta-workflow`: Generate a Workflow Skill
|
|
59
62
|
○ `ase-meta-config`: Configuration Management
|
|
60
63
|
○ `ase-meta-compat`: Self-Test ASE Compatibility
|
|
61
64
|
|
|
@@ -17,9 +17,9 @@ effort: high
|
|
|
17
17
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
18
18
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
19
19
|
|
|
20
|
-
<
|
|
20
|
+
<purpose name="ase-meta-brainstorm">
|
|
21
21
|
Collaboratively Brainstorm a Topic
|
|
22
|
-
</
|
|
22
|
+
</purpose>
|
|
23
23
|
|
|
24
24
|
<expand name="getopt"
|
|
25
25
|
arg1="ase-meta-brainstorm"
|
|
@@ -19,9 +19,9 @@ allowed-tools:
|
|
|
19
19
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
20
20
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
21
21
|
|
|
22
|
-
<
|
|
22
|
+
<purpose name="ase-meta-changelog">
|
|
23
23
|
Update ChangeLog Entries
|
|
24
|
-
</
|
|
24
|
+
</purpose>
|
|
25
25
|
|
|
26
26
|
<expand name="getopt" arg1="ase-meta-changelog">
|
|
27
27
|
$ARGUMENTS
|
|
@@ -16,9 +16,9 @@ allowed-tools:
|
|
|
16
16
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
17
17
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
18
18
|
|
|
19
|
-
<
|
|
19
|
+
<purpose name="ase-meta-chat">
|
|
20
20
|
Query Foreign LLM for Chat
|
|
21
|
-
</
|
|
21
|
+
</purpose>
|
|
22
22
|
|
|
23
23
|
<expand name="getopt" arg1="ase-meta-chat">
|
|
24
24
|
$ARGUMENTS
|
|
@@ -14,9 +14,9 @@ allowed-tools:
|
|
|
14
14
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
15
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
16
16
|
|
|
17
|
-
<
|
|
17
|
+
<purpose name="ase-meta-commit">
|
|
18
18
|
Git Commit
|
|
19
|
-
</
|
|
19
|
+
</purpose>
|
|
20
20
|
|
|
21
21
|
<expand name="getopt" arg1="ase-meta-commit">
|
|
22
22
|
$ARGUMENTS
|
|
@@ -16,9 +16,9 @@ effort: high
|
|
|
16
16
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
17
17
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
18
18
|
|
|
19
|
-
<
|
|
19
|
+
<purpose name="ase-meta-config">
|
|
20
20
|
Configuration Management
|
|
21
|
-
</
|
|
21
|
+
</purpose>
|
|
22
22
|
|
|
23
23
|
<expand name="getopt"
|
|
24
24
|
arg1="ase-meta-config"
|
|
@@ -14,9 +14,9 @@ effort: xhigh
|
|
|
14
14
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
15
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
16
16
|
|
|
17
|
-
<
|
|
17
|
+
<purpose name="ase-meta-diaboli">
|
|
18
18
|
Play "Devil's Advocate"
|
|
19
|
-
</
|
|
19
|
+
</purpose>
|
|
20
20
|
|
|
21
21
|
<expand name="getopt"
|
|
22
22
|
arg1="ase-meta-diaboli"
|
|
@@ -21,9 +21,9 @@ allowed-tools:
|
|
|
21
21
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
22
22
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
23
23
|
|
|
24
|
-
<
|
|
24
|
+
<purpose name="ase-meta-diff">
|
|
25
25
|
Summarize Diff
|
|
26
|
-
</
|
|
26
|
+
</purpose>
|
|
27
27
|
|
|
28
28
|
<expand name="getopt"
|
|
29
29
|
arg1="ase-meta-diff"
|
|
@@ -17,9 +17,9 @@ allowed-tools:
|
|
|
17
17
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
18
18
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
19
19
|
|
|
20
|
-
<
|
|
20
|
+
<purpose name="ase-meta-eli5">
|
|
21
21
|
Explain a Topic Like I'm 5
|
|
22
|
-
</
|
|
22
|
+
</purpose>
|
|
23
23
|
|
|
24
24
|
<expand name="getopt"
|
|
25
25
|
arg1="ase-meta-eli5"
|
|
@@ -15,9 +15,9 @@ effort: high
|
|
|
15
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
16
16
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
17
17
|
|
|
18
|
-
<
|
|
18
|
+
<purpose name="ase-meta-evaluate">
|
|
19
19
|
Evaluate Alternatives
|
|
20
|
-
</
|
|
20
|
+
</purpose>
|
|
21
21
|
|
|
22
22
|
<expand name="getopt" arg1="ase-meta-evaluate">
|
|
23
23
|
$ARGUMENTS
|
|
@@ -20,9 +20,9 @@ allowed-tools:
|
|
|
20
20
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-dialog.md
|
|
21
21
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
22
22
|
|
|
23
|
-
<
|
|
23
|
+
<purpose name="ase-meta-proximity">
|
|
24
24
|
Determine the Conceptual Proximity of a Topic
|
|
25
|
-
</
|
|
25
|
+
</purpose>
|
|
26
26
|
|
|
27
27
|
<expand name="getopt"
|
|
28
28
|
arg1="ase-meta-proximity"
|
|
@@ -19,9 +19,9 @@ allowed-tools:
|
|
|
19
19
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
20
20
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
21
21
|
|
|
22
|
-
<
|
|
22
|
+
<purpose name="ase-meta-quorum">
|
|
23
23
|
Query Multiple AIs for Quorum Answer
|
|
24
|
-
</
|
|
24
|
+
</purpose>
|
|
25
25
|
|
|
26
26
|
<expand name="getopt"
|
|
27
27
|
arg1="ase-meta-quorum"
|
|
@@ -19,9 +19,9 @@ allowed-tools:
|
|
|
19
19
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
20
20
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
21
21
|
|
|
22
|
-
<
|
|
22
|
+
<purpose name="ase-meta-quotes">
|
|
23
23
|
Find Quotes on a Topic
|
|
24
|
-
</
|
|
24
|
+
</purpose>
|
|
25
25
|
|
|
26
26
|
<expand name="getopt"
|
|
27
27
|
arg1="ase-meta-quotes"
|
|
@@ -19,9 +19,9 @@ allowed-tools:
|
|
|
19
19
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
20
20
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
21
21
|
|
|
22
|
-
<
|
|
22
|
+
<purpose name="ase-meta-review">
|
|
23
23
|
Review Staged Changes
|
|
24
|
-
</
|
|
24
|
+
</purpose>
|
|
25
25
|
|
|
26
26
|
<expand name="getopt"
|
|
27
27
|
arg1="ase-meta-review"
|
|
@@ -19,9 +19,9 @@ allowed-tools:
|
|
|
19
19
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
20
20
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
21
21
|
|
|
22
|
-
<
|
|
22
|
+
<purpose name="ase-meta-search">
|
|
23
23
|
Search the Internet/Web
|
|
24
|
-
</
|
|
24
|
+
</purpose>
|
|
25
25
|
|
|
26
26
|
<expand name="getopt"
|
|
27
27
|
arg1="ase-meta-search"
|
|
@@ -14,9 +14,9 @@ effort: xhigh
|
|
|
14
14
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
15
15
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
16
16
|
|
|
17
|
-
<
|
|
17
|
+
<purpose name="ase-meta-steelman">
|
|
18
18
|
Build the "Steelman" Argument
|
|
19
|
-
</
|
|
19
|
+
</purpose>
|
|
20
20
|
|
|
21
21
|
<expand name="getopt"
|
|
22
22
|
arg1="ase-meta-steelman"
|
|
@@ -12,9 +12,9 @@ effort: high
|
|
|
12
12
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
|
|
13
13
|
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
|
|
14
14
|
|
|
15
|
-
<
|
|
15
|
+
<purpose name="ase-meta-why">
|
|
16
16
|
Five-Whys Root-Cause Analysis
|
|
17
|
-
</
|
|
17
|
+
</purpose>
|
|
18
18
|
|
|
19
19
|
<expand name="getopt"
|
|
20
20
|
arg1="ase-meta-why"
|