@openlife/cli 1.9.3 → 1.10.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.
Files changed (116) hide show
  1. package/.catalog/agents/test-agent/AGENT.md +1 -1
  2. package/.catalog/mcps/test-mcp/mcp.json +1 -1
  3. package/.catalog/skills/sample-from-url/IMPORTED_REFERENCE.md +2 -2
  4. package/.catalog/skills/test-skill/REFERENCE.md +1 -1
  5. package/.catalog/squads/test-squad/SQUAD.md +1 -1
  6. package/dist/test_openlife_method_inventory.js +31 -3
  7. package/dist-templates/claude-code/commands/openlife/agents/atlas.md +5 -1
  8. package/dist-templates/claude-code/commands/openlife/agents/builder.md +5 -1
  9. package/dist-templates/claude-code/commands/openlife/agents/conductor.md +5 -1
  10. package/dist-templates/claude-code/commands/openlife/agents/forge.md +5 -1
  11. package/dist-templates/claude-code/commands/openlife/agents/genesis.md +5 -1
  12. package/dist-templates/claude-code/commands/openlife/agents/lyra.md +5 -1
  13. package/dist-templates/claude-code/commands/openlife/agents/maestro.md +5 -1
  14. package/dist-templates/claude-code/commands/openlife/agents/mesh.md +5 -1
  15. package/dist-templates/claude-code/commands/openlife/agents/prism.md +5 -1
  16. package/dist-templates/claude-code/commands/openlife/agents/sentinel.md +5 -1
  17. package/dist-templates/claude-code/commands/openlife/agents/steward.md +5 -1
  18. package/dist-templates/claude-code/commands/openlife/agents/vortex.md +5 -1
  19. package/dist-templates/claude-code/commands/openlife/ask.md +23 -6
  20. package/dist-templates/claude-code/commands/openlife/audit.md +31 -2
  21. package/dist-templates/claude-code/commands/openlife/doctor.md +0 -2
  22. package/dist-templates/claude-code/commands/openlife/dream.md +23 -2
  23. package/dist-templates/claude-code/commands/openlife/explore.md +20 -2
  24. package/dist-templates/claude-code/commands/openlife/flow/brownfield-discovery.md +24 -6
  25. package/dist-templates/claude-code/commands/openlife/flow/brownfield-fullstack.md +24 -6
  26. package/dist-templates/claude-code/commands/openlife/flow/brownfield-service.md +24 -6
  27. package/dist-templates/claude-code/commands/openlife/flow/brownfield-ui.md +24 -6
  28. package/dist-templates/claude-code/commands/openlife/flow/epic.md +24 -6
  29. package/dist-templates/claude-code/commands/openlife/flow/greenfield-fullstack.md +24 -6
  30. package/dist-templates/claude-code/commands/openlife/flow/greenfield-service.md +24 -6
  31. package/dist-templates/claude-code/commands/openlife/flow/greenfield-ui.md +24 -6
  32. package/dist-templates/claude-code/commands/openlife/flow/qa-loop.md +24 -6
  33. package/dist-templates/claude-code/commands/openlife/flow/release.md +24 -6
  34. package/dist-templates/claude-code/commands/openlife/flow/spec-pipeline.md +24 -6
  35. package/dist-templates/claude-code/commands/openlife/flow/story-cycle.md +24 -6
  36. package/dist-templates/claude-code/commands/openlife/health.md +25 -2
  37. package/dist-templates/claude-code/commands/openlife/plan.md +26 -2
  38. package/dist-templates/claude-code/commands/openlife/review.md +22 -2
  39. package/dist-templates/claude-code/commands/openlife/ship.md +23 -2
  40. package/dist-templates/claude-code/commands/openlife/start.md +21 -8
  41. package/dist-templates/claude-code/commands/openlife/status.md +0 -2
  42. package/dist-templates/claude-code/commands/openlife/story.md +20 -4
  43. package/dist-templates/codex/commands/openlife/agents/atlas.md +5 -1
  44. package/dist-templates/codex/commands/openlife/agents/builder.md +5 -1
  45. package/dist-templates/codex/commands/openlife/agents/conductor.md +5 -1
  46. package/dist-templates/codex/commands/openlife/agents/forge.md +5 -1
  47. package/dist-templates/codex/commands/openlife/agents/genesis.md +5 -1
  48. package/dist-templates/codex/commands/openlife/agents/lyra.md +5 -1
  49. package/dist-templates/codex/commands/openlife/agents/maestro.md +5 -1
  50. package/dist-templates/codex/commands/openlife/agents/mesh.md +5 -1
  51. package/dist-templates/codex/commands/openlife/agents/prism.md +5 -1
  52. package/dist-templates/codex/commands/openlife/agents/sentinel.md +5 -1
  53. package/dist-templates/codex/commands/openlife/agents/steward.md +5 -1
  54. package/dist-templates/codex/commands/openlife/agents/vortex.md +5 -1
  55. package/dist-templates/codex/commands/openlife/ask.md +23 -6
  56. package/dist-templates/codex/commands/openlife/audit.md +31 -2
  57. package/dist-templates/codex/commands/openlife/doctor.md +0 -2
  58. package/dist-templates/codex/commands/openlife/dream.md +23 -2
  59. package/dist-templates/codex/commands/openlife/explore.md +20 -2
  60. package/dist-templates/codex/commands/openlife/flow/brownfield-discovery.md +24 -6
  61. package/dist-templates/codex/commands/openlife/flow/brownfield-fullstack.md +24 -6
  62. package/dist-templates/codex/commands/openlife/flow/brownfield-service.md +24 -6
  63. package/dist-templates/codex/commands/openlife/flow/brownfield-ui.md +24 -6
  64. package/dist-templates/codex/commands/openlife/flow/epic.md +24 -6
  65. package/dist-templates/codex/commands/openlife/flow/greenfield-fullstack.md +24 -6
  66. package/dist-templates/codex/commands/openlife/flow/greenfield-service.md +24 -6
  67. package/dist-templates/codex/commands/openlife/flow/greenfield-ui.md +24 -6
  68. package/dist-templates/codex/commands/openlife/flow/qa-loop.md +24 -6
  69. package/dist-templates/codex/commands/openlife/flow/release.md +24 -6
  70. package/dist-templates/codex/commands/openlife/flow/spec-pipeline.md +24 -6
  71. package/dist-templates/codex/commands/openlife/flow/story-cycle.md +24 -6
  72. package/dist-templates/codex/commands/openlife/health.md +25 -2
  73. package/dist-templates/codex/commands/openlife/plan.md +26 -2
  74. package/dist-templates/codex/commands/openlife/review.md +22 -2
  75. package/dist-templates/codex/commands/openlife/ship.md +23 -2
  76. package/dist-templates/codex/commands/openlife/start.md +21 -8
  77. package/dist-templates/codex/commands/openlife/status.md +0 -2
  78. package/dist-templates/codex/commands/openlife/story.md +20 -4
  79. package/dist-templates/gemini-cli/commands/openlife/agents/atlas.md +5 -1
  80. package/dist-templates/gemini-cli/commands/openlife/agents/builder.md +5 -1
  81. package/dist-templates/gemini-cli/commands/openlife/agents/conductor.md +5 -1
  82. package/dist-templates/gemini-cli/commands/openlife/agents/forge.md +5 -1
  83. package/dist-templates/gemini-cli/commands/openlife/agents/genesis.md +5 -1
  84. package/dist-templates/gemini-cli/commands/openlife/agents/lyra.md +5 -1
  85. package/dist-templates/gemini-cli/commands/openlife/agents/maestro.md +5 -1
  86. package/dist-templates/gemini-cli/commands/openlife/agents/mesh.md +5 -1
  87. package/dist-templates/gemini-cli/commands/openlife/agents/prism.md +5 -1
  88. package/dist-templates/gemini-cli/commands/openlife/agents/sentinel.md +5 -1
  89. package/dist-templates/gemini-cli/commands/openlife/agents/steward.md +5 -1
  90. package/dist-templates/gemini-cli/commands/openlife/agents/vortex.md +5 -1
  91. package/dist-templates/gemini-cli/commands/openlife/ask.md +23 -6
  92. package/dist-templates/gemini-cli/commands/openlife/audit.md +31 -2
  93. package/dist-templates/gemini-cli/commands/openlife/doctor.md +0 -2
  94. package/dist-templates/gemini-cli/commands/openlife/dream.md +23 -2
  95. package/dist-templates/gemini-cli/commands/openlife/explore.md +20 -2
  96. package/dist-templates/gemini-cli/commands/openlife/flow/brownfield-discovery.md +24 -6
  97. package/dist-templates/gemini-cli/commands/openlife/flow/brownfield-fullstack.md +24 -6
  98. package/dist-templates/gemini-cli/commands/openlife/flow/brownfield-service.md +24 -6
  99. package/dist-templates/gemini-cli/commands/openlife/flow/brownfield-ui.md +24 -6
  100. package/dist-templates/gemini-cli/commands/openlife/flow/epic.md +24 -6
  101. package/dist-templates/gemini-cli/commands/openlife/flow/greenfield-fullstack.md +24 -6
  102. package/dist-templates/gemini-cli/commands/openlife/flow/greenfield-service.md +24 -6
  103. package/dist-templates/gemini-cli/commands/openlife/flow/greenfield-ui.md +24 -6
  104. package/dist-templates/gemini-cli/commands/openlife/flow/qa-loop.md +24 -6
  105. package/dist-templates/gemini-cli/commands/openlife/flow/release.md +24 -6
  106. package/dist-templates/gemini-cli/commands/openlife/flow/spec-pipeline.md +24 -6
  107. package/dist-templates/gemini-cli/commands/openlife/flow/story-cycle.md +24 -6
  108. package/dist-templates/gemini-cli/commands/openlife/health.md +25 -2
  109. package/dist-templates/gemini-cli/commands/openlife/plan.md +26 -2
  110. package/dist-templates/gemini-cli/commands/openlife/review.md +22 -2
  111. package/dist-templates/gemini-cli/commands/openlife/ship.md +23 -2
  112. package/dist-templates/gemini-cli/commands/openlife/start.md +21 -8
  113. package/dist-templates/gemini-cli/commands/openlife/status.md +0 -2
  114. package/dist-templates/gemini-cli/commands/openlife/story.md +20 -4
  115. package/package.json +1 -1
  116. package/scripts/generate-slash-commands.js +209 -34
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Run the OpenLife Dream Organizer — surfaces ideas, pending stories, and prioritization from accumulated context
2
+ description: Dream Organizer — surface ideas, pending stories, and prioritization from accumulated context (host LLM answers directly)
3
3
  allowed-tools:
