headsign
01Plugin Claude Code
Headsign — a tiny phase gate for coding agents. The agent drives, headsign holds the state.
Plugin Claude Code
Headsign — a tiny phase gate for coding agents. The agent drives, headsign holds the state.
Plugin Claude Code
A tiny phase gate for coding agents: your shell checks decide pass/fail (never the LLM), your workflow routes the agent (advance / retry / escalate / done). The agent drives, headsign holds the state.
Hook
Runs when the agent finishes a response, executing headsign.mjs. From meganemura/headsign.
Hook
Runs when a subagent finishes, executing headsign.mjs. From meganemura/headsign.
Skill Claude CodeCodex
Design and write a headsign workflow file — the YAML that names a repository's phases and holds the shell checks that gate them. Use when the user asks to create a workflow for this repository, to add another one alongside ones already there, or to change how an existing one's phases, gates, routes, or limits are…
Skill Claude CodeCodex
Drive a headsign phase-gate workflow. Use when the repository has a .headsign/ directory holding one or more workflow files — workflow.yaml, or named ones like fitness.yaml run with headsign start fitness — and the user asks to start, continue, or resume a run, or when .headsign/state.json shows a run in progress…