maestro-flow-one 0.2.11 → 0.2.13

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.
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: maestro-collab
3
3
  description: Use when a question needs cross-verification from multiple CLI tools or diverse analytical perspectives
4
- argument-hint: "\"<requirement>\" [--tools gemini,qwen,claude] [--mode analysis|write] [--rule <template>] [-y]"
4
+ argument-hint: "<requirement> [--tools gemini,qwen,claude] [--mode analysis|write] [--rule <template>] [-y]"
5
5
  allowed-tools:
6
6
  - Read
7
7
  - Write
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: maestro-composer
3
3
  description: Compose reusable workflow templates from natural language
4
- argument-hint: "\"workflow description\" [--resume] [--edit <template-path>]"
4
+ argument-hint: "<workflow-description> [--resume] [--edit <template-path>]"
5
5
  allowed-tools:
6
6
  - Read
7
7
  - Write
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: maestro-impeccable
3
3
  description: Use when designing, auditing, polishing, or improving frontend UI — websites, dashboards, landing pages, components
4
- argument-hint: "<command|chain|intent> [target] [flags]"
4
+ argument-hint: "<command|intent> [target] [flags] — 可选 chain: build|redesign|improve|enhance|launch|harden|foundation|live"
5
5
  allowed-tools:
6
6
  - Read
7
7
  - Write
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: maestro-learn
3
3
  description: Route learning intent to learn-* commands
4
- argument-hint: "\"intent text\" [-y] [--dry-run] [--chain <name>]"
4
+ argument-hint: "<intent> [-y] [--dry-run] [--chain <name>]"
5
5
  allowed-tools:
6
6
  - Read
7
7
  - Write
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: maestro-overlay
3
3
  description: Create or edit command overlays from natural language
4
- argument-hint: "<intent>"
4
+ argument-hint: "<intent> — 描述要添加的规则或步骤,如 'always verify after execute'"
5
5
  allowed-tools:
6
6
  - Read
7
7
  - Write
@@ -9,7 +9,7 @@ allowed-tools:
9
9
  - Bash
10
10
  - Glob
11
11
  - Grep
12
- - Task
12
+ - Agent
13
13
  - AskUserQuestion
14
14
  ---
15
15
  <purpose>
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: maestro-tools-execute
3
3
  description: Load and execute tool specs by category or name
4
- argument-hint: "[tool-name | --category <category>]"
4
+ argument-hint: "[<tool-name> | --category <category>] [--list]"
5
5
  allowed-tools:
6
6
  - Read
7
7
  - Write
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: maestro-tools-register
3
3
  description: Register tool specs - extract, generate, or optimize
4
- argument-hint: "[description]"
4
+ argument-hint: "[<description>] [--extract <path>] [--optimize <name>]"
5
5
  allowed-tools:
6
6
  - Read
7
7
  - Write
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: manage-issue-discover
3
3
  description: Discover issues via multi-perspective analysis
4
- argument-hint: "[multi-perspective | by-prompt \"what to look for\"] [-y|--yes] [--scope=src/**] [--depth=standard|deep]"
4
+ argument-hint: "[multi-perspective | by-prompt <prompt>] [-y] [--scope <glob>] [--depth standard|deep]"
5
5
  allowed-tools:
6
6
  - Read
7
7
  - Write
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: manage-issue
3
3
  description: Create, query, update, close, and link issues
4
- argument-hint: "<create|list|status|update|close|link> [options]"
4
+ argument-hint: "<subcommand: create|list|status|update|close|link> [--title text] [--severity S] [--status S] [--resolution text]"
5
5
  allowed-tools:
6
6
  - Read
7
7
  - Write
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: manage-knowhow-capture
3
3
  description: Capture reusable knowledge as templates, recipes, or tips
4
- argument-hint: "[type] [description] [--lang <lang>] [--source <url>] [--tag tag1,tag2]"
4
+ argument-hint: "[<type>] [<description>] [--lang <lang>] [--source <url>] [--tag t1,t2]"
5
5
  allowed-tools:
6
6
  - Read
7
7
  - Write
@@ -47,6 +47,8 @@ $ARGUMENTS — type token + description + optional flags.
47
47
  <execution>
48
48
  Follow '~/.maestro/workflows/knowhow.md' completely.
49
49
 
50
+ **Tags language rule**: Tags must match content language. Chinese content → Chinese tags (如 `认证,令牌,刷新`). English content → English tags. Mixed → bilingual.
51
+
50
52
  **Type-specific content rules**:
51
53
 
52
54
  | Type | Content extraction |
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: manage-knowhow
3
3
  description: Manage knowhow entries (workflow and system)