4
4
  - Read
5
5
  - Write
@@ -11,4 +11,25 @@ allowed-tools:
11
11
  - AskUserQuestion
12
12
  ---
13
13
 
14
- Run `openlife dream "$ARGUMENTS"` to surface unprioritized ideas and stories from memory. Present the output grouped by theme.
14
+ **Mode:** host-native (the host LLM running this conversation answers directly no external API key required).
15
+
16
+ Run the OpenLife Dream Organizer using your own reasoning, not an external model.
17
+
18
+ 1. Read recent context from this conversation + any planning files the user has open
19
+ 2. Optionally read `.catalog/` for project-specific ideas already captured
20
+ 3. Surface unprioritized ideas, pending stories, and recommendations grouped by theme
21
+ 4. Be opinionated about priority order — don't return a flat list
22
+
23
+ If the user wants the external model chain for richer ideation: `openlife dream "..."` in a terminal.
24
+
25
+ ---
26
+
27
+ ### Want the external model chain instead?
28
+
29
+ If you specifically need the configured `models.json` chain (for cost-tracking, batch, or non-host contexts), run the command in a terminal:
30
+
31
+ ```bash
32
+ openlife dream "$ARGUMENTS"
33
+ ```
34
+
35
+ That path uses the Brain dispatcher and requires the appropriate API key in `.env`. The slash command (this one) intentionally bypasses external APIs to keep host-CLI usage zero-config.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Exploratory ideation with Lyra divergent brainstorming, then convergent narrative
2
+ description: Exploratory ideation host LLM acts as Lyra for divergent brainstorming then convergent narrative
3
3
  allowed-tools:
