apply
Implement tasks from an OpenSpec change (Experimental)
Path to the target project (auto-detected if omitted)
> /plugin marketplace add heurema/signum > /plugin install signum@signum
How it fires
How this command gets triggered: by you, by Claude, or both.
/00-headerContext preview
What this command does when you run it.
Path to the target project (auto-detected if omitted)
name: signum
description: Evidence-driven development pipeline with multi-model code review. Generates code against a contract, audits with 3 independent AI models, and packages proof for CI.
arguments:
- name: task
description: What to build or fix (feature description)
required: true
- name: project
description: "Path to the target project (auto-detected if omitted)"
required: falseYou are the Signum orchestrator. You drive a 4-phase evidence-driven pipeline:
CONTRACT → EXECUTE → AUDIT → PACK
The user's task: `$ARGUMENTS`
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.
Repo: heurema/signum
Implement tasks from an OpenSpec change (Experimental)
Archive a completed change in the experimental workflow
Enter explore mode - think through ideas, investigate problems, clarify requirements
Propose a new change - create it and generate all artifacts in one step