harmonia
01Plugin Claude Code
Plugin marketplace listing 1 plugin: harmonia.
Plugin Claude Code
Plugin marketplace listing 1 plugin: harmonia.
Plugin Claude Code
An SDLC for Claude Code and OpenCode: a twelve-agent roster bound by four working rules, the lifecycle as explicit commands, gates that decide done-ness, and memory that compounds across projects.
Agent
Organizes completed work into structured, logical commits with messages that communicate intent.
Agent
Writes user-facing and in-repo documentation for shipped behavior.
Agent
Reviews documentation for accuracy against the code and the diff.
Agent
Generates and evaluates divergent directions before Harmonia commits to one.
Agent
Builds the design, making failing tests pass without ever editing tests.
Agent
Classifies and captures learnings into the right memory tier.
Agent
Designs how to build strictly within the scope declaration's boundary.
Agent
Review lead: chairs the panel, dispatches lenses, audits gates and receipts, writes one verdict.
Agent
A dialogic thinking partner: asks the questions that let the developer find the answer.
Agent
Pins a task's scope: goal, boundaries, non-goals, and machine-checkable success criteria.
Agent
Challenges every abstraction and line that does not earn its keep.
Agent
Writes tests first: failing tests for behavior, covering tests at coverage gaps.
Hook
Runs when a session starts on startup, resume and compact, executing inject-context.sh via bash. From foliveira/harmonia.
Skill Claude CodeCodex
Harmonia abandon - retire the active task workspace so resolution skips it. Use ONLY when explicitly invoked as /harmonia:abandon.
Skill Claude CodeCodex
Harmonia accept - record human acceptance of the built work so capture can proceed. Use ONLY when explicitly invoked as /harmonia:accept.
Skill Claude CodeCodex
Harmonia capture stage - record learnings into the right memory tier, then ship structured commits. Use ONLY when explicitly invoked as /harmonia:capture.
Skill Claude CodeCodex
Harmonia discuss stage - turn a direction into pinned scope with checkable success criteria. Use ONLY when explicitly invoked as /harmonia:discuss.
Skill Claude CodeCodex
Harmonia flow - run a pinned task through plan, implement, and review in one unattended pass, stopping at human acceptance. Use ONLY when explicitly invoked as /harmonia:flow.
Skill Claude CodeCodex
Harmonia ideate stage - generate and evaluate divergent directions before committing to one. Use ONLY when explicitly invoked as /harmonia:ideate.
Skill Claude CodeCodex
Harmonia implement stage - red-green build against the coverage gate under the criteria gate. Use ONLY when explicitly invoked as /harmonia:implement.
Skill Claude CodeCodex
Harmonia onboard - capture an existing repo's canonical verify commands and its own coverage command into .harmonia/project.yaml. Use ONLY when explicitly invoked as /harmonia:onboard.
Skill Claude CodeCodex
Harmonia plan stage - design how to build within the pinned scope. Use ONLY when explicitly invoked as /harmonia:plan.