maxsimcli 5.0.2 → 5.0.3
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/dist/assets/CHANGELOG.md +8 -0
- package/dist/assets/templates/agents/executor.md +1 -1
- package/dist/assets/templates/agents/planner.md +1 -1
- package/dist/assets/templates/agents/verifier.md +1 -1
- package/dist/assets/templates/commands/maxsim/execute.md +3 -3
- package/dist/assets/templates/commands/maxsim/go.md +2 -2
- package/dist/assets/templates/commands/maxsim/help.md +2 -2
- package/dist/assets/templates/commands/maxsim/init.md +7 -7
- package/dist/assets/templates/commands/maxsim/plan.md +3 -3
- package/dist/assets/templates/commands/maxsim/progress.md +2 -2
- package/dist/assets/templates/commands/maxsim/quick.md +2 -2
- package/dist/assets/templates/commands/maxsim/settings.md +2 -2
- package/dist/assets/templates/references/model-profile-resolution.md +1 -1
- package/dist/assets/templates/references/thinking-partner.md +1 -1
- package/dist/assets/templates/references/verification-patterns.md +1 -1
- package/dist/assets/templates/skills/github-tools-guide/SKILL.md +1 -1
- package/dist/assets/templates/templates/codebase/structure.md +1 -1
- package/dist/assets/templates/templates/phase-prompt.md +7 -7
- package/dist/assets/templates/templates/state.md +2 -3
- package/dist/assets/templates/workflows/discuss-phase.md +4 -4
- package/dist/assets/templates/workflows/execute-plan.md +1 -1
- package/dist/assets/templates/workflows/execute.md +5 -5
- package/dist/assets/templates/workflows/init-existing.md +2 -2
- package/dist/assets/templates/workflows/init.md +8 -8
- package/dist/assets/templates/workflows/new-project.md +2 -2
- package/dist/assets/templates/workflows/plan-discuss.md +1 -1
- package/dist/assets/templates/workflows/plan.md +6 -6
- package/dist/assets/templates/workflows/quick.md +8 -36
- package/dist/assets/templates/workflows/research-phase.md +2 -2
- package/dist/assets/templates/workflows/verify-phase.md +2 -2
- package/dist/assets/templates/workflows/verify-work.md +2 -2
- package/package.json +1 -1
package/dist/assets/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [5.0.2](https://github.com/maystudios/maxsimcli/compare/v5.0.1...v5.0.2) (2026-03-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **github-ssot:** complete migration to GitHub Issues as sole source of truth ([2bf86bf](https://github.com/maystudios/maxsimcli/commit/2bf86bf6065048e859a2b760b2c4a04209c6da87))
|
|
7
|
+
* **todos:** remove local file system — GitHub Issues is sole source of truth ([de98df1](https://github.com/maystudios/maxsimcli/commit/de98df18f88040b58cea32d576907a889151e9f9))
|
|
8
|
+
|
|
1
9
|
## [5.0.1](https://github.com/maystudios/maxsimcli/compare/v5.0.0...v5.0.1) (2026-03-12)
|
|
2
10
|
|
|
3
11
|
|
|
@@ -11,7 +11,7 @@ skills:
|
|
|
11
11
|
- evidence-collection
|
|
12
12
|
- commit-conventions
|
|
13
13
|
available_skills:
|
|
14
|
-
| github-artifact-protocol |
|
|
14
|
+
| github-artifact-protocol | ~/.claude/skills/github-artifact-protocol/SKILL.md | When reading from or writing to GitHub Issues |
|
|
15
15
|
---
|
|
16
16
|
|
|
17
17
|
You are a plan executor. You implement plans atomically -- one commit per task, deviations handled inline, every completion claim backed by tool output.
|
|
@@ -10,7 +10,7 @@ skills:
|
|
|
10
10
|
- handoff-contract
|
|
11
11
|
- input-validation
|
|
12
12
|
available_skills:
|
|
13
|
-
| github-artifact-protocol |
|
|
13
|
+
| github-artifact-protocol | ~/.claude/skills/github-artifact-protocol/SKILL.md | When reading from or writing to GitHub Issues |
|
|
14
14
|
---
|
|
15
15
|
|
|
16
16
|
You are a plan creator. You produce phase plans with frontmatter, task breakdown, dependency graphs, wave ordering, and must_haves verification criteria.
|
|
@@ -12,7 +12,7 @@ skills:
|
|
|
12
12
|
- evidence-collection
|
|
13
13
|
- handoff-contract
|
|
14
14
|
available_skills:
|
|
15
|
-
| github-artifact-protocol |
|
|
15
|
+
| github-artifact-protocol | ~/.claude/skills/github-artifact-protocol/SKILL.md | When reading from or writing to GitHub Issues |
|
|
16
16
|
---
|
|
17
17
|
|
|
18
18
|
You are a verifier. You check work against specifications using fresh tool output as evidence. You NEVER trust prior claims -- you gather your own evidence for every criterion.
|
|
@@ -29,8 +29,8 @@ Execute the phase state machine: Execute all plans in wave order, auto-verify, r
|
|
|
29
29
|
</objective>
|
|
30
30
|
|
|
31
31
|
<execution_context>
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
@~/.claude/maxsim/workflows/execute.md
|
|
33
|
+
@~/.claude/maxsim/references/ui-brand.md
|
|
34
34
|
</execution_context>
|
|
35
35
|
|
|
36
36
|
<context>
|
|
@@ -40,6 +40,6 @@ Context files are resolved inside the workflow via `maxsim-tools init execute-ph
|
|
|
40
40
|
</context>
|
|
41
41
|
|
|
42
42
|
<process>
|
|
43
|
-
Execute the execute workflow from
|
|
43
|
+
Execute the execute workflow from @~/.claude/maxsim/workflows/execute.md end-to-end.
|
|
44
44
|
Preserve all workflow gates (state detection, wave execution, verification, retry loop, re-entry flow).
|
|
45
45
|
</process>
|
|
@@ -21,9 +21,9 @@ Show + Act pattern: display detection reasoning, then act. No arguments -- pure
|
|
|
21
21
|
</objective>
|
|
22
22
|
|
|
23
23
|
<execution_context>
|
|
24
|
-
|
|
24
|
+
@~/.claude/maxsim/workflows/go.md
|
|
25
25
|
</execution_context>
|
|
26
26
|
|
|
27
27
|
<process>
|
|
28
|
-
Execute the go workflow from
|
|
28
|
+
Execute the go workflow from @~/.claude/maxsim/workflows/go.md end-to-end.
|
|
29
29
|
</process>
|
|
@@ -13,10 +13,10 @@ Output ONLY the reference content below. Do NOT add:
|
|
|
13
13
|
</objective>
|
|
14
14
|
|
|
15
15
|
<execution_context>
|
|
16
|
-
|
|
16
|
+
@~/.claude/maxsim/workflows/help.md
|
|
17
17
|
</execution_context>
|
|
18
18
|
|
|
19
19
|
<process>
|
|
20
|
-
Output the complete MAXSIM command reference from
|
|
20
|
+
Output the complete MAXSIM command reference from @~/.claude/maxsim/workflows/help.md.
|
|
21
21
|
Display directly -- no additions or modifications.
|
|
22
22
|
</process>
|
|
@@ -38,15 +38,15 @@ Unified project initialization. Detects whether this is a new project, existing
|
|
|
38
38
|
</objective>
|
|
39
39
|
|
|
40
40
|
<execution_context>
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
41
|
+
@~/.claude/maxsim/workflows/init.md
|
|
42
|
+
@~/.claude/maxsim/references/questioning.md
|
|
43
|
+
@~/.claude/maxsim/references/thinking-partner.md
|
|
44
|
+
@~/.claude/maxsim/references/ui-brand.md
|
|
45
|
+
@~/.claude/maxsim/templates/project.md
|
|
46
|
+
@~/.claude/maxsim/templates/requirements.md
|
|
47
47
|
</execution_context>
|
|
48
48
|
|
|
49
49
|
<process>
|
|
50
|
-
Execute the init workflow from
|
|
50
|
+
Execute the init workflow from @~/.claude/maxsim/workflows/init.md end-to-end.
|
|
51
51
|
Pass $ARGUMENTS through to the workflow for flag handling (--auto).
|
|
52
52
|
</process>
|
|
@@ -30,8 +30,8 @@ Execute the plan state machine: Discussion -> Research -> Planning. Each stage p
|
|
|
30
30
|
</objective>
|
|
31
31
|
|
|
32
32
|
<execution_context>
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
@~/.claude/maxsim/workflows/plan.md
|
|
34
|
+
@~/.claude/maxsim/references/ui-brand.md
|
|
35
35
|
</execution_context>
|
|
36
36
|
|
|
37
37
|
<context>
|
|
@@ -45,6 +45,6 @@ Context files are resolved inside the workflow via `maxsim-tools init plan-phase
|
|
|
45
45
|
</context>
|
|
46
46
|
|
|
47
47
|
<process>
|
|
48
|
-
Execute the plan workflow from
|
|
48
|
+
Execute the plan workflow from @~/.claude/maxsim/workflows/plan.md end-to-end.
|
|
49
49
|
Preserve all workflow gates (stage detection, discussion, research, planning, gate confirmations, re-entry flow).
|
|
50
50
|
</process>
|
|
@@ -16,10 +16,10 @@ Provides situational awareness before continuing work, detects phase gaps, and i
|
|
|
16
16
|
</objective>
|
|
17
17
|
|
|
18
18
|
<execution_context>
|
|
19
|
-
|
|
19
|
+
@~/.claude/maxsim/workflows/progress.md
|
|
20
20
|
</execution_context>
|
|
21
21
|
|
|
22
22
|
<process>
|
|
23
|
-
Execute the progress workflow from
|
|
23
|
+
Execute the progress workflow from @~/.claude/maxsim/workflows/progress.md end-to-end.
|
|
24
24
|
Preserve all routing logic (Routes A through F) and edge case handling.
|
|
25
25
|
</process>
|
|
@@ -28,7 +28,7 @@ Quick mode is the same system with a shorter path:
|
|
|
28
28
|
</objective>
|
|
29
29
|
|
|
30
30
|
<execution_context>
|
|
31
|
-
|
|
31
|
+
@~/.claude/maxsim/workflows/quick.md
|
|
32
32
|
</execution_context>
|
|
33
33
|
|
|
34
34
|
<context>
|
|
@@ -38,6 +38,6 @@ Context files are resolved inside the workflow (`init quick`) and delegated via
|
|
|
38
38
|
</context>
|
|
39
39
|
|
|
40
40
|
<process>
|
|
41
|
-
Execute the quick workflow from
|
|
41
|
+
Execute the quick workflow from @~/.claude/maxsim/workflows/quick.md end-to-end.
|
|
42
42
|
Preserve all workflow gates (validation, task description, planning, execution, state updates, commits).
|
|
43
43
|
</process>
|
|
@@ -21,11 +21,11 @@ Routes to the settings workflow which handles:
|
|
|
21
21
|
</objective>
|
|
22
22
|
|
|
23
23
|
<execution_context>
|
|
24
|
-
|
|
24
|
+
@~/.claude/maxsim/workflows/settings.md
|
|
25
25
|
</execution_context>
|
|
26
26
|
|
|
27
27
|
<process>
|
|
28
|
-
**Follow the settings workflow** from
|
|
28
|
+
**Follow the settings workflow** from `@~/.claude/maxsim/workflows/settings.md`.
|
|
29
29
|
|
|
30
30
|
The workflow handles all logic including:
|
|
31
31
|
1. Config file creation with defaults if missing
|
|
@@ -12,7 +12,7 @@ Default: `balanced` if not set or config missing.
|
|
|
12
12
|
|
|
13
13
|
## Lookup Table
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
@~/.claude/maxsim/references/model-profiles.md
|
|
16
16
|
|
|
17
17
|
Look up the agent in the table for the resolved profile. Pass the model parameter to Task calls:
|
|
18
18
|
|
|
@@ -44,7 +44,7 @@ You are a thinking partner, not a task executor. Your role is to help the user a
|
|
|
44
44
|
|
|
45
45
|
**Phase discussion** (discuss-phase): Focus on implementation decisions, gray area resolution, downstream impact. Challenge hand-wavy integration plans. Push for concrete acceptance criteria per deliverable.
|
|
46
46
|
|
|
47
|
-
**Todo/bug triage** (
|
|
47
|
+
**Todo/bug triage** (/maxsim:quick --todo triage): Focus on problem definition, scope containment, approach selection. Shorter rounds — 2-3 questions vs 4. Time-boxed to 20-30 min. Don't over-explore — capture enough to unblock, not to solve.
|
|
48
48
|
|
|
49
49
|
**General discussion**: Default behaviors from core_behaviors apply. Read the energy — if the user is exploring, explore with them. If they want a quick answer, give it.
|
|
50
50
|
|
|
@@ -600,7 +600,7 @@ Some things can't be verified programmatically. Flag these for human testing:
|
|
|
600
600
|
|
|
601
601
|
For automation-first checkpoint patterns, server lifecycle management, CLI installation handling, and error recovery protocols, see:
|
|
602
602
|
|
|
603
|
-
|
|
603
|
+
**@~/.claude/maxsim/references/checkpoints.md** → `<automation_reference>` section
|
|
604
604
|
|
|
605
605
|
Key principles:
|
|
606
606
|
- Claude sets up verification environment BEFORE presenting checkpoints
|
|
@@ -64,7 +64,7 @@ Add `--raw` to get machine-readable JSON output (no formatting).
|
|
|
64
64
|
| Command | Description |
|
|
65
65
|
|---------|-------------|
|
|
66
66
|
| `github add-todo --title "T" [--description "D"] [--area A] [--phase P]` | Create todo issue |
|
|
67
|
-
| `github complete-todo --todo-id "
|
|
67
|
+
| `github complete-todo --todo-id "N" [--github-issue-number N]` | Complete todo |
|
|
68
68
|
| `github list-todos [--area A] [--status pending\|completed\|all]` | List todos |
|
|
69
69
|
|
|
70
70
|
### Convenience
|
|
@@ -216,7 +216,7 @@ maxsim/
|
|
|
216
216
|
|
|
217
217
|
**New Workflow:**
|
|
218
218
|
- Implementation: `maxsim/workflows/{name}.md`
|
|
219
|
-
- Usage: Reference from command with
|
|
219
|
+
- Usage: Reference from command with `@~/.claude/maxsim/workflows/{name}.md`
|
|
220
220
|
|
|
221
221
|
**New Reference Document:**
|
|
222
222
|
- Implementation: `maxsim/references/{name}.md`
|
|
@@ -38,10 +38,10 @@ Output: [What artifacts will be created]
|
|
|
38
38
|
</objective>
|
|
39
39
|
|
|
40
40
|
<execution_context>
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
@~/.claude/maxsim/workflows/execute-plan.md
|
|
42
|
+
@~/.claude/maxsim/templates/summary.md
|
|
43
43
|
[If plan contains checkpoint tasks (type="checkpoint:*"), add:]
|
|
44
|
-
|
|
44
|
+
@~/.claude/maxsim/references/checkpoints.md
|
|
45
45
|
</execution_context>
|
|
46
46
|
|
|
47
47
|
<context>
|
|
@@ -76,7 +76,7 @@ Output: [What artifacts will be created]
|
|
|
76
76
|
<done>[Acceptance criteria]</done>
|
|
77
77
|
</task>
|
|
78
78
|
|
|
79
|
-
<!-- For checkpoint task examples and patterns, see
|
|
79
|
+
<!-- For checkpoint task examples and patterns, see @~/.claude/maxsim/references/checkpoints.md -->
|
|
80
80
|
<!-- Key rule: Claude starts dev server BEFORE human-verify checkpoints. User only visits URLs. -->
|
|
81
81
|
|
|
82
82
|
<task type="checkpoint:decision" gate="blocking">
|
|
@@ -374,9 +374,9 @@ Output: Working dashboard component.
|
|
|
374
374
|
</objective>
|
|
375
375
|
|
|
376
376
|
<execution_context>
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
377
|
+
@~/.claude/maxsim/workflows/execute-plan.md
|
|
378
|
+
@~/.claude/maxsim/templates/summary.md
|
|
379
|
+
@~/.claude/maxsim/references/checkpoints.md
|
|
380
380
|
</execution_context>
|
|
381
381
|
|
|
382
382
|
<context>
|
|
@@ -56,7 +56,7 @@ Recent decisions affecting current work:
|
|
|
56
56
|
|
|
57
57
|
### Pending Todos
|
|
58
58
|
|
|
59
|
-
[From
|
|
59
|
+
[From GitHub Issues with label 'todo' — ideas captured during sessions]
|
|
60
60
|
|
|
61
61
|
None yet.
|
|
62
62
|
|
|
@@ -145,9 +145,8 @@ Updated after each plan completion.
|
|
|
145
145
|
|
|
146
146
|
**Decisions:** Reference to PROJECT.md Key Decisions table, plus recent decisions summary for quick access. Full decision log lives in PROJECT.md.
|
|
147
147
|
|
|
148
|
-
**Pending Todos:** Ideas captured via /maxsim:quick --todo
|
|
148
|
+
**Pending Todos:** Ideas captured via /maxsim:quick --todo (tracked as GitHub Issues)
|
|
149
149
|
- Count of pending todos
|
|
150
|
-
- Reference to .planning/todos/pending/
|
|
151
150
|
- Brief list if few, count if many (e.g., "5 pending todos — see /maxsim:quick --todo")
|
|
152
151
|
|
|
153
152
|
**Blockers/Concerns:** From "Next Phase Readiness" sections
|
|
@@ -11,7 +11,7 @@ You are a thinking partner, not an interviewer. The user is the visionary — yo
|
|
|
11
11
|
</purpose>
|
|
12
12
|
|
|
13
13
|
<required_reading>
|
|
14
|
-
|
|
14
|
+
@~/.claude/maxsim/references/thinking-partner.md
|
|
15
15
|
</required_reading>
|
|
16
16
|
|
|
17
17
|
<tool_mandate>
|
|
@@ -612,9 +612,9 @@ Task(
|
|
|
612
612
|
</objective>
|
|
613
613
|
|
|
614
614
|
<execution_context>
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
615
|
+
@~/.claude/maxsim/workflows/plan.md
|
|
616
|
+
@~/.claude/maxsim/references/ui-brand.md
|
|
617
|
+
@~/.claude/maxsim/references/model-profile-resolution.md
|
|
618
618
|
</execution_context>
|
|
619
619
|
|
|
620
620
|
<arguments>
|
|
@@ -6,7 +6,7 @@ Execute a phase plan (loaded from GitHub issue comment or local PLAN.md) and pos
|
|
|
6
6
|
Read STATE.md before any operation to load project context.
|
|
7
7
|
Read config.json for planning behavior settings.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
@~/.claude/maxsim/references/git-integration.md
|
|
10
10
|
</required_reading>
|
|
11
11
|
|
|
12
12
|
MAXSIM provides CLI commands (`github create-phase`, `github list-phases`, etc.) for structured operations.
|
|
@@ -8,7 +8,7 @@ Before executing any step in this workflow, verify:
|
|
|
8
8
|
Thin orchestrator for the /maxsim:execute state machine. Detects the current state of a phase (already done, needs verification, needs execution), delegates per-plan execution to execute-plan.md subagents, runs auto-verification, and handles retry with gap closure.
|
|
9
9
|
|
|
10
10
|
This file is the ORCHESTRATOR ONLY. Per-plan execution logic lives in:
|
|
11
|
-
-
|
|
11
|
+
- @~/.claude/maxsim/workflows/execute-plan.md (per-plan subagent execution)
|
|
12
12
|
|
|
13
13
|
Verification is handled inline (spawning verifier agent) since it is a stage of this workflow, not a separate command.
|
|
14
14
|
</purpose>
|
|
@@ -213,10 +213,10 @@ Execute each wave in sequence. Within a wave: parallel if `parallelization` is t
|
|
|
213
213
|
</objective>
|
|
214
214
|
|
|
215
215
|
<execution_context>
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
216
|
+
@~/.claude/maxsim/workflows/execute-plan.md
|
|
217
|
+
@~/.claude/maxsim/templates/summary.md
|
|
218
|
+
@~/.claude/maxsim/references/checkpoints.md
|
|
219
|
+
@~/.claude/maxsim/references/tdd.md
|
|
220
220
|
</execution_context>
|
|
221
221
|
|
|
222
222
|
<github_context>
|
|
@@ -6,8 +6,8 @@ Output: `.planning/` directory with config.json, PROJECT.md, REQUIREMENTS.md, RO
|
|
|
6
6
|
|
|
7
7
|
<required_reading>
|
|
8
8
|
Read all files referenced by the invoking prompt's execution_context before starting.
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
@~/.claude/maxsim/references/thinking-partner.md
|
|
10
|
+
@~/.claude/maxsim/references/questioning.md
|
|
11
11
|
</required_reading>
|
|
12
12
|
|
|
13
13
|
<auto_mode>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<purpose>
|
|
2
2
|
|
|
3
3
|
Unified initialization router. Detects the current project state and delegates to the appropriate sub-workflow:
|
|
4
|
-
- **New project** (no .planning/) -> delegates to
|
|
5
|
-
- **Existing project** (.planning/ exists, no ROADMAP.md) -> delegates to
|
|
4
|
+
- **New project** (no .planning/) -> delegates to @~/.claude/maxsim/workflows/new-project.md
|
|
5
|
+
- **Existing project** (.planning/ exists, no ROADMAP.md) -> delegates to @~/.claude/maxsim/workflows/init-existing.md
|
|
6
6
|
- **Active milestone** (.planning/ + ROADMAP.md, phases in progress) -> shows status, offers options
|
|
7
|
-
- **Milestone complete** (all phases done) -> offers completion or new milestone via
|
|
7
|
+
- **Milestone complete** (all phases done) -> offers completion or new milestone via @~/.claude/maxsim/workflows/new-milestone.md
|
|
8
8
|
|
|
9
9
|
This file is a THIN ROUTER. All heavy logic lives in the sub-workflows.
|
|
10
10
|
|
|
@@ -81,7 +81,7 @@ echo "$INIT_CONTEXT"
|
|
|
81
81
|
|
|
82
82
|
Save this JSON output — the sub-workflow will use it as `INIT_CONTEXT` and skip its own init call.
|
|
83
83
|
|
|
84
|
-
Now delegate to
|
|
84
|
+
Now delegate to @~/.claude/maxsim/workflows/new-project.md — execute the full new-project workflow end-to-end. The `INIT_CONTEXT` JSON is already loaded; the sub-workflow will detect this and skip Step 1's CLI call.
|
|
85
85
|
|
|
86
86
|
Pass through:
|
|
87
87
|
- `--auto` flag if set
|
|
@@ -114,7 +114,7 @@ echo "$INIT_CONTEXT"
|
|
|
114
114
|
|
|
115
115
|
Save this JSON output — the sub-workflow will use it as `INIT_CONTEXT` and skip its own init call.
|
|
116
116
|
|
|
117
|
-
Now delegate to
|
|
117
|
+
Now delegate to @~/.claude/maxsim/workflows/init-existing.md — execute the full init-existing workflow end-to-end. The `INIT_CONTEXT` JSON is already loaded; the sub-workflow will detect this and skip Step 1's CLI call.
|
|
118
118
|
|
|
119
119
|
Pass through:
|
|
120
120
|
- `--auto` flag if set
|
|
@@ -159,7 +159,7 @@ Then present options conversationally (natural language, not AskUserQuestion):
|
|
|
159
159
|
- If verification is pending: "Verify the current phase"
|
|
160
160
|
|
|
161
161
|
2. **Start a new milestone** -- If the user wants to pivot or start fresh:
|
|
162
|
-
- Delegate to
|
|
162
|
+
- Delegate to @~/.claude/maxsim/workflows/new-milestone.md for the milestone creation flow
|
|
163
163
|
|
|
164
164
|
3. **View detailed progress** -- Direct to `/maxsim:progress` for full status
|
|
165
165
|
|
|
@@ -189,12 +189,12 @@ Then present options conversationally:
|
|
|
189
189
|
**Options:**
|
|
190
190
|
|
|
191
191
|
1. **Complete and archive this milestone** -- Run the milestone completion flow:
|
|
192
|
-
- Delegate to
|
|
192
|
+
- Delegate to @~/.claude/maxsim/workflows/new-milestone.md with completion mode
|
|
193
193
|
- Archives current milestone data
|
|
194
194
|
- Updates MILESTONES.md with summary
|
|
195
195
|
|
|
196
196
|
2. **Start a new milestone** -- Begin the next cycle:
|
|
197
|
-
- Delegate to
|
|
197
|
+
- Delegate to @~/.claude/maxsim/workflows/new-milestone.md for creation flow
|
|
198
198
|
- Gathers new milestone goals
|
|
199
199
|
- Creates fresh REQUIREMENTS.md and ROADMAP.md
|
|
200
200
|
|
|
@@ -4,8 +4,8 @@ Initialize a new project through unified flow: questioning, research (optional),
|
|
|
4
4
|
|
|
5
5
|
<required_reading>
|
|
6
6
|
Read all files referenced by the invoking prompt's execution_context before starting.
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
@~/.claude/maxsim/references/thinking-partner.md
|
|
8
|
+
@~/.claude/maxsim/references/questioning.md
|
|
9
9
|
</required_reading>
|
|
10
10
|
|
|
11
11
|
<auto_mode>
|
|
@@ -8,9 +8,9 @@ Before executing any step in this workflow, verify:
|
|
|
8
8
|
Thin orchestrator for the /maxsim:plan state machine. Detects the current stage of a phase (Discussion, Research, Planning), delegates to stage sub-workflows, shows gate confirmations between stages, and handles re-entry on already-planned phases.
|
|
9
9
|
|
|
10
10
|
This file is the ORCHESTRATOR ONLY. Stage-specific logic lives in:
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
11
|
+
- @~/.claude/maxsim/workflows/plan-discuss.md (Discussion stage)
|
|
12
|
+
- @~/.claude/maxsim/workflows/plan-research.md (Research stage)
|
|
13
|
+
- @~/.claude/maxsim/workflows/plan-create.md (Planning stage)
|
|
14
14
|
</purpose>
|
|
15
15
|
|
|
16
16
|
<process>
|
|
@@ -97,7 +97,7 @@ Wait for user choice via natural conversation.
|
|
|
97
97
|
|
|
98
98
|
Delegate to the discussion sub-workflow for full discussion logic:
|
|
99
99
|
|
|
100
|
-
|
|
100
|
+
@~/.claude/maxsim/workflows/plan-discuss.md
|
|
101
101
|
|
|
102
102
|
Pass context: `phase_number`, `phase_name`, `phase_dir`, `padded_phase`, `phase_slug`, `commit_docs`, `roadmap_path`, `state_path`, `phase_issue_number`.
|
|
103
103
|
|
|
@@ -132,7 +132,7 @@ Wait for user response via natural conversation (not AskUserQuestion).
|
|
|
132
132
|
|
|
133
133
|
Delegate to the research sub-workflow:
|
|
134
134
|
|
|
135
|
-
|
|
135
|
+
@~/.claude/maxsim/workflows/plan-research.md
|
|
136
136
|
|
|
137
137
|
Pass context: `phase_number`, `phase_name`, `phase_dir`, `padded_phase`, `phase_slug`, `commit_docs`, `researcher_model`, `research_enabled`, `has_research`, `state_path`, `roadmap_path`, `requirements_path`, `context_path`, `phase_req_ids`, `phase_issue_number`. Also pass the `--force-research` flag if present in $ARGUMENTS.
|
|
138
138
|
|
|
@@ -164,7 +164,7 @@ Wait for user response via natural conversation.
|
|
|
164
164
|
|
|
165
165
|
Delegate to the planning sub-workflow:
|
|
166
166
|
|
|
167
|
-
|
|
167
|
+
@~/.claude/maxsim/workflows/plan-create.md
|
|
168
168
|
|
|
169
169
|
Pass context: `phase_number`, `phase_name`, `phase_dir`, `padded_phase`, `phase_slug`, `commit_docs`, `planner_model`, `checker_model`, `plan_checker_enabled`, `state_path`, `roadmap_path`, `requirements_path`, `context_path`, `research_path`, `phase_req_ids`, `phase_issue_number`. Also pass the `--skip-verify` flag if present in $ARGUMENTS.
|
|
170
170
|
|
|
@@ -588,10 +588,9 @@ Ready for next task: /maxsim:quick
|
|
|
588
588
|
|
|
589
589
|
```bash
|
|
590
590
|
INIT=$(node ~/.claude/maxsim/bin/maxsim-tools.cjs init todos)
|
|
591
|
-
mkdir -p .planning/todos/pending .planning/todos/done
|
|
592
591
|
```
|
|
593
592
|
|
|
594
|
-
Extract from init JSON: `todo_count`, `todos`, `
|
|
593
|
+
Extract from init JSON: `todo_count`, `todos`, `date`, `timestamp`, `github_ready`.
|
|
595
594
|
|
|
596
595
|
---
|
|
597
596
|
|
|
@@ -646,38 +645,14 @@ If user provided a description:
|
|
|
646
645
|
|
|
647
646
|
1. Parse priority from description (look for HIGH/MEDIUM/LOW keywords, default MEDIUM)
|
|
648
647
|
2. Infer area from file paths mentioned or conversation context (default "general")
|
|
649
|
-
3.
|
|
650
|
-
4. Create todo file at `.planning/todos/pending/${date}-${slug}.md`:
|
|
651
|
-
|
|
652
|
-
```markdown
|
|
653
|
-
---
|
|
654
|
-
created: [timestamp]
|
|
655
|
-
title: [title]
|
|
656
|
-
area: [area]
|
|
657
|
-
priority: [HIGH/MEDIUM/LOW]
|
|
658
|
-
mode: quick
|
|
659
|
-
files: []
|
|
660
|
-
---
|
|
661
|
-
|
|
662
|
-
## Problem
|
|
663
|
-
|
|
664
|
-
[description - enough context for future Claude to understand]
|
|
665
|
-
|
|
666
|
-
## Solution
|
|
667
|
-
|
|
668
|
-
TBD
|
|
669
|
-
```
|
|
670
|
-
|
|
671
|
-
5. GitHub Issue creation (primary):
|
|
648
|
+
3. Create GitHub Issue (primary action):
|
|
672
649
|
- Run `github add-todo` with title, priority, area, and description to create a tracked GitHub Issue (label: "todo")
|
|
673
|
-
- If GitHub is unavailable,
|
|
650
|
+
- If GitHub is unavailable, warn user: "GitHub unavailable. Run `/maxsim:init` to enable GitHub tracking."
|
|
674
651
|
|
|
675
652
|
```bash
|
|
676
653
|
node ~/.claude/maxsim/bin/maxsim-tools.cjs github add-todo --title "${TITLE}" --description "${DESCRIPTION}" --area "${AREA}"
|
|
677
654
|
```
|
|
678
|
-
|
|
679
|
-
7. Commit: `node ~/.claude/maxsim/bin/maxsim-tools.cjs commit "docs: capture todo - ${TITLE}" --files .planning/todos/pending/${date}-${slug}.md`
|
|
680
|
-
8. Confirm: "Saved: ${TITLE} (priority: ${PRIORITY}) — GitHub Issue #{number}"
|
|
655
|
+
4. Confirm: "Saved: ${TITLE} (priority: ${PRIORITY}) — GitHub Issue #{number}"
|
|
681
656
|
|
|
682
657
|
Exit after confirm.
|
|
683
658
|
|
|
@@ -688,14 +663,12 @@ Exit after confirm.
|
|
|
688
663
|
If user references an existing todo to complete:
|
|
689
664
|
|
|
690
665
|
1. Parse identifier (number from list, or title fragment)
|
|
691
|
-
2. Close the corresponding GitHub Issue
|
|
666
|
+
2. Close the corresponding GitHub Issue: run `github close-issue` with the todo's issue number
|
|
692
667
|
|
|
693
668
|
```bash
|
|
694
669
|
node ~/.claude/maxsim/bin/maxsim-tools.cjs github close-issue N
|
|
695
670
|
```
|
|
696
|
-
3.
|
|
697
|
-
4. Commit: `node ~/.claude/maxsim/bin/maxsim-tools.cjs commit "docs: complete todo - ${TITLE}" --files .planning/todos/done/${filename}`
|
|
698
|
-
5. Confirm: "Completed: ${TITLE} — GitHub Issue closed"
|
|
671
|
+
3. Confirm: "Completed: ${TITLE} — GitHub Issue closed"
|
|
699
672
|
|
|
700
673
|
Exit after confirm.
|
|
701
674
|
|
|
@@ -753,8 +726,7 @@ Exit after display.
|
|
|
753
726
|
**Todo Mode:**
|
|
754
727
|
- [ ] `--todo` flag or trigger words detected
|
|
755
728
|
- [ ] Todo action determined (list/capture/complete/triage)
|
|
756
|
-
- [ ] (capture)
|
|
757
|
-
- [ ] (
|
|
758
|
-
- [ ] (complete) Todo moved from pending to done
|
|
729
|
+
- [ ] (capture) GitHub Issue created with todo label
|
|
730
|
+
- [ ] (complete) GitHub Issue closed
|
|
759
731
|
- [ ] (triage) Prioritized view with phase context shown
|
|
760
732
|
</success_criteria>
|
|
@@ -8,14 +8,14 @@ Standalone research command. For most workflows, use `/maxsim:plan` which integr
|
|
|
8
8
|
|
|
9
9
|
## Step 0: Resolve Model Profile
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
@~/.claude/maxsim/references/model-profile-resolution.md
|
|
12
12
|
|
|
13
13
|
Resolve model for:
|
|
14
14
|
- `researcher`
|
|
15
15
|
|
|
16
16
|
## Step 1: Normalize and Validate Phase
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
@~/.claude/maxsim/references/phase-argument-parsing.md
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
21
|
PHASE_INFO=$(node ~/.claude/maxsim/bin/maxsim-tools.cjs roadmap get-phase "${PHASE}")
|
|
@@ -24,8 +24,8 @@ Then verify each level against the actual codebase.
|
|
|
24
24
|
</core_principle>
|
|
25
25
|
|
|
26
26
|
<required_reading>
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
@~/.claude/maxsim/references/verification-patterns.md
|
|
28
|
+
@~/.claude/maxsim/templates/verification-report.md
|
|
29
29
|
</required_reading>
|
|
30
30
|
|
|
31
31
|
<process>
|
|
@@ -18,7 +18,7 @@ No Pass/Fail buttons. No severity questions. Just: "Here's what should happen. D
|
|
|
18
18
|
</required_reading>
|
|
19
19
|
|
|
20
20
|
<template>
|
|
21
|
-
|
|
21
|
+
@~/.claude/maxsim/templates/UAT.md
|
|
22
22
|
</template>
|
|
23
23
|
|
|
24
24
|
<process>
|
|
@@ -337,7 +337,7 @@ Spawning parallel debug agents to investigate each issue.
|
|
|
337
337
|
```
|
|
338
338
|
|
|
339
339
|
- Load diagnose-issues workflow
|
|
340
|
-
- Follow
|
|
340
|
+
- Follow @~/.claude/maxsim/workflows/diagnose-issues.md
|
|
341
341
|
- Spawn parallel debug agents for each issue
|
|
342
342
|
- Collect root causes
|
|
343
343
|
- Update UAT.md with root causes
|
package/package.json
CHANGED