Get Started

Improve a Playbook

Turn Records, Suggestions, and new Versions into a learning loop.


  1. Preserve the outcome and problem in the Case.
  2. If the problem will recur, create a Suggestion against its base Version.
  3. Review the Suggestion against the current Definition.
  4. Publish a corrected immutable Version.
  5. Resolve the Suggestion as applied with the result Version ID.
epismo suggestion create --playbook-id <playbook-id> \
  --base-version-id <version-id> \
  --title "Clarify review evidence" \
  --content "Add required evidence and acceptance criteria to Step ABCD"
epismo playbook version publish <playbook-id> \
  --base-version-id <latest-version-id> --input @revised.json
epismo suggestion resolve <suggestion-id> \
  --status applied --result-version-id <new-version-id>

Do not generalize every one-off exception, and do not apply an old-base Suggestion to latest without re-evaluating it.