4
4
  - Read
5
5
  - Write
@@ -11,4 +11,22 @@ allowed-tools:
11
11
  - AskUserQuestion
12
12
  ---
13
13
 
14
- Activate `@openlife-lyra` (reads `.openlife/method/agents/lyra.md`) and run `*brainstorm "$ARGUMENTS"`. Surface options + tradeoffs. Do NOT commit to a plan in this command — that's `/openlife:plan`.
14
+ **Mode:** host-native (the host LLM running this conversation answers directly no external API key required).
15
+
16
+ Read `.openlife/method/agents/lyra.md`, become Lyra, and run `*brainstorm "$ARGUMENTS"`.
17
+
18
+ Surface options + tradeoffs. Mark confidence per claim (high / medium / low). Cite sources when claims are non-obvious.
19
+
20
+ Do NOT commit to a plan in this command — that's `/openlife:plan`. Explore is divergent; Plan is convergent.
21
+
22
+ ---
23
+
24
+ ### Want the external model chain instead?
25
+
26
+ If you specifically need the configured `models.json` chain (for cost-tracking, batch, or non-host contexts), run the command in a terminal:
27
+
28
+ ```bash
29
+ openlife explore "$ARGUMENTS"
30
+ ```
31
+
32
+ That path uses the Brain dispatcher and requires the appropriate API key in `.env`. The slash command (this one) intentionally bypasses external APIs to keep host-CLI usage zero-config.
@@ -10,11 +10,29 @@ allowed-tools:
10
10
  - AskUserQuestion
11
11
  ---
12
12
 
13
- Run `openlife flow run brownfield-discovery $ARGUMENTS` and walk the user through the workflow as it executes.
13
+ **Mode:** host-native you (the host LLM) orchestrate the `brownfield-discovery` workflow yourself, playing the personas as needed.
14
14
 
15
- - The workflow YAML is at `dist-templates/workflows/brownfield-discovery.yaml` (or `.openlife/method/workflows/brownfield-discovery.yaml` if locally overridden).
16
- - Each phase invokes one or more OpenLife method agents.
17
- - On any failure: surface the failing step + which agent is responsible, then offer to escalate to `@openlife-maestro`.
18
- - `--dry-run` prints the phase plan without executing.
15
+ ### Step 1 Load the workflow definition
19
16
 
20
- Refer the user to the persona of the active phase when they ask "who is doing this?".
17
+ Read `dist-templates/workflows/brownfield-discovery.yaml` (project local override at `.openlife/method/workflows/brownfield-discovery.yaml` or `.catalog/workflows/brownfield-discovery.yaml` takes precedence if present).
18
+
19
+ If `$ARGUMENTS` contains `--dry-run`, ALSO shell out to `openlife flow run brownfield-discovery --dry-run` to print the phase plan, then STOP.
20
+
21
+ ### Step 2 — Walk the phases
22
+
23
+ For each phase in the workflow's `sequence`:
24
+
25
+ 1. Announce which phase you're entering and which persona owns this phase (the `agent:` field on the step)
26
+ 2. Read `.openlife/method/agents/<persona-id>.md` for the active persona — adopt that persona for this phase
27
+ 3. Execute the step's `action` using the persona's discipline (commands, hand-off rules, anti-patterns)
28
+ 4. Produce the artifacts listed in `creates:` — write them to the paths declared in the YAML
29
+ 5. If `elicit: true`, ask the user via AskUserQuestion before proceeding
30
+ 6. Hand off to the next phase's persona; announce the handoff
31
+
32
+ ### Step 3 — Surface failures explicitly
33
+
34
+ On any step failure: identify the failing step, the active persona, and offer to escalate to `@openlife-maestro` (read `.openlife/method/agents/maestro.md`).
35
+
36
+ ### Why host-native, not shell?
37
+
38
+ Running the workflow this way uses your reasoning (the host LLM) instead of the external Brain chain. Zero API key needed for orchestration. If the user wants the external Brain to drive (headless / batch / cron), they can run `openlife flow run brownfield-discovery "$ARGUMENTS"` in a terminal.
@@ -10,11 +10,29 @@ allowed-tools:
10
10
  - AskUserQuestion
11
11
  ---
12
12
 
13
- Run `openlife flow run brownfield-fullstack $ARGUMENTS` and walk the user through the workflow as it executes.
13
+ **Mode:** host-native you (the host LLM) orchestrate the `brownfield-fullstack` workflow yourself, playing the personas as needed.
14
14
 
15
- - The workflow YAML is at `dist-templates/workflows/brownfield-fullstack.yaml` (or `.openlife/method/workflows/brownfield-fullstack.yaml` if locally overridden).
16
- - Each phase invokes one or more OpenLife method agents.
17
- - On any failure: surface the failing step + which agent is responsible, then offer to escalate to `@openlife-maestro`.
18
- - `--dry-run` prints the phase plan without executing.
15
+ ### Step 1 Load the workflow definition
19
16
 
20
- Refer the user to the persona of the active phase when they ask "who is doing this?".
17
+ Read `dist-templates/workflows/brownfield-fullstack.yaml` (project local override at `.openlife/method/workflows/brownfield-fullstack.yaml` or `.catalog/workflows/brownfield-fullstack.yaml` takes precedence if present).
18
+
19
+ If `$ARGUMENTS` contains `--dry-run`, ALSO shell out to `openlife flow run brownfield-fullstack --dry-run` to print the phase plan, then STOP.
20
+
21
+ ### Step 2 — Walk the phases
22
+
23
+ For each phase in the workflow's `sequence`:
24
+
25
+ 1. Announce which phase you're entering and which persona owns this phase (the `agent:` field on the step)
26
+ 2. Read `.openlife/method/agents/<persona-id>.md` for the active persona — adopt that persona for this phase
27
+ 3. Execute the step's `action` using the persona's discipline (commands, hand-off rules, anti-patterns)
28
+ 4. Produce the artifacts listed in `creates:` — write them to the paths declared in the YAML
29
+ 5. If `elicit: true`, ask the user via AskUserQuestion before proceeding
30
+ 6. Hand off to the next phase's persona; announce the handoff
31
+
32
+ ### Step 3 — Surface failures explicitly
33
+
34
+ On any step failure: identify the failing step, the active persona, and offer to escalate to `@openlife-maestro` (read `.openlife/method/agents/maestro.md`).
35
+
36
+ ### Why host-native, not shell?
37
+
38
+ Running the workflow this way uses your reasoning (the host LLM) instead of the external Brain chain. Zero API key needed for orchestration. If the user wants the external Brain to drive (headless / batch / cron), they can run `openlife flow run brownfield-fullstack "$ARGUMENTS"` in a terminal.
@@ -10,11 +10,29 @@ allowed-tools:
10
10
  - AskUserQuestion
