One command installs the workflow.
An npx installer that pulls the seven workflow skills into your repo, pinned to a version, with a prompt for which harness you run.
npx skills add hydrant/workflow-skillsAn opinionated lifecycle for shipping with agents. The same primitives run underneath whether you invoke them via slash command, MCP tool, or CLI. Skip what doesn't fit — the spine is what matters, not every step.
Seven phases, each with the state change it triggers in Hydrant and the primitive running underneath. The slash commands are Claude Code reference; the same primitives run via MCP tool or CLI.
Capture intent at the right altitude. The output is a ticket someone could pick up cold — problem, scope, acceptance criteria, metadata in proper fields, not prose.
mcp__hydrant__create_issue + set_dependencies/create-issueCompare the issue against what the codebase actually requires. Fill the gaps the request glossed over — scope, acceptance criteria, sibling overlap, label or milestone routing.
get_issue + search + update_issue/refineMake every sentence survive the question “what specifically does this mean in our codebase?” Resolve weasel verbs, ground vague references, extract inline metadata into proper fields.
update_issue + set_dependencies/nailTriage gate before any code lands. Read the issue, scan the codebase, surface ambiguity, mint the branch from the canonical name.
get_issue (with context) + git/prepImplement. Plan, build, verify — with the issue, decisions, dependencies, and adjacent code on hand from the start of the run, not chased mid-task.
update_issue + git + your editor/goFinal pre-PR quality gate. Lint, build, tests, then an adversarial review for production safety. Findings matter more than summaries.
bun run lint + bun run build + bun run test:vitest/preflightShip. Detects where the branch is in the pipeline and picks up — commit, push, PR, merge, cleanup. Leaves main clean and the next branch ready to start.
git + gh + update_issue/yeetThe methodology lives in plain SKILL.md files inside .agents/skills/. Any compatible harness reads the same workflow — the slash command a particular harness exposes is a reference implementation, not the method itself. Distribution lands soon.
An npx installer that pulls the seven workflow skills into your repo, pinned to a version, with a prompt for which harness you run.
npx skills add hydrant/workflow-skillsA guided flow that converts the way your team actually ships — observed from your activity, not a generic template — into harness-agnostic SKILL.md files.
/hydrant-learnEvery issue you see on this page — the seven phases, the distribution plan, the audit trail — moved through this same loop on its way to production. We ship from the graph, not from a chat thread.
Placeholders — live counters land with the public dashboard.