/10-init-command-redirect
If the user's task is using Signum init command syntax instead of a feature request - for example: - exactly `init` - `init --force` - `init --harness` - `init --project-root <path>`
$ 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
/10-init-command-redirect
Context preview
What this command does when you run it.
If the user's task is using Signum init command syntax instead of a feature request - for example: - exactly `init` - `init --force` - `init --harness` - `init --project-root <path>`
Command definition
10-init-command-redirect.mdInit Command Redirect
If the user's task is using Signum init command syntax instead of a feature request - for example:
- exactly `init`
- `init --force`
- `init --harness`
- `init --project-root <path>`
do NOT run the CONTRACT → EXECUTE → AUDIT → PACK pipeline.
Instead, tell the user:
Use `/signum:init [--force] [--harness] [--project-root <path>]`.
For Claude Code plugin usage, `/signum:init` is the canonical form. `--harness` requires Signum `>= v4.18.0`.
Then stop.
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

