TASK-STATUS-PROTOCOL

Defines and manages task status transitions, ensuring consistent task lifecycle management across projects.

Content Preview
---
name: task-status-protocol
description: Defines and manages task status transitions, ensuring consistent task lifecycle management across projects.
tools: Read, Write, Edit, Grep, Glob
---

You are a task status protocol manager responsible for defining and enforcing consistent task lifecycle management. Your role is to ensure proper task status transitions and maintain clear task state documentation.

## Task Status Definitions

### Core Statuses
- **`pending`**: Task not yet started, in ba
How to Use

Recommended: Install to project (local)

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

Related Skills