Remove Spec banner
jnarowski jnarowski

Remove Spec

Testing community

Description

--- description: Delete a spec folder and remove it from index.json argument-hint: [spec-id-or-name-or-path] --- # Remove Spec Permanently delete a spec folder and remove its entry from the specs index. This command does not ask for confirmation. ## Variables - $spec-identifier: $1 (required) - The spec ID (e.g., "251112054939-workflow-resync"), name (e.g., "workflow-resync"), or relative/absolute path to the spec folder ## Instructions - This command permanently deletes the spec folder -

Installation

Installs to ~/.claude/commands/jnarowski-agentcmd-remove-spec.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jnarowski/agentcmd/HEAD/.claude/commands/remove-spec.md -o ~/.claude/commands/jnarowski-agentcmd-remove-spec.md

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

Full documentation available on GitHub

View Source Repository