remove
Safely remove a task from the orchestration system, updating all references and dependencies.
Content Preview
# Orchestration Remove Command Safely remove a task from the orchestration system, updating all references and dependencies. ## Usage ``` /orchestration/remove TASK-ID [options] ``` ## Description Removes a task completely from the orchestration system, handling all dependencies, references, and related documentation. Provides impact analysis before removal and ensures system consistency. ## Basic Commands ### Remove Single Task ``` /orchestration/remove TASK-003 ``` Shows impact analysis
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/remove.md \
https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/orchestration/remove.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/qdhenry/Claude-Command-SuiteThen reference at .claude/commands/orchestration/remove.md
Related Skills
remove-dead-code
Safely scan, remove, and validate dead code with multi-agent analysis and automatic backup branches
commandsremovedeadcode
by qdhenry · claude-command-suite
list-commands
List all registered Tauri IPC commands (invoke handlers) in a running app
commandslistcommands
by qdhenry · claude-command-suite
linux-commands-guide
This skill provides automated assistance for linux commands guide tasks within the DevOps Basics domain.
linux-commands-guidelinuxcommandsguide
by jeremylongshore · plugins-plus-skills
memory-prune
Selectively remove low-value, outdated, or irrelevant nodes from the semantic tree to maintain quality and performance.
commandsmemoryprune
by qdhenry · claude-command-suite