Skip to content

Releases: ilkerbbb/systematic-claw

v0.1.0 — Initial Release

26 Mar 21:32

Choose a tag to compare

systematic-claw v0.1.0

First public release of the systematic thinking enforcement plugin for OpenClaw.

Features

4 Tools:

  • task_tracker — Hierarchical task management with checkpoint/rollback
  • plan_mode — Plan → approve → execute → verify workflow
  • debug_tracker — 4-phase systematic debugging protocol
  • quality_checklist — Self-review enforcement before completion

6 Hard Gates:

  • Read-before-Edit
  • Plan-before-Create
  • Dangerous command blocking
  • Bootstrap size limits
  • Workflow chain verification
  • Quality review enforcement

3-Layer Architecture:

  • Layer 1 (GUIDE): Workflow detection + context injection
  • Layer 2 (ENFORCE): Hard gates + tool enforcement
  • Layer 3 (AUDIT): File tracking + completion checks + SQLite audit log

Installation

cd ~/.openclaw/extensions
git clone https://github.com/ilkerbbb/systematic-claw.git
cd systematic-claw && npm install

See README for full setup instructions.