11
11
  ---
12
12
 
13
- Run `openlife flow run brownfield-service $ARGUMENTS` and walk the user through the workflow as it executes.
13
+ **Mode:** host-native you (the host LLM) orchestrate the `brownfield-service` workflow yourself, playing the personas as needed.
14
14
 
15
- - The workflow YAML is at `dist-templates/workflows/brownfield-service.yaml` (or `.openlife/method/workflows/brownfield-service.yaml` if locally overridden).
16
- - Each phase invokes one or more OpenLife method agents.
17
- - On any failure: surface the failing step + which agent is responsible, then offer to escalate to `@openlife-maestro`.
18
- - `--dry-run` prints the phase plan without executing.
15
+ ### Step 1 Load the workflow definition
19
16
 
20
- Refer the user to the persona of the active phase when they ask "who is doing this?".
17
+ Read `dist-templates/workflows/brownfield-service.yaml` (project local override at `.openlife/method/workflows/brownfield-service.yaml` or `.catalog/workflows/brownfield-service.yaml` takes precedence if present).
18
+
19
+ If `$ARGUMENTS` contains `--dry-run`, ALSO shell out to `openlife flow run brownfield-service --dry-run` to print the phase plan, then STOP.
20
+
21
+ ### Step 2 — Walk the phases
22
+
23
+ For each phase in the workflow's `sequence`:
24
+
25
+ 1. Announce which phase you're entering and which persona owns this phase (the `agent:` field on the step)
26
+ 2. Read `.openlife/method/agents/<persona-id>.md` for the active persona — adopt that persona for this phase
27
+ 3. Execute the step's `action` using the persona's discipline (commands, hand-off rules, anti-patterns)
28
+ 4. Produce the artifacts listed in `creates:` — write them to the paths declared in the YAML
29
+ 5. If `elicit: true`, ask the user via AskUserQuestion before proceeding
30
+ 6. Hand off to the next phase's persona; announce the handoff
31
+
32
+ ### Step 3 — Surface failures explicitly
33
+
34
+ On any step failure: identify the failing step, the active persona, and offer to escalate to `@openlife-maestro` (read `.openlife/method/agents/maestro.md`).
35
+
36
+ ### Why host-native, not shell?
37
+
38
+ Running the workflow this way uses your reasoning (the host LLM) instead of the external Brain chain. Zero API key needed for orchestration. If the user wants the external Brain to drive (headless / batch / cron), they can run `openlife flow run brownfield-service "$ARGUMENTS"` in a terminal.
@@ -10,11 +10,29 @@ allowed-tools:
10
10
  - AskUserQuestion
11
11
  ---
12
12
 
13
- Run `openlife flow run brownfield-ui $ARGUMENTS` and walk the user through the workflow as it executes.
13
+ **Mode:** host-native you (the host LLM) orchestrate the `brownfield-ui` workflow yourself, playing the personas as needed.
14
14
 
15
- - The workflow YAML is at `dist-templates/workflows/brownfield-ui.yaml` (or `.openlife/method/workflows/brownfield-ui.yaml` if locally overridden).
16
- - Each phase invokes one or more OpenLife method agents.
17
- - On any failure: surface the failing step + which agent is responsible, then offer to escalate to `@openlife-maestro`.
18
- - `--dry-run` prints the phase plan without executing.
15
+ ### Step 1 Load the workflow definition
19
16
 
20
- Refer the user to the persona of the active phase when they ask "who is doing this?".
17
+ Read `dist-templates/workflows/brownfield-ui.yaml` (project local override at `.openlife/method/workflows/brownfield-ui.yaml` or `.catalog/workflows/brownfield-ui.yaml` takes precedence if present).
18
+
19
+ If `$ARGUMENTS` contains `--dry-run`, ALSO shell out to `openlife flow run brownfield-ui --dry-run` to print the phase plan, then STOP.
20
+
21
+ ### Step 2 — Walk the phases
22
+
23
+ For each phase in the workflow's `sequence`:
24
+
25
+ 1. Announce which phase you're entering and which persona owns this phase (the `agent:` field on the step)
26
+ 2. Read `.openlife/method/agents/<persona-id>.md` for the active persona — adopt that persona for this phase
27
+ 3. Execute the step's `action` using the persona's discipline (commands, hand-off rules, anti-patterns)
28
+ 4. Produce the artifacts listed in `creates:` — write them to the paths declared in the YAML
29
+ 5. If `elicit: true`, ask the user via AskUserQuestion before proceeding
30
+ 6. Hand off to the next phase's persona; announce the handoff
31
+
32
+ ### Step 3 — Surface failures explicitly
33
+
34
+ On any step failure: identify the failing step, the active persona, and offer to escalate to `@openlife-maestro` (read `.openlife/method/agents/maestro.md`).
35
+
36
+ ### Why host-native, not shell?
37
+
38
+ Running the workflow this way uses your reasoning (the host LLM) instead of the external Brain chain. Zero API key needed for orchestration. If the user wants the external Brain to drive (headless / batch / cron), they can run `openlife flow run brownfield-ui "$ARGUMENTS"` in a terminal.
@@ -10,11 +10,29 @@ allowed-tools:
10
10
  - AskUserQuestion
11
11
  ---
12
12
 
13
- Run `openlife flow run epic-orchestration $ARGUMENTS` and walk the user through the workflow as it executes.
13
+ **Mode:** host-native you (the host LLM) orchestrate the `epic-orchestration` workflow yourself, playing the personas as needed.
14
14
 
