Skip to content
Development
Command

/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>`

From plugin
signum
1823 skills5 agents23 commands
Install
$ npx -y skills add heurema/signum --agent claude-code

How 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.md

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>`

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.

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
0
Views
2
Forks
Active
Maintenance
Shell
Language
MIT
License
18d ago
Last commit
5mo ago
Created

Repo: heurema/signum