@orderful/droid 0.32.0 → 0.33.0
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/.claude-plugin/marketplace.json +21 -8
- package/CHANGELOG.md +47 -0
- package/README.md +24 -0
- package/dist/tools/brain/.claude-plugin/plugin.json +1 -1
- package/dist/tools/brain/TOOL.yaml +1 -1
- package/dist/tools/brain/skills/brain/SKILL.md +6 -4
- package/dist/tools/brain/skills/brain/references/workflows.md +17 -12
- package/dist/tools/coach/.claude-plugin/plugin.json +1 -1
- package/dist/tools/coach/TOOL.yaml +1 -1
- package/dist/tools/coach/skills/coach/SKILL.md +2 -1
- package/dist/tools/code-review/.claude-plugin/plugin.json +1 -1
- package/dist/tools/code-review/TOOL.yaml +1 -1
- package/dist/tools/code-review/skills/code-review/SKILL.md +1 -1
- package/dist/tools/codex/.claude-plugin/plugin.json +1 -1
- package/dist/tools/codex/TOOL.yaml +1 -1
- package/dist/tools/codex/skills/codex/SKILL.md +1 -1
- package/dist/tools/codex/skills/codex/references/loading.md +1 -1
- package/dist/tools/comments/.claude-plugin/plugin.json +1 -1
- package/dist/tools/comments/TOOL.yaml +1 -1
- package/dist/tools/comments/skills/comments/SKILL.md +9 -7
- package/dist/tools/plan/.claude-plugin/plugin.json +16 -0
- package/dist/tools/plan/TOOL.yaml +18 -0
- package/dist/tools/plan/commands/plan.md +33 -0
- package/dist/tools/plan/skills/plan/SKILL.md +103 -0
- package/dist/tools/plan/skills/plan/references/templates.md +176 -0
- package/dist/tools/plan/skills/plan/references/workflows.md +299 -0
- package/dist/tools/plan/skills/plan/references/xml-conversion.md +123 -0
- package/dist/tools/project/.claude-plugin/plugin.json +1 -1
- package/dist/tools/project/TOOL.yaml +3 -2
- package/dist/tools/project/skills/project/SKILL.md +10 -12
- package/dist/tools/project/skills/project/references/creating.md +5 -5
- package/dist/tools/project/skills/project/references/loading.md +4 -4
- package/dist/tools/tech-design/.claude-plugin/plugin.json +1 -1
- package/dist/tools/tech-design/TOOL.yaml +1 -1
- package/dist/tools/tech-design/skills/tech-design/SKILL.md +3 -3
- package/dist/tools/tech-design/skills/tech-design/references/publish.md +1 -1
- package/dist/tools/tech-design/skills/tech-design/references/start.md +2 -2
- package/dist/tools/wrapup/.claude-plugin/plugin.json +1 -1
- package/dist/tools/wrapup/TOOL.yaml +1 -1
- package/dist/tools/wrapup/skills/wrapup/references/subagent-prompts.md +14 -8
- package/package.json +1 -1
- package/src/tools/brain/.claude-plugin/plugin.json +1 -1
- package/src/tools/brain/TOOL.yaml +1 -1
- package/src/tools/brain/skills/brain/SKILL.md +6 -4
- package/src/tools/brain/skills/brain/references/workflows.md +17 -12
- package/src/tools/coach/.claude-plugin/plugin.json +1 -1
- package/src/tools/coach/TOOL.yaml +1 -1
- package/src/tools/coach/skills/coach/SKILL.md +2 -1
- package/src/tools/code-review/.claude-plugin/plugin.json +1 -1
- package/src/tools/code-review/TOOL.yaml +1 -1
- package/src/tools/code-review/skills/code-review/SKILL.md +1 -1
- package/src/tools/codex/.claude-plugin/plugin.json +1 -1
- package/src/tools/codex/TOOL.yaml +1 -1
- package/src/tools/codex/skills/codex/SKILL.md +1 -1
- package/src/tools/codex/skills/codex/references/loading.md +1 -1
- package/src/tools/comments/.claude-plugin/plugin.json +1 -1
- package/src/tools/comments/TOOL.yaml +1 -1
- package/src/tools/comments/skills/comments/SKILL.md +9 -7
- package/src/tools/plan/.claude-plugin/plugin.json +16 -0
- package/src/tools/plan/TOOL.yaml +18 -0
- package/src/tools/plan/commands/plan.md +33 -0
- package/src/tools/plan/skills/plan/SKILL.md +103 -0
- package/src/tools/plan/skills/plan/references/templates.md +176 -0
- package/src/tools/plan/skills/plan/references/workflows.md +299 -0
- package/src/tools/plan/skills/plan/references/xml-conversion.md +123 -0
- package/src/tools/project/.claude-plugin/plugin.json +1 -1
- package/src/tools/project/TOOL.yaml +3 -2
- package/src/tools/project/skills/project/SKILL.md +10 -12
- package/src/tools/project/skills/project/references/creating.md +5 -5
- package/src/tools/project/skills/project/references/loading.md +4 -4
- package/src/tools/tech-design/.claude-plugin/plugin.json +1 -1
- package/src/tools/tech-design/TOOL.yaml +1 -1
- package/src/tools/tech-design/skills/tech-design/SKILL.md +3 -3
- package/src/tools/tech-design/skills/tech-design/references/publish.md +1 -1
- package/src/tools/tech-design/skills/tech-design/references/start.md +2 -2
- package/src/tools/wrapup/.claude-plugin/plugin.json +1 -1
- package/src/tools/wrapup/TOOL.yaml +1 -1
- package/src/tools/wrapup/skills/wrapup/references/subagent-prompts.md +14 -8
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
## Procedure
|
|
8
8
|
|
|
9
|
-
1. **Determine projects directory
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
- If not configured →
|
|
9
|
+
1. **Determine projects directory**
|
|
10
|
+
- Run `droid config project` and parse the JSON output
|
|
11
|
+
- Use the `projects_dir` value
|
|
12
|
+
- If not configured → inform user to create `~/.droid/skills/project/overrides.yaml` with `projects_dir: /path/to/projects`
|
|
13
13
|
|
|
14
14
|
2. **List projects** in the single configured directory
|
|
15
15
|
- Each subfolder with a `PROJECT.md` is a project
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "droid-tech-design",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Technical design authoring tool for engineers. Create structured tech design docs with /tech-design start, iterate in brain, publish to codex. Three-document approach: research doc (codebase discoveries) + thought doc (design workspace) + roll-up (clean summary for review).",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Orderful",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
name: tech-design
|
|
2
2
|
description: "Technical design authoring tool for engineers. Create structured tech design docs with /tech-design start, iterate in brain, publish to codex. Three-document approach: research doc (codebase discoveries) + thought doc (design workspace) + roll-up (clean summary for review)."
|
|
3
|
-
version: 0.2.
|
|
3
|
+
version: 0.2.3
|
|
4
4
|
status: beta
|
|
5
5
|
|
|
6
6
|
includes:
|
|
@@ -28,8 +28,8 @@ The `/tech-design` skill brings tech design authoring into the same AI-augmented
|
|
|
28
28
|
|
|
29
29
|
Before using tech-design, verify:
|
|
30
30
|
|
|
31
|
-
1. **Brain skill configured:**
|
|
32
|
-
2. **Codex skill configured:**
|
|
31
|
+
1. **Brain skill configured:** Run `droid config brain` and check if `brain_dir` is set
|
|
32
|
+
2. **Codex skill configured:** Run `droid config codex` and check if `codex_repo` is set
|
|
33
33
|
3. **gh CLI:** Required for PR workflows
|
|
34
34
|
|
|
35
35
|
If prerequisites fail, guide user to configure:
|
|
@@ -65,7 +65,7 @@ Tech-design has no configuration of its own. It delegates to:
|
|
|
65
65
|
2. **Thought doc** = Design workspace
|
|
66
66
|
- References research doc for context
|
|
67
67
|
- Focuses on architectural decisions
|
|
68
|
-
- Iterates with `@droid`/`@user` comments
|
|
68
|
+
- Iterates with `@droid`/`@user` comments (the @mention is the **target**: `@droid` = user asking AI, `@user` = AI asking user)
|
|
69
69
|
- Captures the "why" behind choices
|
|
70
70
|
|
|
71
71
|
3. **Roll-up** = Reviewer artifact
|
|
@@ -25,7 +25,7 @@ if [ ! -f "$research_doc_path" ]; then
|
|
|
25
25
|
fi
|
|
26
26
|
|
|
27
27
|
# Codex repo must be configured (read from codex skill config)
|
|
28
|
-
codex_repo=$(grep '
|
|
28
|
+
codex_repo=$(droid config codex | grep -o '"codex_repo": *"[^"]*"' | cut -d'"' -f4)
|
|
29
29
|
if [ -z "$codex_repo" ]; then
|
|
30
30
|
echo "Error: Codex not configured."
|
|
31
31
|
echo "Set up with: /codex"
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
Check that required tools are configured:
|
|
14
14
|
|
|
15
|
-
- **Brain skill:**
|
|
16
|
-
- **Codex skill:**
|
|
15
|
+
- **Brain skill:** Run `droid config brain` and check if `brain_dir` is set
|
|
16
|
+
- **Codex skill:** Run `droid config codex` and check if `codex_repo` is set
|
|
17
17
|
|
|
18
18
|
If prerequisites fail, guide user to configure:
|
|
19
19
|
|
|
@@ -24,21 +24,27 @@ Output format:
|
|
|
24
24
|
|
|
25
25
|
## Project File Check
|
|
26
26
|
|
|
27
|
-
**Subagent type:**
|
|
27
|
+
**Subagent type:** Bash
|
|
28
28
|
|
|
29
29
|
```
|
|
30
30
|
Read /tmp/wrapup-session-brief.md for session context.
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
32
|
+
First, run `droid config project` to get the project skill configuration.
|
|
33
|
+
Parse the JSON output to find the `projects_dir` value.
|
|
34
|
+
|
|
35
|
+
If `projects_dir` is not set, skip project file analysis.
|
|
36
|
+
|
|
37
|
+
If configured:
|
|
38
|
+
1. Search the projects directory for recently modified PROJECT.md files (last 7 days)
|
|
39
|
+
2. Read the most recently modified project file
|
|
40
|
+
3. Compare against session brief
|
|
41
|
+
4. Identify:
|
|
36
42
|
- Stale entries that should be updated or removed
|
|
37
43
|
- New items from the session to add (decisions, blockers, next steps)
|
|
38
44
|
- Status changes (completed items, new blockers)
|
|
39
45
|
|
|
40
46
|
Output specific proposed updates with exact text to add/change.
|
|
41
|
-
If no project
|
|
47
|
+
If no active project found, note that and skip.
|
|
42
48
|
```
|
|
43
49
|
|
|
44
50
|
## Brain Doc Check
|
|
@@ -48,7 +54,7 @@ If no project file exists, note that and skip.
|
|
|
48
54
|
```
|
|
49
55
|
Read /tmp/wrapup-session-brief.md for session context.
|
|
50
56
|
|
|
51
|
-
First,
|
|
57
|
+
First, run `droid config brain` and parse the JSON output for the `brain_dir` setting.
|
|
52
58
|
If not configured, skip brain doc analysis.
|
|
53
59
|
|
|
54
60
|
If configured:
|
|
@@ -70,7 +76,7 @@ Output:
|
|
|
70
76
|
```
|
|
71
77
|
Read /tmp/wrapup-session-brief.md for session context.
|
|
72
78
|
|
|
73
|
-
|
|
79
|
+
Run `droid config codex` and check if `codex_repo` is set.
|
|
74
80
|
If not configured, skip codex analysis.
|
|
75
81
|
|
|
76
82
|
If the session involved:
|