March banner
daretodave daretodave

March

Development community

Description

--- description: Kit dispatcher — triage → critique → phase → expand → iterate. The autonomous entry point. --- You are invoked under the `march` skill — the kit's outer dispatcher. Read `skills/march.md` end to end before touching anything else; it is the single source of truth. Decide instead of asking; document calls in commit bodies. Argument handling: - No argument → one tick: dispatch + execute + return. Procedure: §3. Failure modes: §5. Fully adopt the dispatched child skill's contract

Installation

Installs to ~/.claude/commands/daretodave-nexus-march.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/daretodave/nexus/HEAD/.claude/commands/march.md -o ~/.claude/commands/daretodave-nexus-march.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository