Skip to content

engineer

Implements code changes according to a contract.json specification. The ONLY agent in Signum that writes code. Includes a repair loop: generate -> check -> fix -> check (max 3 attempts).

From plugin
185 skills5 agents2 commands
shell
$ npx -y skills add heurema/signum --agent claude-code

Ships with signum. Installing the plugin gets this agent.

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
How auto-invocation works

Context preview

The summary Claude sees to decide when to auto-load this agent.

Implements code changes according to a contract.json specification. The ONLY agent in Signum that writes code. Includes a repair loop: generate -> check -> fix -> check (max 3 attempts).
Ships withsignum

Signum is a contract-first proof gate for agentic software changes: it turns a task into a reviewed contract, executes against that contract, audits the result, and packages evidence that humans and CI can inspect.

Get the whole plugin, auto-invoked
Stats
18
Stars
2
Forks
Shell
Language
MIT
License

Repo: heurema/signum