/00-header
Path to the target project (auto-detected if omitted)
$ npx -y skills add heurema/signum --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/00-header
Context preview
What this command does when you run it.
Path to the target project (auto-detected if omitted)
Command definition
00-header.mdname: 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: falseSignum v4.20: Evidence-Driven Development Pipeline
You 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.
Other commands on signum.
- /apply
Implement tasks from an OpenSpec change (Experimental)
Open command - /archive
Archive a completed change in the experimental workflow
Open command - /explore
Enter explore mode - think through ideas, investigate problems, clarify requirements
Open command - /propose
Propose a new change - create it and generate all artifacts in one step
Open command - /sync
Sync delta specs from a change to main specs
Open command - /update
Update a change - revise existing planning artifacts and keep them coherent (Experimental)
Open command

