AI Agent Hub
Back to plugins
⚙️

luxueliu-agent-discipline-skills

Workflow Updated 2026.08.27

Run the following command in DeepSeek Harness:

dsh plugin install luxueliu/luxueliu-agent-discipline-skills

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install luxueliu/luxueliu-agent-discipline-skills in DeepSeek Harness to install; the source repository is available at https://github.com/luxueliu/luxueliu-agent-discipline-skills .

About this plugin

AI agents are never short on intelligence — they are short on discipline. Claiming completion when the file was never written, drifting off-task while still feeling confident, retrying the same failed hypothesis three times without converging, or overwriting a teammate's fresh write with a five-minute-old state in a multi-agent setup: none of this is fixed by prompt tricks. What is missing is an engineering-grade set of brakes and handoff protocols. luxueliu-agent-discipline-skills packages exactly that into four zero-dependency, single-file SKILL.md skills that work out of the box. deepcode-review enforces a disk read-back, a change inventory, and an encoding / escape scan before any completion claim; agent-course-correction halts momentum, restates the latest goal, classifies the drift type, and applies the minimal safe correction; systematic-debugging follows an evidence-driven loop — smallest failing sample, single hypothesis, regression proof — and stops at the root cause when only diagnosis is authorized; deepcode-collab guards multi-agent boundaries by re-reading before writes to prevent stale state, tagging gaps when inheriting half-finished context, and strictly separating executed from achieved. The four skills have explicitly stated, non-overlapping responsibilities, and every rule traces back to a real incident. This is for developers running multi-agent workflows in DeepSeek Harness, Claude Code, or Codex, and equally useful for human teams who want to bring the same discipline into code review and handoff processes — after all, the mistakes AI makes are exactly the mistakes humans make.

Use Cases

  • Force a disk read-back and change inventory when an agent claims completion but the file is missing or garbled
  • Pause and minimally correct an agent when it drifts off-task or answers a different question across turns
  • Guard multi-agent handoff by re-reading before writes, flagging context gaps, and separating executed from achieved

Best For

  • Developers orchestrating multi-agent workflows in DeepSeek Harness, Claude Code, or Codex
  • Engineering teams repeatedly burned by false completion claims, uncorrected drift, and stale-state overwrites
  • Tech leads who want to extend agent discipline into human code review and handoff processes