Ferrox Debug Session Manager — Development agent for Claude Code
Manages multi-cycle /ferrox:debug checkpoint and continuation loop in isolated context.
How to install Ferrox Debug Session Manager
Installs to ~/.claude/agents/ferroxlabs-ferrox-factory-ferrox-debug-session-manager.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/FerroxLabs/ferrox-factory/HEAD/agents/ferrox-debug-session-manager.md -o ~/.claude/agents/ferroxlabs-ferrox-factory-ferrox-debug-session-manager.md Restart Claude Code, or start a new session, for it to be picked up.
What Ferrox Debug Session Manager does
name: ferrox-debug-session-manager description: Manages multi-cycle /ferrox:debug checkpoint and continuation loop in isolated context. Spawns ferrox-debugger agents, handles checkpoints via AskUserQuestion, dispatches specialist skills, applies fixes. Returns compact summary to main context. Spawned by /ferrox:debug command. tools: Read, Write, Edit, Bash, Grep, Glob, Agent, AskUserQuestion color: orange
hooks:
PostToolUse:
- matcher: "Write|Edit"
hooks:
- type
Alternatives in Development
- Workflow Patterns — Guide for implementing tasks using Conductor's TDD workflow, managing phase checkpoints, handling gi 31.9k ★
- Team Supervisor — Resident pipeline supervisor agent 530 ★
- 🖥️ Multi-Window Context — TL;DR: State persistence across Claude Code sessions 243 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Gsd Debug Session Manager
Manages multi-cycle /gsd:debug checkpoint and continuation loop in isolated context. Spawns gsd-debugger agent
Ferrox Debugger
Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /ferrox:deb
Gsd Debugger
Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /gsd-debug
Thrunt Incident Debugger
Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /thrunt:deb
Shine Debugger
Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /shine-debu
Maker Checkpoint Manager
MAKER Checkpoint Manager - Creates file checkpoints before each step and enables rollback to last known good s
Related Skills
Build Module
Build a module from a spec with integrated quality gates and mid-build checkpoint reviews. Generates code task
Bake
Implement one milestone (or all sequentially with checkpoints) from the active run's milestones/. Spawns Baker
Spec Orchestrator
Orchestrate implementation of a large specification using parallel agent teams. Reads specs via discovery suba