Debug Phase - Autonomous Unsticking
Description
**Mode**: AUTONOMOUS - DO NOT ASK QUESTIONS **Status**: Stagnation detected - execute recovery protocol
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for postrv/ralphing-la-vida-locum, shared by 6 entries
in this directory. It describes the repository, not this entry specifically.
Debug Phase - Autonomous Unsticking
**Mode**: AUTONOMOUS - DO NOT ASK QUESTIONS **Status**: Stagnation detected - execute recovery protocol
IMMEDIATE ACTIONS (Execute in order)
Step 1: Diagnose State
Run these commands and analyze output:
cargo test 2>&1 | head -50
cargo clippy --all-targets -- -D warnings 2>&1 | head -30
git status --short
git log --oneline -5
Step 2: Identify and Fix ONE Issue
Based on Step 1 output:
- If tests fail → Fix the failing test (write minimal fix)
- If clippy warns → Fix the clippy warning
- If nothing fails → Check PROMPT_build.md for next task
- If task unclear → Run
cargo testto verify clean state, then commit
Step 3: Commit and Resume
After fixing ONE issue:
git add -A
git commit -m "fix: [describe what was fixed]"
Then continue with the next task from PROMPT_build.md.
Anti-Stagnation Rules
- DO NOT output summaries without making changes
- DO NOT ask what to work on - just execute
- DO NOT wait for user input
- ALWAYS make at least one commit per iteration
- ALWAYS update IMPLEMENTATION_PLAN.md with progress
If Truly Blocked
If the same issue persists after 3 attempts:
- Document the blocker in IMPLEMENTATION_PLAN.md:
## BLOCKED - [issue] - Attempts: [what was tried] - Error: [exact error message] - Needs: [human intervention or external dependency] - Mark the task as blocked and move to the next task
- Continue working on other tasks
Quality Gates
Before ANY commit:
cargo clippy --all-targets -- -D warnings
cargo test
Both must pass. If they don't, fix them first.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11