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

Skill 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-Suite

Then reference at .claude/commands/orchestration/remove.md

Related Skills