maestro-flow 0.3.4 → 0.3.6
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/commands/maestro-brainstorm.md +10 -1
- package/.claude/commands/maestro-milestone-audit.md +1 -1
- package/.claude/commands/maestro-milestone-complete.md +2 -1
- package/.claude/commands/maestro-milestone-release.md +96 -0
- package/.claude/commands/maestro-phase-add.md +9 -1
- package/.claude/commands/maestro-phase-transition.md +9 -1
- package/.claude/commands/maestro.md +6 -0
- package/.claude/commands/manage-codebase-rebuild.md +76 -50
- package/.claude/commands/manage-codebase-refresh.md +9 -1
- package/.claude/commands/quality-refactor.md +1 -1
- package/.claude/commands/quality-sync.md +9 -1
- package/.claude/commands/spec-setup.md +1 -1
- package/.codex/skills/maestro-coordinate/SKILL.md +20 -6
- package/.codex/skills/maestro-init/SKILL.md +167 -167
- package/.codex/skills/maestro-phase-add/SKILL.md +154 -154
- package/.codex/skills/maestro-phase-transition/SKILL.md +173 -173
- package/.codex/skills/maestro-verify/SKILL.md +566 -566
- package/.codex/skills/manage-codebase-rebuild/SKILL.md +5 -5
- package/.codex/skills/manage-codebase-refresh/SKILL.md +5 -5
- package/.codex/skills/manage-issue/SKILL.md +7 -7
- package/.codex/skills/manage-issue-analyze/SKILL.md +8 -8
- package/.codex/skills/manage-issue-discover/SKILL.md +503 -503
- package/.codex/skills/manage-issue-execute/SKILL.md +9 -9
- package/.codex/skills/manage-issue-plan/SKILL.md +8 -8
- package/.codex/skills/manage-learn/SKILL.md +7 -7
- package/.codex/skills/manage-memory/SKILL.md +72 -72
- package/.codex/skills/manage-memory-capture/SKILL.md +86 -86
- package/.codex/skills/manage-status/SKILL.md +2 -2
- package/.codex/skills/quality-business-test/SKILL.md +8 -8
- package/.codex/skills/quality-debug/SKILL.md +5 -5
- package/.codex/skills/quality-integration-test/SKILL.md +544 -544
- package/.codex/skills/quality-refactor/SKILL.md +6 -6
- package/.codex/skills/quality-retrospective/SKILL.md +13 -13
- package/.codex/skills/quality-review/SKILL.md +408 -408
- package/.codex/skills/quality-sync/SKILL.md +6 -6
- package/.codex/skills/quality-test/SKILL.md +5 -5
- package/.codex/skills/quality-test-gen/SKILL.md +447 -447
- package/.codex/skills/spec-add/SKILL.md +5 -5
- package/.codex/skills/spec-load/SKILL.md +5 -5
- package/.codex/skills/spec-map/SKILL.md +5 -5
- package/.codex/skills/spec-setup/SKILL.md +2 -2
- package/.codex/skills/team-coordinate/SKILL.md +1 -1
- package/.codex/skills/team-coordinate/roles/coordinator/commands/monitor.md +19 -10
- package/.codex/skills/team-coordinate/roles/coordinator/role.md +2 -2
- package/.codex/skills/team-executor/SKILL.md +1 -1
- package/.codex/skills/team-executor/roles/executor/commands/monitor.md +20 -9
- package/.codex/skills/team-lifecycle-v4/SKILL.md +2 -2
- package/.codex/skills/team-lifecycle-v4/roles/coordinator/commands/monitor.md +31 -12
- package/.codex/skills/team-lifecycle-v4/roles/coordinator/role.md +1 -1
- package/.codex/skills/team-quality-assurance/SKILL.md +1 -1
- package/.codex/skills/team-quality-assurance/roles/coordinator/commands/monitor.md +20 -9
- package/.codex/skills/team-quality-assurance/roles/coordinator/role.md +1 -1
- package/.codex/skills/team-review/SKILL.md +1 -1
- package/.codex/skills/team-review/roles/coordinator/commands/monitor.md +20 -9
- package/.codex/skills/team-review/roles/coordinator/role.md +1 -1
- package/.codex/skills/team-tech-debt/SKILL.md +1 -1
- package/.codex/skills/team-tech-debt/roles/coordinator/commands/monitor.md +20 -9
- package/.codex/skills/team-tech-debt/roles/coordinator/role.md +1 -1
- package/.codex/skills/team-testing/SKILL.md +2 -2
- package/.codex/skills/team-testing/roles/coordinator/commands/monitor.md +20 -9
- package/.codex/skills/team-testing/roles/coordinator/role.md +1 -1
- package/chains/singles/spec-map.json +2 -2
- package/dashboard/dist-server/dashboard/src/server/agents/codex-app-server-adapter.d.ts +4 -0
- package/dashboard/dist-server/dashboard/src/server/agents/codex-app-server-adapter.js +47 -1
- package/dashboard/dist-server/dashboard/src/server/agents/codex-app-server-adapter.js.map +1 -1
- package/dashboard/dist-server/src/commands/delegate.d.ts +23 -0
- package/dashboard/dist-server/src/commands/delegate.js +91 -55
- package/dashboard/dist-server/src/commands/delegate.js.map +1 -1
- package/dist/src/brainstorm-visualize/frame.d.ts +8 -0
- package/dist/src/brainstorm-visualize/frame.d.ts.map +1 -0
- package/dist/src/brainstorm-visualize/frame.js +655 -0
- package/dist/src/brainstorm-visualize/frame.js.map +1 -0
- package/dist/src/brainstorm-visualize/server.d.ts +2 -0
- package/dist/src/brainstorm-visualize/server.d.ts.map +1 -0
- package/dist/src/brainstorm-visualize/server.js +180 -0
- package/dist/src/brainstorm-visualize/server.js.map +1 -0
- package/dist/src/cli.js +11 -1
- package/dist/src/cli.js.map +1 -1
- package/dist/src/commands/brainstorm-visualize.d.ts +3 -0
- package/dist/src/commands/brainstorm-visualize.d.ts.map +1 -0
- package/dist/src/commands/brainstorm-visualize.js +337 -0
- package/dist/src/commands/brainstorm-visualize.js.map +1 -0
- package/dist/src/commands/core-memory.d.ts +3 -0
- package/dist/src/commands/core-memory.d.ts.map +1 -0
- package/dist/src/commands/core-memory.js +101 -0
- package/dist/src/commands/core-memory.js.map +1 -0
- package/dist/src/commands/delegate.d.ts +23 -0
- package/dist/src/commands/delegate.d.ts.map +1 -1
- package/dist/src/commands/delegate.js +91 -55
- package/dist/src/commands/delegate.js.map +1 -1
- package/dist/src/commands/install-backend.d.ts.map +1 -1
- package/dist/src/commands/install-backend.js +5 -2
- package/dist/src/commands/install-backend.js.map +1 -1
- package/dist/src/mcp/delegate-channel-relay.d.ts.map +1 -1
- package/dist/src/mcp/delegate-channel-relay.js +6 -0
- package/dist/src/mcp/delegate-channel-relay.js.map +1 -1
- package/dist/src/mcp/server.d.ts.map +1 -1
- package/dist/src/mcp/server.js +28 -1
- package/dist/src/mcp/server.js.map +1 -1
- package/dist/src/tools/index.d.ts +1 -6
- package/dist/src/tools/index.d.ts.map +1 -1
- package/dist/src/tools/index.js +1 -460
- package/dist/src/tools/index.js.map +1 -1
- package/package.json +2 -1
- package/.claude/commands/spec-map.md +0 -82
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: spec-map
|
|
3
|
-
description: Analyze codebase with parallel mapper agents to produce .workflow/codebase/ documents
|
|
4
|
-
argument-hint: "[optional: focus area, e.g., 'api' or 'auth']"
|
|
5
|
-
allowed-tools:
|
|
6
|
-
- Read
|
|
7
|
-
- Write
|
|
8
|
-
- Bash
|
|
9
|
-
- Glob
|
|
10
|
-
- Grep
|
|
11
|
-
- Agent
|
|
12
|
-
---
|
|
13
|
-
<purpose>
|
|
14
|
-
Analyze the existing codebase using 4 parallel mapper agents, each focused on a different dimension.
|
|
15
|
-
Produces structured documents in `.workflow/codebase/` that downstream commands consume for planning and execution.
|
|
16
|
-
Can run before or after Skill({ skill: "maestro-init" }) -- works on any codebase with source files.
|
|
17
|
-
</purpose>
|
|
18
|
-
|
|
19
|
-
<required_reading>
|
|
20
|
-
@~/.maestro/workflows/map.md
|
|
21
|
-
@~/.maestro/agents/workflow-codebase-mapper.md
|
|
22
|
-
</required_reading>
|
|
23
|
-
|
|
24
|
-
<context>
|
|
25
|
-
$ARGUMENTS -- optional focus area (e.g., "api", "auth", "database") to scope mapper agents
|
|
26
|
-
|
|
27
|
-
**Load project state if exists:**
|
|
28
|
-
Check for `.workflow/state.json` -- loads context if project already initialized.
|
|
29
|
-
|
|
30
|
-
**This command can run:**
|
|
31
|
-
- Before Skill({ skill: "maestro-init" }) (brownfield codebases) -- creates codebase map first
|
|
32
|
-
- After Skill({ skill: "maestro-init" }) (greenfield codebases) -- updates codebase map as code evolves
|
|
33
|
-
- Anytime to refresh codebase understanding
|
|
34
|
-
</context>
|
|
35
|
-
|
|
36
|
-
<execution>
|
|
37
|
-
Follow '~/.maestro/workflows/map.md' completely.
|
|
38
|
-
|
|
39
|
-
**Mapper agent assignments:**
|
|
40
|
-
| Agent | Focus | Output file |
|
|
41
|
-
|-------|-------|-------------|
|
|
42
|
-
| Mapper 1 | **Tech stack** -- languages, frameworks, dependencies, build system | `tech-stack.md` |
|
|
43
|
-
| Mapper 2 | **Architecture** -- layers, module boundaries, data flow, entry points | `architecture.md` |
|
|
44
|
-
| Mapper 3 | **Features** -- capabilities, API surface, user-facing functionality | `features.md` |
|
|
45
|
-
| Mapper 4 | **Cross-cutting concerns** -- error handling, logging, auth, config, testing | `concerns.md` |
|
|
46
|
-
|
|
47
|
-
**Report format on completion:**
|
|
48
|
-
```
|
|
49
|
-
== map complete ==
|
|
50
|
-
Output: .workflow/codebase/
|
|
51
|
-
tech-stack.md [OK|MISSING]
|
|
52
|
-
architecture.md [OK|MISSING]
|
|
53
|
-
features.md [OK|MISSING]
|
|
54
|
-
concerns.md [OK|MISSING]
|
|
55
|
-
|
|
56
|
-
Focus: <focus_area or "full codebase">
|
|
57
|
-
Agents: <N>/4 completed
|
|
58
|
-
|
|
59
|
-
Next: Skill({ skill: "maestro-init" }) (if not initialized)
|
|
60
|
-
Skill({ skill: "manage-status" }) (if initialized)
|
|
61
|
-
Skill({ skill: "manage-codebase-refresh" }) (to update specific docs)
|
|
62
|
-
```
|
|
63
|
-
</execution>
|
|
64
|
-
|
|
65
|
-
<error_codes>
|
|
66
|
-
| Code | Severity | Description | Stage |
|
|
67
|
-
|------|----------|-------------|-------|
|
|
68
|
-
| E001 | fatal | `.workflow/` directory not initialized -- run Skill({ skill: "maestro-init" }) first or create manually | parse_input |
|
|
69
|
-
| W001 | warning | Mapper agent failed for one dimension -- remaining docs still valid | spawn_mappers |
|
|
70
|
-
| W002 | warning | `.workflow/codebase/` already exists -- user prompted for refresh/skip/merge | check_existing |
|
|
71
|
-
</error_codes>
|
|
72
|
-
|
|
73
|
-
<success_criteria>
|
|
74
|
-
- [ ] `.workflow/codebase/` directory created
|
|
75
|
-
- [ ] All 4 mapper agents spawned in parallel
|
|
76
|
-
- [ ] `tech-stack.md` written with language/framework/dependency analysis
|
|
77
|
-
- [ ] `architecture.md` written with structural analysis
|
|
78
|
-
- [ ] `features.md` written with capability inventory
|
|
79
|
-
- [ ] `concerns.md` written with cross-cutting concern analysis
|
|
80
|
-
- [ ] All output docs verified as non-empty
|
|
81
|
-
- [ ] Report displayed with next steps
|
|
82
|
-
</success_criteria>
|