15
- - The workflow YAML is at `dist-templates/workflows/epic-orchestration.yaml` (or `.openlife/method/workflows/epic-orchestration.yaml` if locally overridden).
16
- - Each phase invokes one or more OpenLife method agents.
17
- - On any failure: surface the failing step + which agent is responsible, then offer to escalate to `@openlife-maestro`.
18
- - `--dry-run` prints the phase plan without executing.
15
+ ### Step 1 Load the workflow definition
19
16
 
20
- Refer the user to the persona of the active phase when they ask "who is doing this?".
17
+ Read `dist-templates/workflows/epic-orchestration.yaml` (project local override at `.openlife/method/workflows/epic-orchestration.yaml` or `.catalog/workflows/epic-orchestration.yaml` takes precedence if present).
18
+
19
+ If `$ARGUMENTS` contains `--dry-run`, ALSO shell out to `openlife flow run epic-orchestration --dry-run` to print the phase plan, then STOP.
20
+
21
+ ### Step 2 — Walk the phases
22
+
23
+ For each phase in the workflow's `sequence`:
24
+
25
+ 1. Announce which phase you're entering and which persona owns this phase (the `agent:` field on the step)
26
+ 2. Read `.openlife/method/agents/<persona-id>.md` for the active persona — adopt that persona for this phase
27
+ 3. Execute the step's `action` using the persona's discipline (commands, hand-off rules, anti-patterns)
28
+ 4. Produce the artifacts listed in `creates:` — write them to the paths declared in the YAML
29
+ 5. If `elicit: true`, ask the user via AskUserQuestion before proceeding
30
+ 6. Hand off to the next phase's persona; announce the handoff
31
+
32
+ ### Step 3 — Surface failures explicitly
33
+
34
+ On any step failure: identify the failing step, the active persona, and offer to escalate to `@openlife-maestro` (read `.openlife/method/agents/maestro.md`).
35
+
36
+ ### Why host-native, not shell?
37
+
38
+ Running the workflow this way uses your reasoning (the host LLM) instead of the external Brain chain. Zero API key needed for orchestration. If the user wants the external Brain to drive (headless / batch / cron), they can run `openlife flow run epic-orchestration "$ARGUMENTS"` in a terminal.
@@ -10,11 +10,29 @@ allowed-tools:
10
10
  - AskUserQuestion
11
11
  ---
12
12
 
13
- Run `openlife flow run greenfield-fullstack $ARGUMENTS` and walk the user through the workflow as it executes.
13
+ **Mode:** host-native you (the host LLM) orchestrate the `greenfield-fullstack` workflow yourself, playing the personas as needed.
14
14
 
15
- - The workflow YAML is at `dist-templates/workflows/greenfield-fullstack.yaml` (or `.openlife/method/workflows/greenfield-fullstack.yaml` if locally overridden).
16
- - Each phase invokes one or more OpenLife method agents.
17
- - On any failure: surface the failing step + which agent is responsible, then offer to escalate to `@openlife-maestro`.
18
- - `--dry-run` prints the phase plan without executing.
15
+ ### Step 1 Load the workflow definition
19
16
 
20
- Refer the user to the persona of the active phase when they ask "who is doing this?".
17
+ Read `dist-templates/workflows/greenfield-fullstack.yaml` (project local override at `.openlife/method/workflows/greenfield-fullstack.yaml` or `.catalog/workflows/greenfield-fullstack.yaml` takes precedence if present).
18
+
19
+ If `$ARGUMENTS` contains `--dry-run`, ALSO shell out to `openlife flow run greenfield-fullstack --dry-run` to print the phase plan, then STOP.
20
+
21
+ ### Step 2 — Walk the phases
22
+
23
+ For each phase in the workflow's `sequence`:
24
+
25
+ 1. Announce which phase you're entering and which persona owns this phase (the `agent:` field on the step)
26
+ 2. Read `.openlife/method/agents/<persona-id>.md` for the active persona — adopt that persona for this phase
27
+ 3. Execute the step's `action` using the persona's discipline (commands, hand-off rules, anti-patterns)
28
+ 4. Produce the artifacts listed in `creates:` — write them to the paths declared in the YAML
29
+ 5. If `elicit: true`, ask the user via AskUserQuestion before proceeding
30
+ 6. Hand off to the next phase's persona; announce the handoff
31
+
32
+ ### Step 3 — Surface failures explicitly
33
+
34
+ On any step failure: identify the failing step, the active persona, and offer to escalate to `@openlife-maestro` (read `.openlife/method/agents/maestro.md`).
35
+
36
+ ### Why host-native, not shell?
37
+
38
+ Running the workflow this way uses your reasoning (the host LLM) instead of the external Brain chain. Zero API key needed for orchestration. If the user wants the external Brain to drive (headless / batch / cron), they can run `openlife flow run greenfield-fullstack "$ARGUMENTS"` in a terminal.
@@ -10,11 +10,29 @@ allowed-tools:
10
10
  - AskUserQuestion
11
11
  ---
12
12
 
13
- Run `openlife flow run greenfield-service $ARGUMENTS` and walk the user through the workflow as it executes.
13
+ **Mode:** host-native you (the host LLM) orchestrate the `greenfield-service` workflow yourself, playing the personas as needed.
14
14
 
15
- - The workflow YAML is at `dist-templates/workflows/greenfield-service.yaml` (or `.openlife/method/workflows/greenfield-service.yaml` if locally overridden).
16
- - Each phase invokes one or more OpenLife method agents.
17
- - On any failure: surface the failing step + which agent is responsible, then offer to escalate to `@openlife-maestro`.
18
- - `--dry-run` prints the phase plan without executing.
15
+ ### Step 1 Load the workflow definition
19
16
 
