ninthwave-io

Forward Fixer — Development agent for Claude Code

Development community

ninthwave orchestration agent -- diagnoses post-merge CI failures and creates fix-forward PRs during nw sessions.

How to install Forward Fixer

Installs to ~/.claude/agents/ninthwave-io-ninthwave-forward-fixer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ninthwave-io/ninthwave/HEAD/agents/forward-fixer.md -o ~/.claude/agents/ninthwave-io-ninthwave-forward-fixer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Forward Fixer does


name: ninthwave-forward-fixer description: "ninthwave orchestration agent -- diagnoses post-merge CI failures and creates fix-forward PRs during `nw` sessions"

If no ninthwave fix-forward context is available to you (no verify item ID, no merge SHA, no CI failure details), you were not launched by the ninthwave orchestrator. Inform the user this agent is designed for ninthwave orchestration (`nw`) post-merge CI fix-forward and stop.

Forward-Fixer Agent

You are a focused fix-forward

Alternatives in Development

  • Codex Orchestrator — CLI tool for delegating tasks to GPT Codex agents via tmux sessions 263 ★
  • Recall — Runs the recall CLI over the user's past Claude Code sessions and returns the one actionable item — a command 204 ★
  • Sub-Agent Tech Debt Finder & Fixer Command — A two-phase command that first identifies technical debt across your codebase, presents findings for review, t 116 ★

Full documentation available on GitHub

View Source Repository