@monoes/monomindcli 2.11.10 → 2.11.12

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.
@@ -25,3 +25,16 @@ Use Monograph before broad repository search when the platform exposes the
25
25
  Monomind MCP server. Without native skills, run
26
26
  `monomind mastermind run <skill> --print` and follow the printed procedure.
27
27
  Platform tool mappings are in [references/](references/).
28
+ # Mastermind
29
+
30
+ Load only the workflow that matches the current task:
31
+ - `mastermind` — Route a request to the relevant Mastermind workflow.
32
+ - `mastermind-plan` — Write a detailed implementation plan before changing code.
33
+ - `mastermind-review` — Review code, content, strategy, or security work.
34
+ - `mastermind-debug` — Investigate a failure or unexpected behavior before fixing it.
35
+ - `mastermind-research` — Research an open question before making a decision.
36
+ - `mastermind-execute` — Execute a written implementation plan step by step.
37
+ - `mastermind-org` — Create, run, inspect, and manage a Mastermind organization.
38
+ - `mastermind-memory` — Store, retrieve, and maintain persistent organization knowledge.
39
+
40
+ If skills cannot be loaded natively, run `monomind mastermind run <skill> --print`.