/install deterministic-controller
Deterministic Controller for OpenClaw (Docs-only)
USE WHEN
- You want a deterministic, repeatable orchestration loop for OpenClaw (heartbeat + cron poll + subagents).
- You want evidence-gated completion (no DONE without artifact paths).
- You want a lean portfolio queue (
ACTIVITIES.md) with external sprint-plan import viaPlan Path.
DON'T USE WHEN
- You want a turnkey, self-modifying installer that patches config / creates cron jobs automatically.
- You need complex runtime code; this skill is templates + docs.
Outputs
- Template files under this skill folder:
templates/HEARTBEAT.mdtemplates/ACTIVITIES.mdtemplates/SPRINT_TEMPLATE.md
- Copy/paste prompts:
examples/setup_prompt.mdexamples/project_to_sprint_prompt.md
- Cron payload text:
docs/poll_cron_payload.txt
- Config guidance:
docs/openclaw_config_snippets.md
How to use
Start with the repo README:
README.md
Then copy templates into your workspace and set:
\x3CTELEGRAM_GROUP_ID>inHEARTBEAT.md- heartbeat prompt + cadence in
openclaw.json(seedocs/openclaw_config_snippets.md)
This skill intentionally does not execute commands or change config automatically.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install deterministic-controller - After installation, invoke the skill by name or use
/deterministic-controller - Provide required inputs per the skill's parameter spec and get structured output
What is deterministic-controller?
Deterministic, evidence-gated controller templates for OpenClaw enabling repeatable orchestration loops with heartbeat, cron poll, and sprint planning. It is an AI Agent Skill for Claude Code / OpenClaw, with 736 downloads so far.
How do I install deterministic-controller?
Run "/install deterministic-controller" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is deterministic-controller free?
Yes, deterministic-controller is completely free (open-source). You can download, install and use it at no cost.
Which platforms does deterministic-controller support?
deterministic-controller is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created deterministic-controller?
It is built and maintained by Dan (@variable190); the current version is v0.1.1.