agent-loop-ext
Crash-resilient external agent loop with state persistence and CI/CD integration
Query and manage the executable feedback debug memory
$ npx -y skills add jmagly/aiwg --skill debug-memory --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/debug-memoryContext preview
The summary Claude sees to decide when to auto-load this skill.
Query and manage the executable feedback debug memory
namespace: aiwg name: debug-memory platforms: [all] description: Query and manage the executable feedback debug memory commandHint: category: code-quality
Query, analyze, and manage the debug memory from executable feedback loops.
Manage the debug memory stored in `.aiwg/ralph/debug-memory/`:
Search debug memory for relevant past execution sessions.
1. Search `.aiwg/ralph/debug-memory/sessions/` for matching entries 2. Match by file path, error type, test name, or keyword 3. Display relevant sessions with fix attempts and outcomes 4. Highlight reusable patterns
Display learned patterns from past debug sessions.
1. Load `.aiwg/ralph/debug-memory/patterns/learned-patterns.yaml` 2. Show pattern frequency, success rate, and applicability 3. Suggest patterns applicable to current context
Show aggregate statistics from debug memory.
1. Total sessions, pass rate, average attempts 2. Most common error types 3. Most effective fix patterns 4. Files with highest failure frequency
Clear debug memory (with confirmation).
1. Prompt for confirmation 2. Archive current memory to `.aiwg/ralph/debug-memory/archive/` 3. Reset sessions and patterns
Reusable project context and specialist workflows for the AI tools you already use. Plan software, coordinate specialist reviews, prepare campaigns, investigate incidents, organize research, curate media, and maintain operational knowledge.
Repo: jmagly/aiwg
Crash-resilient external agent loop with state persistence and CI/CD integration
Detect requests for iterative autonomous agent loops and route to the appropriate loop executor
Automatically execute tests when code-generating agents modify source files, enforcing the execute-before-return pattern
Enable agent loops to learn from similar past tasks and share patterns across loops
Execute tests on generated code and iterate until passing
Infer measurable completion criteria for an agent-loop task from project docs, code, and AIWG standards when the user has not supplied --completion explicitly