4
- argument-hint: "[list|search|view|edit|delete|prune] [query|id|file] [--store workflow|system|all] [--tag tag] [--type compact|tip]"
4
+ argument-hint: "<subcommand: list|search|view|edit|delete|prune> [query|id] [--store workflow|system|all] [--tag <tag>] [--type compact|tip]"
5
5
  allowed-tools:
6
6
  - Read
7
7
  - Write
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: manage-learn
3
3
  description: Capture and search learning insights and tips
4
- argument-hint: "[<text>|tip <text>|list|search|show <id>] [--category ...] [--tag t1,t2] [--phase N] [--confidence ...]"
4
+ argument-hint: "[<text> | tip <text> | list | search | show <id>] [--category <cat>] [--tag t1,t2] [--phase N]"
5
5
  allowed-tools:
6
6
  - Read
7
7
  - Write
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: manage-status
3
3
  description: Show project dashboard with progress and next steps
4
+ argument-hint: ""
4
5
  allowed-tools:
5
6
  - Read
6
7
  - Bash
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: manage-wiki
3
3
  description: Manage wiki graph — health, cleanup, search, stats
4
- argument-hint: "[health|search|cleanup|stats] [options]"
4
+ argument-hint: "<subcommand: health|search|cleanup|stats> [query] [--fix] [--dry-run]"
5
5
  allowed-tools:
6
6
  - Read
7
7
  - Write
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  name: quality-auto-test
3
3
  description: Use when test coverage needs automated expansion or existing tests need iterative convergence
4
- argument-hint: "<phase> [-y] [-c N] [--max-iter <N>] [--layer <L0-L3>] [--strategy <name>] [--dry-run] [--re-run]"
4
+ argument-hint: "<phase> [-y] [-c N] [--max-iter N] [--layer L0|L1|L2|L3] [--dry-run] [--re-run]"
5
5
  allowed-tools:
6
- - spawn_agents_on_csv
7
6
  - Read
8
7
  - Write
9
8
  - Edit
@@ -9,7 +9,7 @@ allowed-tools:
9
9
  - Bash
10
10
  - Glob
11
11
  - Grep
12
- - Task
12
+ - Agent
13
13
  - AskUserQuestion
14
14
  ---
15
15
  <purpose>
@@ -40,6 +40,11 @@ Follow '~/.maestro/workflows/test.md' completely.
40
40
 
41
41
  **Command-specific extensions (not in workflow):**
42
42
 
43
+ **Knowledge context loading** (before test design):
44
+ - Wiki search: `maestro wiki search "<phase/feature keywords>" --json` → prior test strategies, recipes, decisions
45
+ - Role knowledge: `maestro wiki list --category test` → select relevant → `maestro wiki load <id>`
46
+ - Specs + tools: `maestro spec load --category test` → test conventions + discoverable knowhow tools
47
+
43
48
  **Test tool discovery** (knowhow tools as scenario source):
44
49
  - Load registered test tools: `maestro spec load --category test --keyword <feature>`
45
50
  - If tools found, extract their steps as additional test scenarios marked `source: "tool"`
@@ -31,11 +31,14 @@ Scope-to-directory mapping, category-to-file mapping, and entry format defined i
31
31
 
32
32
  **Examples:**
33
33
  ```bash
34
- # Standard spec entry
34
+ # English content → English keywords
35
35
  /spec-add coding "Named exports" "Always use named exports" --keywords "exports,naming"
36
36
 
37
- # Spec with ref to detailed knowhow
38
- /spec-add coding "OAuth PKCE Flow" "完整 PKCE 集成流程" --ref knowhow/RCP-oauth-pkce.md --keywords "oauth,pkce"
37
+ # Chinese content Chinese keywords (匹配中文 prompt)
38
+ /spec-add coding "命名导出规范" "始终使用命名导出" --keywords "导出,命名,模块"
39
+
40
+ # Mixed → bilingual keywords
41
+ /spec-add coding "OAuth PKCE Flow" "完整 PKCE 集成流程" --ref knowhow/RCP-oauth-pkce.md --keywords "oauth,pkce,认证,授权"
39
42
 
40
43
  /spec-add arch "OAuth PKCE 集成" "完整流程设计" --ref knowhow/AST-oauth-flow.md
41
44
  ```
@@ -19,9 +19,6 @@ All output lands in `.workflow/specs/`.
19
19
  @~/.maestro/workflows/specs-setup.md
20
20
  </required_reading>
21
21
 
22
- <deferred_reading>
23
- </deferred_reading>
24
-
25
22
  <context>
26
23
  $ARGUMENTS (no arguments expected)
27
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maestro-flow-one",
3
- "version": "0.2.11",
3
+ "version": "0.2.13",
4
4
  "description": "All Maestro workflow commands as a single Claude Code skill — intent routing, decision gates, minimal closed-loop chains",
5
5
  "bin": {
6
6
  "maestro-flow": "bin/maestro-flow.js"