Install
openclaw skills install @j3ffyang/thought-flowThe 8-stage collaboration loop for working with the user: INTENT, CONSTRAINTS, PROPOSE, PRESS, PRACTICE, INVESTIGATE, CODIFY, BOUNDARY-CHECK. Use when starting a new task (state intent and constraints up front), when proposing a plan (include options + a recommendation), when the user pushes back on a proposal, when something fails or looks broken and needs investigation, or when deciding whether to codify knowledge into an AGENTS.md rule or a SKILL.md procedure.
openclaw skills install @j3ffyang/thought-flowThe architecture of how the user and the agent work together. It is not a rigid process — it is a loop that converges: practice again, refine again. Every stage below is a working example of the others.
┌────────────────────────────────────────────────────────────────┐
│ │
│ 1. INTENT ── what do I want? state it plainly │
│ │ │
│ 2. CONSTRAINTS ── what must not change? boundaries, │
│ tools, remotes, conventions, approvals │
│ │ │
│ 3. PROPOSE ── agent drafts a plan + options + │
│ recommendation │
│ │ │
│ 4. PRESS ── I push back where it conflicts with │
│ my constraints; we negotiate │
│ │ │
│ 5. PRACTICE ── approve, build, run, observe │
│ (real failures live here) │
│ │ │
│ 6. INVESTIGATE ── when it fails, verify against the │
│ real system before blaming the tool │
│ │ │
│ 7. CODIFY ── distill the practice into AGENTS.md │
│ rules and SKILL.md steps │
│ │ │
│ 8. BOUNDARY-CHECK ── is this the right repo / worktree / │
│ scope for this knowledge? resize if not │
│ │ │
│ └────── loop ── practice again, refine again ──────┘ │
└────────────────────────────────────────────────────────────────┘
Then loop: practice again, refine again, until the system becomes boring and reliable.
gh and the API for verification (gh run watch, gh run view --log, gh api, curl against live endpoints) over UI clicking. The API is the primary way to verify; a registry's or workflow's own report can be wrong (e.g. a success reported as pending-publication failure).