20
- Refer the user to the persona of the active phase when they ask "who is doing this?".
17
+ Read `dist-templates/workflows/greenfield-service.yaml` (project local override at `.openlife/method/workflows/greenfield-service.yaml` or `.catalog/workflows/greenfield-service.yaml` takes precedence if present).
18
+
19
+ If `$ARGUMENTS` contains `--dry-run`, ALSO shell out to `openlife flow run greenfield-service --dry-run` to print the phase plan, then STOP.
20
+
21
+ ### Step 2 — Walk the phases
22
+
23
+ For each phase in the workflow's `sequence`:
24
+
25
+ 1. Announce which phase you're entering and which persona owns this phase (the `agent:` field on the step)
26
+ 2. Read `.openlife/method/agents/<persona-id>.md` for the active persona — adopt that persona for this phase
27
+ 3. Execute the step's `action` using the persona's discipline (commands, hand-off rules, anti-patterns)
28
+ 4. Produce the artifacts listed in `creates:` — write them to the paths declared in the YAML
29
+ 5. If `elicit: true`, ask the user via AskUserQuestion before proceeding
30
+ 6. Hand off to the next phase's persona; announce the handoff
31
+
32
+ ### Step 3 — Surface failures explicitly
33
+
34
+ On any step failure: identify the failing step, the active persona, and offer to escalate to `@openlife-maestro` (read `.openlife/method/agents/maestro.md`).
35
+
36
+ ### Why host-native, not shell?
37
+
38
+ Running the workflow this way uses your reasoning (the host LLM) instead of the external Brain chain. Zero API key needed for orchestration. If the user wants the external Brain to drive (headless / batch / cron), they can run `openlife flow run greenfield-service "$ARGUMENTS"` in a terminal.
@@ -10,11 +10,29 @@ allowed-tools:
10
10
  - AskUserQuestion
11
11
  ---
12
12
 
13
- Run `openlife flow run greenfield-ui $ARGUMENTS` and walk the user through the workflow as it executes.
13
+ **Mode:** host-native you (the host LLM) orchestrate the `greenfield-ui` workflow yourself, playing the personas as needed.
14
14
 
15
- - The workflow YAML is at `dist-templates/workflows/greenfield-ui.yaml` (or `.openlife/method/workflows/greenfield-ui.yaml` if locally overridden).
16
- - Each phase invokes one or more OpenLife method agents.
17
- - On any failure: surface the failing step + which agent is responsible, then offer to escalate to `@openlife-maestro`.
18
- - `--dry-run` prints the phase plan without executing.
15
+ ### Step 1 Load the workflow definition
19
16
 
20
- Refer the user to the persona of the active phase when they ask "who is doing this?".
17
+ Read `dist-templates/workflows/greenfield-ui.yaml` (project local override at `.openlife/method/workflows/greenfield-ui.yaml` or `.catalog/workflows/greenfield-ui.yaml` takes precedence if present).
18
+
19
+ If `$ARGUMENTS` contains `--dry-run`, ALSO shell out to `openlife flow run greenfield-ui --dry-run` to print the phase plan, then STOP.
20
+
21
+ ### Step 2 — Walk the phases
22
+
23
+ For each phase in the workflow's `sequence`:
24
+
25
+ 1. Announce which phase you're entering and which persona owns this phase (the `agent:` field on the step)
26
+ 2. Read `.openlife/method/agents/<persona-id>.md` for the active persona — adopt that persona for this phase
27
+ 3. Execute the step's `action` using the persona's discipline (commands, hand-off rules, anti-patterns)
28
+ 4. Produce the artifacts listed in `creates:` — write them to the paths declared in the YAML
29
+ 5. If `elicit: true`, ask the user via AskUserQuestion before proceeding
30
+ 6. Hand off to the next phase's persona; announce the handoff
31
+
32
+ ### Step 3 — Surface failures explicitly
33
+
34
+ On any step failure: identify the failing step, the active persona, and offer to escalate to `@openlife-maestro` (read `.openlife/method/agents/maestro.md`).
35
+
36
+ ### Why host-native, not shell?
37
+
38
+ Running the workflow this way uses your reasoning (the host LLM) instead of the external Brain chain. Zero API key needed for orchestration. If the user wants the external Brain to drive (headless / batch / cron), they can run `openlife flow run greenfield-ui "$ARGUMENTS"` in a terminal.
@@ -10,11 +10,29 @@ allowed-tools:
10
10
  - AskUserQuestion
11
11
  ---
12
12
 
13
- Run `openlife flow run qa-loop $ARGUMENTS` and walk the user through the workflow as it executes.
13
+ **Mode:** host-native you (the host LLM) orchestrate the `qa-loop` workflow yourself, playing the personas as needed.
14
14
 
15
- - The workflow YAML is at `dist-templates/workflows/qa-loop.yaml` (or `.openlife/method/workflows/qa-loop.yaml` if locally overridden).
16
- - Each phase invokes one or more OpenLife method agents.
17
- - On any failure: surface the failing step + which agent is responsible, then offer to escalate to `@openlife-maestro`.
18
- - `--dry-run` prints the phase plan without executing.
15
+ ### Step 1 Load the workflow definition
19
16
 
20
- Refer the user to the persona of the active phase when they ask "who is doing this?".
17
+ Read `dist-templates/workflows/qa-loop.yaml` (project local override at `.openlife/method/workflows/qa-loop.yaml` or `.catalog/workflows/qa-loop.yaml` takes precedence if present).
18
+
19
+ If `$ARGUMENTS` contains `--dry-run`, ALSO shell out to `openlife flow run qa-loop --dry-run` to print the phase plan, then STOP.
20
+
21
+ ### Step 2 — Walk the phases
22
+
23
+ For each phase in the workflow's `sequence`:
24
+
25
+ 1. Announce which phase you're entering and which persona owns this phase (the `agent:` field on the step)
26
+ 2. Read `.openlife/method/agents/<persona-id>.md` for the active persona — adopt that persona for this phase
27
+ 3. Execute the step's `action` using the persona's discipline (commands, hand-off rules, anti-patterns)
28
+ 4. Produce the artifacts listed in `creates:` — write them to the paths declared in the YAML
29
+ 5. If `elicit: true`, ask the user via AskUserQuestion before proceeding
30
+ 6. Hand off to the next phase's persona; announce the handoff
31
+
32
+ ### Step 3 — Surface failures explicitly
33
+
34
+ On any step failure: identify the failing step, the active persona, and offer to escalate to `@openlife-maestro` (read `.openlife/method/agents/maestro.md`).
35
+
36
+ ### Why host-native, not shell?
37
+
38
+ Running the workflow this way uses your reasoning (the host LLM) instead of the external Brain chain. Zero API key needed for orchestration. If the user wants the external Brain to drive (headless / batch / cron), they can run `openlife flow run qa-loop "$ARGUMENTS"` in a terminal.
@@ -10,11 +10,29 @@ allowed-tools:
10
10
  - AskUserQuestion
