Direction Kill banner
th3vib3coder th3vib3coder

Direction Kill

Development community

Description

--- description: Kill a W-RDM direction with a do-not-repeat condition allowed-tools: Read, Bash model: sonnet dispatch: module: environment/directions/cli.js export: killDirectionCommand scope: direction-kill wrappedByMiddleware: false --- # /direction kill ## Purpose Mark a tried direction as killed and record the condition required before the team may repeat it. ## Invocation ```bash node bin/vre direction kill --json --direction <id> --reason <reason> --condition-kind <kind> --c

Installation

Installs to ~/.claude/skills/th3vib3coder-vibe-research-environment-direction-kill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/th3vib3coder-vibe-research-environment-direction-kill && curl -fsSL https://raw.githubusercontent.com/th3vib3coder/vibe-research-environment/HEAD/commands/direction kill.md -o ~/.claude/skills/th3vib3coder-vibe-research-environment-direction-kill/SKILL.md

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

Full documentation available on GitHub

View Source Repository