← 返回
未分类 中文

Lobster Debugging

Systematic debugging framework. 4-phase root-cause analysis with defense-in-depth. Never guess, never patch symptoms. From Claude Code + Superpowers.
系统化调试框架。四阶段根本原因分析,深度防御。不猜测,不修补表象。源自 Claude Code + Superpowers。
wangxiaofei860208-source
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 476
下载
💾 0
安装
1
版本
#latest

概述

Lobster Debugging 🦞

Systematic root-cause debugging. No guessing. No symptom patches. Ever.

The Iron Law

NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST

4-Phase Process

Phase 1: Root Cause Investigation

  1. Read error messages completely (they often contain the solution)
  2. Reproduce consistently (can't fix what you can't reproduce)
  3. Check recent changes (git diff, recent commits)
  4. Add diagnostic instrumentation at component boundaries
  5. Binary search the codebase to isolate the failure point

Phase 2: Condition-Based Waiting

  • Replace sleep(5000) with event-based waiting
  • Wait for conditions, not timeouts
  • Flaky tests = unfixed bug, not "timing issue"

Phase 3: Defense-in-Depth

  • Fix the root cause
  • Add a test that would have caught it
  • Add a guard that prevents the class of bug
  • Document why it happened

Phase 4: Academic Verification

  • Prove the fix works with a test
  • Prove the fix doesn't break anything else
  • Prove the fix handles edge cases
  • Prove the original bug can't recur

Red Flags — Stop and Re-Investigate

  • "Just one quick fix" — there's no such thing
  • Already tried multiple fixes — you don't understand the problem
  • Under time pressure — rushing guarantees rework
  • "Seems simple" — simple bugs have root causes too

When to Escalate

After 2 failed fix attempts:

  1. Stop. You're guessing.
  2. Go back to Phase 1.
  3. If still stuck, bring in a second agent with fresh context.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 06:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Lobster Agentic Engineering

wangxiaofei860208-source
采用评估先行执行、任务分解和成本感知模型路由的代理工程师工作方式
★ 0 📥 401

.Agentic Engineering Bak

wangxiaofei860208-source
采用评估先行执行、任务分解和成本感知模型路由的代理工程师工作方式
★ 0 📥 418

Lobster Autodream

wangxiaofei860208-source
AI记忆巩固系统,模拟人类睡眠记忆整理,自动归纳会话、提取关键信息并更新长期记忆,触发于心跳检查或会话压缩。
★ 0 📥 375