11
11
  ---
12
12
 
13
- Run `openlife flow run continuous-deployment $ARGUMENTS` and walk the user through the workflow as it executes.
13
+ **Mode:** host-native you (the host LLM) orchestrate the `continuous-deployment` workflow yourself, playing the personas as needed.
14
14
 
15
- - The workflow YAML is at `dist-templates/workflows/continuous-deployment.yaml` (or `.openlife/method/workflows/continuous-deployment.yaml` if locally overridden).
16
- - Each phase invokes one or more OpenLife method agents.
17
- - On any failure: surface the failing step + which agent is responsible, then offer to escalate to `@openlife-maestro`.
18
- - `--dry-run` prints the phase plan without executing.
15
+ ### Step 1 Load the workflow definition
19
16
 
20
- Refer the user to the persona of the active phase when they ask "who is doing this?".
17
+ Read `dist-templates/workflows/continuous-deployment.yaml` (project local override at `.openlife/method/workflows/continuous-deployment.yaml` or `.catalog/workflows/continuous-deployment.yaml` takes precedence if present).
18
+
19
+ If `$ARGUMENTS` contains `--dry-run`, ALSO shell out to `openlife flow run continuous-deployment --dry-run` to print the phase plan, then STOP.
20
+
21
+ ### Step 2 — Walk the phases
22
+
23
+ For each phase in the workflow's `sequence`:
24
+
25
+ 1. Announce which phase you're entering and which persona owns this phase (the `agent:` field on the step)
26
+ 2. Read `.openlife/method/agents/<persona-id>.md` for the active persona — adopt that persona for this phase
27
+ 3. Execute the step's `action` using the persona's discipline (commands, hand-off rules, anti-patterns)
28
+ 4. Produce the artifacts listed in `creates:` — write them to the paths declared in the YAML
29
+ 5. If `elicit: true`, ask the user via AskUserQuestion before proceeding
30
+ 6. Hand off to the next phase's persona; announce the handoff
31
+
32
+ ### Step 3 — Surface failures explicitly
33
+
34
+ On any step failure: identify the failing step, the active persona, and offer to escalate to `@openlife-maestro` (read `.openlife/method/agents/maestro.md`).
35
+
36
+ ### Why host-native, not shell?
37
+
38
+ Running the workflow this way uses your reasoning (the host LLM) instead of the external Brain chain. Zero API key needed for orchestration. If the user wants the external Brain to drive (headless / batch / cron), they can run `openlife flow run continuous-deployment "$ARGUMENTS"` in a terminal.
@@ -10,11 +10,29 @@ allowed-tools:
10
10
  - AskUserQuestion
11
11
  ---
12
12
 
13
- Run `openlife flow run spec-pipeline $ARGUMENTS` and walk the user through the workflow as it executes.
13
+ **Mode:** host-native you (the host LLM) orchestrate the `spec-pipeline` workflow yourself, playing the personas as needed.
14
14
 
15
- - The workflow YAML is at `dist-templates/workflows/spec-pipeline.yaml` (or `.openlife/method/workflows/spec-pipeline.yaml` if locally overridden).
16
- - Each phase invokes one or more OpenLife method agents.
17
- - On any failure: surface the failing step + which agent is responsible, then offer to escalate to `@openlife-maestro`.
18
- - `--dry-run` prints the phase plan without executing.
15
+ ### Step 1 Load the workflow definition
19
16
 
20
- Refer the user to the persona of the active phase when they ask "who is doing this?".
17
+ Read `dist-templates/workflows/spec-pipeline.yaml` (project local override at `.openlife/method/workflows/spec-pipeline.yaml` or `.catalog/workflows/spec-pipeline.yaml` takes precedence if present).
18
+
19
+ If `$ARGUMENTS` contains `--dry-run`, ALSO shell out to `openlife flow run spec-pipeline --dry-run` to print the phase plan, then STOP.
20
+
21
+ ### Step 2 — Walk the phases
22
+
23
+ For each phase in the workflow's `sequence`:
24
+
25
+ 1. Announce which phase you're entering and which persona owns this phase (the `agent:` field on the step)
26
+ 2. Read `.openlife/method/agents/<persona-id>.md` for the active persona — adopt that persona for this phase
27
+ 3. Execute the step's `action` using the persona's discipline (commands, hand-off rules, anti-patterns)
28
+ 4. Produce the artifacts listed in `creates:` — write them to the paths declared in the YAML
29
+ 5. If `elicit: true`, ask the user via AskUserQuestion before proceeding
30
+ 6. Hand off to the next phase's persona; announce the handoff
31
+
32
+ ### Step 3 — Surface failures explicitly
33
+
34
+ On any step failure: identify the failing step, the active persona, and offer to escalate to `@openlife-maestro` (read `.openlife/method/agents/maestro.md`).
35
+
36
+ ### Why host-native, not shell?
37
+
38
+ Running the workflow this way uses your reasoning (the host LLM) instead of the external Brain chain. Zero API key needed for orchestration. If the user wants the external Brain to drive (headless / batch / cron), they can run `openlife flow run spec-pipeline "$ARGUMENTS"` in a terminal.
@@ -10,11 +10,29 @@ allowed-tools:
10
10
  - AskUserQuestion
11
11
  ---
12
12
 
13
- Run `openlife flow run story-development-cycle $ARGUMENTS` and walk the user through the workflow as it executes.
13
+ **Mode:** host-native you (the host LLM) orchestrate the `story-development-cycle` workflow yourself, playing the personas as needed.
14
14
 
