find

Search and locate tasks across all orchestrations using various criteria.

Content Preview
# Task Find Command

Search and locate tasks across all orchestrations using various criteria.

## Usage

```
/task-find [search-term] [options]
```

## Description

Powerful search functionality to quickly locate tasks by ID, content, status, dependencies, or any other criteria. Supports regex, fuzzy matching, and complex queries.

## Basic Search

### By Task ID
```
/task-find TASK-001
/task-find TASK-*
```

### By Title/Content
```
/task-find "authentication"
/task-find "payment processing"
`
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/find.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/orchestration/find.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/find.md

Related Skills