@orderful/droid 0.31.1 → 0.31.2

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 (52) hide show
  1. package/.claude-plugin/marketplace.json +4 -4
  2. package/AGENTS.md +1 -0
  3. package/CHANGELOG.md +68 -0
  4. package/dist/tools/brain/.claude-plugin/plugin.json +1 -1
  5. package/dist/tools/brain/TOOL.yaml +1 -1
  6. package/dist/tools/brain/commands/brain.md +13 -11
  7. package/dist/tools/brain/commands/scratchpad.md +4 -6
  8. package/dist/tools/brain/skills/brain/SKILL.md +62 -105
  9. package/dist/tools/brain/skills/brain/references/templates.md +37 -5
  10. package/dist/tools/brain/skills/brain/references/workflows.md +27 -16
  11. package/dist/tools/brain/skills/brain-obsidian/references/workflows.md +1 -1
  12. package/dist/tools/codex/.claude-plugin/plugin.json +1 -1
  13. package/dist/tools/codex/TOOL.yaml +1 -1
  14. package/dist/tools/codex/commands/codex.md +15 -12
  15. package/dist/tools/codex/skills/codex/SKILL.md +30 -63
  16. package/dist/tools/codex/skills/codex/references/creating.md +2 -2
  17. package/dist/tools/codex/skills/codex/references/decisions.md +1 -1
  18. package/dist/tools/droid/.claude-plugin/plugin.json +1 -1
  19. package/dist/tools/droid/TOOL.yaml +1 -1
  20. package/dist/tools/droid/skills/droid/SKILL.md +48 -409
  21. package/dist/tools/project/.claude-plugin/plugin.json +1 -1
  22. package/dist/tools/project/TOOL.yaml +1 -1
  23. package/dist/tools/project/commands/project.md +12 -12
  24. package/dist/tools/project/skills/project/SKILL.md +12 -4
  25. package/dist/tools/project/skills/project/references/creating.md +2 -2
  26. package/dist/tools/project/skills/project/references/loading.md +17 -3
  27. package/dist/tools/tech-design/skills/tech-design/references/think.md +1 -1
  28. package/package.json +1 -1
  29. package/src/tools/brain/.claude-plugin/plugin.json +1 -1
  30. package/src/tools/brain/TOOL.yaml +1 -1
  31. package/src/tools/brain/commands/brain.md +13 -11
  32. package/src/tools/brain/commands/scratchpad.md +4 -6
  33. package/src/tools/brain/skills/brain/SKILL.md +62 -105
  34. package/src/tools/brain/skills/brain/references/templates.md +37 -5
  35. package/src/tools/brain/skills/brain/references/workflows.md +27 -16
  36. package/src/tools/brain/skills/brain-obsidian/references/workflows.md +1 -1
  37. package/src/tools/codex/.claude-plugin/plugin.json +1 -1
  38. package/src/tools/codex/TOOL.yaml +1 -1
  39. package/src/tools/codex/commands/codex.md +15 -12
  40. package/src/tools/codex/skills/codex/SKILL.md +30 -63
  41. package/src/tools/codex/skills/codex/references/creating.md +2 -2
  42. package/src/tools/codex/skills/codex/references/decisions.md +1 -1
  43. package/src/tools/droid/.claude-plugin/plugin.json +1 -1
  44. package/src/tools/droid/TOOL.yaml +1 -1
  45. package/src/tools/droid/skills/droid/SKILL.md +48 -409
  46. package/src/tools/project/.claude-plugin/plugin.json +1 -1
  47. package/src/tools/project/TOOL.yaml +1 -1
  48. package/src/tools/project/commands/project.md +12 -12
  49. package/src/tools/project/skills/project/SKILL.md +12 -4
  50. package/src/tools/project/skills/project/references/creating.md +2 -2
  51. package/src/tools/project/skills/project/references/loading.md +17 -3
  52. package/src/tools/tech-design/skills/tech-design/references/think.md +1 -1
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: project
3
3
  description: "Manage project context files for persistent AI memory across sessions"
4
- argument-hint: "[{keywords} | update | create {name}]"
4
+ argument-hint: "[search {keywords} | update | create {name}]"
5
5
  ---
6
6
 
7
7
  # /project
@@ -10,21 +10,21 @@ argument-hint: "[{keywords} | update | create {name}]"
10
10
 
11
11
  **Your task:** Invoke the **project skill** with these arguments.
12
12
 
13
- ## Example
13
+ ## Examples
14
14
 
15
- If user typed `/project droid`, you should interpret this as: "Search for and load a project matching 'droid'"
16
-
17
- If user typed `/project create new-feature`, interpret as: "Create a new project named 'new-feature'"
15
+ - `/project search droid` Search for and load project matching "droid"
16
+ - `/project search platform -- show changelog` → Search, load, then show changelog
17
+ - `/project update` Update from conversation context
18
+ - `/project create new-feature` → Create a new project
18
19
 
19
20
  ## Quick Reference
20
21
 
21
22
  ```
22
- /project # List and select a project
23
- /project {keywords} # SEARCH for existing project (default action)
24
- /project update # Update from conversation context
25
- /project create {name} # CREATE new project
23
+ /project # List and select a project
24
+ /project search {keywords} # Search for existing project
25
+ /project search {keywords} -- {q} # Search, load, then execute follow-up
26
+ /project update # Update from conversation context
27
+ /project create {name} # Create new project
26
28
  ```
27
29
 