15
- - The workflow YAML is at `dist-templates/workflows/story-development-cycle.yaml` (or `.openlife/method/workflows/story-development-cycle.yaml` if locally overridden).
16
- - Each phase invokes one or more OpenLife method agents.
17
- - On any failure: surface the failing step + which agent is responsible, then offer to escalate to `@openlife-maestro`.
18
- - `--dry-run` prints the phase plan without executing.
15
+ ### Step 1 Load the workflow definition
19
16
 
20
- Refer the user to the persona of the active phase when they ask "who is doing this?".
17
+ Read `dist-templates/workflows/story-development-cycle.yaml` (project local override at `.openlife/method/workflows/story-development-cycle.yaml` or `.catalog/workflows/story-development-cycle.yaml` takes precedence if present).
18
+
19
+ If `$ARGUMENTS` contains `--dry-run`, ALSO shell out to `openlife flow run story-development-cycle --dry-run` to print the phase plan, then STOP.
20
+
21
+ ### Step 2 — Walk the phases
22
+
23
+ For each phase in the workflow's `sequence`:
24
+
25
+ 1. Announce which phase you're entering and which persona owns this phase (the `agent:` field on the step)
26
+ 2. Read `.openlife/method/agents/<persona-id>.md` for the active persona — adopt that persona for this phase
27
+ 3. Execute the step's `action` using the persona's discipline (commands, hand-off rules, anti-patterns)
28
+ 4. Produce the artifacts listed in `creates:` — write them to the paths declared in the YAML
29
+ 5. If `elicit: true`, ask the user via AskUserQuestion before proceeding
30
+ 6. Hand off to the next phase's persona; announce the handoff
31
+
32
+ ### Step 3 — Surface failures explicitly
33
+
34
+ On any step failure: identify the failing step, the active persona, and offer to escalate to `@openlife-maestro` (read `.openlife/method/agents/maestro.md`).
35
+
36
+ ### Why host-native, not shell?
37
+
38
+ Running the workflow this way uses your reasoning (the host LLM) instead of the external Brain chain. Zero API key needed for orchestration. If the user wants the external Brain to drive (headless / batch / cron), they can run `openlife flow run story-development-cycle "$ARGUMENTS"` in a terminal.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Extended health check — combines `doctor` with runtime diagnostics from Maestro
2
+ description: Extended health check — combines `doctor` runtime check with Maestro's framework integrity review
3
3
  allowed-tools:
4
4
  - Read
5
5
  - Write
@@ -11,4 +11,27 @@ allowed-tools:
11
11
  - AskUserQuestion
12
12
  ---
13
13
 
14
- Run `openlife system doctor` first, then activate `@openlife-maestro` and run `*health` to check cross-agent integrity (catalog completeness, missing handoff artifacts, draft components pending promotion).
14
+ **Mode:** host-native (the host LLM running this conversation answers directly no external API key required).
15
+
16
+ Two-step health check:
17
+
18
+ 1. Run `openlife system doctor` (real shell command) to capture API keys, model chain, catalog state, daemon state
19
+ 2. Read `.openlife/method/agents/maestro.md`, become Maestro, and check cross-agent integrity:
20
+ - Catalog completeness (314 agents / 46 squads / 55 skills present?)
21
+ - Missing handoff artifacts in `.openlife/handoffs/`
22
+ - Draft components pending promotion in `.catalog/{agents,squads,skills}/<id>/` with `status: draft`
23
+ - Any contradictions between `.openlife/project.json` mode and active workflow
24
+
25
+ Present both diagnostics in one consolidated report.
26
+
27
+ ---
28
+
29
+ ### Want the external model chain instead?
30
+
31
+ If you specifically need the configured `models.json` chain (for cost-tracking, batch, or non-host contexts), run the command in a terminal:
32
+
33
+ ```bash
34
+ openlife health "$ARGUMENTS"
35
+ ```
36
+
37
+ That path uses the Brain dispatcher and requires the appropriate API key in `.env`. The slash command (this one) intentionally bypasses external APIs to keep host-CLI usage zero-config.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: Run the spec pipeline gather requirements, assess complexity, write executable spec
2
+ description: Run the spec pipeline (gather assess research → write critique → plan) — host LLM orchestrates the 6 phases
3
3
  allowed-tools:
4
4
  - Read
5
5
  - Write
@@ -11,4 +11,28 @@ allowed-tools:
11
11
  - AskUserQuestion
12
12
  ---
13
13
 
14
- Run `openlife flow run spec-pipeline "$ARGUMENTS"`. The 6-phase pipeline: gather assess research write critique → plan. Walk the user through each phase's output.
14
+ **Mode:** host-native (the host LLM running this conversation answers directly no external API key required).
15
+
16
+ Orchestrate the spec-pipeline workflow YOURSELF, phase by phase. You play multiple personas inline.
17
+
18
+ 1. Read `dist-templates/workflows/spec-pipeline.yaml` to understand the phases
19
+ 2. Phase 1 — Gather: become @openlife-genesis (read `.openlife/method/agents/genesis.md`) and elicit requirements from the user via AskUserQuestion
20
+ 3. Phase 2 — Assess: become @openlife-atlas, score the 5 complexity dimensions
21
+ 4. Phase 3 — Research (skip if SIMPLE complexity): become @openlife-lyra, surface unknowns
22
+ 5. Phase 4 — Write: become @openlife-genesis again, draft spec.md
23
+ 6. Phase 5 — Critique: become @openlife-sentinel, return verdict (APPROVED / NEEDS_REVISION / BLOCKED)
24
+ 7. Phase 6 — Plan: become @openlife-atlas, generate implementation.yaml
25
+
26
+ Each phase ends with the user explicitly OK'ing before the next.
27
+
28
+ ---
29
+
30
+ ### Want the external model chain instead?
31
+
32
+ If you specifically need the configured `models.json` chain (for cost-tracking, batch, or non-host contexts), run the command in a terminal:
33
+
34
+ ```bash
35
+ openlife plan "$ARGUMENTS"
36
+ ```
37
+
38
+ That path uses the Brain dispatcher and requires the appropriate API key in `.env`. The slash command (this one) intentionally bypasses external APIs to keep host-CLI usage zero-config.