28
- **Default behavior:** When given keywords, SEARCH first (don't create unless "create" keyword is present).
29
-
30
- See the **project skill** for complete documentation and procedures.
30
+ See the **project skill** for complete documentation.
@@ -46,19 +46,27 @@ Default `projects_dir` by AI tool (only if overrides.yaml is missing or lacks `p
46
46
  | Command | Action |
47
47
  | ------------------------------------- | ------------------------------------------------------ |
48
48
  | `/project` | List and select a project |
49
- | `/project {keywords}` | **Search** for existing project (fuzzy-match and load) |
49
+ | `/project search {keywords}` | Search for existing project (fuzzy-match and load) |
50
+ | `/project search {keywords} -- {instruction}` | Search, load, then execute follow-up instruction |
50
51
  | `/project create {name}` | Create new project (requires `create` keyword) |
51
52
  | `/project create --from codex:{name}` | Create project seeded with codex context |
52
53
  | `/project update` | Update from conversation context |
53
54
 
54
- **IMPORTANT:** The default action for `/project {keywords}` is to **SEARCH** for existing projects, NOT create. Only use `/project create {name}` when the user explicitly wants to create a new project.
55
+ **IMPORTANT:** Use `/project search {keywords}` to find and load existing projects. Only use `/project create {name}` when the user explicitly wants to create a new project.
55
56
 
56
57
  ## Loading a Project
57
58
 
58
- **Trigger:** `/project {keywords}` or user asks to load/open a project
59
+ **Trigger:** `/project search {keywords}` or user asks to load/open a project
59
60
 
60
61
  **TLDR:** Search for and load an existing project. Fuzzy-match keywords against project folders, read PROJECT.md, summarize context.
61
62
 
63
+ **Follow-up instructions:** Use `--` to add an instruction to execute after loading:
64
+ ```bash
65
+ /project search droid -- show the changelog
66
+ /project search platform -- what's the current status?
67
+ ```
68
+ Parse args by splitting on ` -- `. First part = search terms, second part = instruction to execute after loading.
69
+
62
70
  Full procedure: `references/loading.md`
63
71
 
64
72
  ## Updating a Project
@@ -86,7 +94,7 @@ Templates: `references/templates.md`
86
94
 
87
95
  Projects work best in a cycle:
88
96
 
89
- 1. **Load** - `/project {name}` gives Claude full context
97
+ 1. **Load** - `/project search {name}` gives Claude full context
90
98
  2. **Research/Plan** - Explore the problem, consider approaches
91
99
  3. **Document** - Capture decisions in PROJECT.md before implementing
92
100
  4. **Implement** - Build with full context of why decisions were made
@@ -123,7 +123,7 @@ Bridge shared organizational knowledge (codex) to personal working memory (proje
123
123
  - Technical details from tech design
124
124
 
125
125
  Full codex docs remain at: {codex_repo}/projects/{name}/
126
- Use `/codex {name}` to load the complete shared context.
126
+ Use `/codex search {name}` to load the complete shared context.
127
127
  ```
128
128
 
129
129
  ### Error Handling
@@ -144,7 +144,7 @@ Try: /project create --from codex:partnership-automation
144
144
  A project named "{name}" already exists at {path}.
145
145
 
146
146
  Options:
147
- - Load existing: /project {name}
147
+ - Load existing: /project search {name}
148
148
  - Use different name: /project create other-name --from codex:{codex-name}
149
149
  ```
150
150
 
@@ -1,8 +1,8 @@
1
1
  # Loading a Project
2
2
 
3
- **Trigger:** `/project {keywords}` or user asks to load/open a project
3
+ **Trigger:** `/project search {keywords}` or `/project search {keywords} -- {instruction}`
4
4
 
5
- **IMPORTANT:** This is a SEARCH operation. When keywords are provided, search for existing projects - do NOT create a new project. Creating requires the explicit `/project create {name}` command.
5
+ **IMPORTANT:** This is a SEARCH operation. The `search` keyword is required. Creating requires the explicit `/project create {name}` command.
6
6
 
7
7
  ## Procedure
8
8
 
@@ -33,10 +33,12 @@
33
33
  - Summarize key context (2-3 sentences)
34
34
  - Use project contents for all subsequent work in the session
35
35
 
36
+ 7. **If `-- {instruction}` provided:** Execute the follow-up instruction against the loaded project
37
+
36
38
  ## Example
37
39
 
38
40
  ```
39
- User: /project transaction templates
41
+ User: /project search transaction templates
40
42
 
41
43
  Claude: Found project "transaction-templates". Loading...
42
44
 
@@ -46,3 +48,15 @@ This project covers Handlebars templates for EDI transaction generation.
46
48
  Key focus areas: template rendering service, permission controls, and
47
49
  the upcoming UI for template management.
48
50
  ```
51
+
52
+ **With follow-up instruction:**
53
+
54
+ ```
55
+ User: /project search droid -- show changelog
56
+
57
+ Claude: Found project "droid". Loading...
58
+ [project context]
59
+
60
+ Here's the recent changelog:
61
+ [changelog content]
62
+ ```
@@ -227,7 +227,7 @@ Which would you prefer?
227
227
  **If option 3 (create comment):**
228
228
 
229
229
  ```bash
230
- # Read user_mention from ~/.droid/config.yaml
230
+ # Get user_mention from: droid config tech-design
231
231
  # Add comment to thought doc:
232
232
 
233
233
  > @{user} Explored events vs polling for status updates