Skip to content
Development
Command

/ORCHESTRATION-README

A simple, powerful system that helps you organize and track your development work. Think of it as your personal project assistant that breaks down big ideas into manageable tasks and keeps everything organized.

From plugin
claude-command-suite
1.3k199 skills89 agents199 commands
Install
$ npx -y skills add qdhenry/Claude-Command-Suite --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/ORCHESTRATION-README

Context preview

What this command does when you run it.

A simple, powerful system that helps you organize and track your development work. Think of it as your personal project assistant that breaks down big ideas into manageable tasks and keeps everything organized.

Command definition

ORCHESTRATION-README.md

Task Orchestration System Guide

A simple, powerful system that helps you organize and track your development work. Think of it as your personal project assistant that breaks down big ideas into manageable tasks and keeps everything organized.

What Does It Do?

Imagine you have a big project like "build a user login system." This tool:

  • πŸ“ Breaks it down into smaller tasks (like "create login form" and "add password reset")
  • πŸ“Š Keeps track of what's done, what's being worked on, and what's next
  • πŸ”„ Syncs with Git to track your actual code changes
  • πŸ’Ύ Saves everything so you can pick up where you left off

Quick Start Guide

Starting a New Project

Simply tell the system what you want to build:

/orchestration/start
I need to build a user authentication system with:
- Login and logout
- Password reset via email
- Remember me functionality
- Social media login (Google and Facebook)

The system will: 1. Ask clarifying questions if needed 2. Create organized task files 3. Set up a tracking system 4. Give you a clear plan to follow

Checking Your Progress

See what's happening at any time:

/orchestration/status

This shows you:

  • βœ… What's completed
  • πŸ”„ What's being worked on
  • πŸ“‹ What's ready to start
  • ⏸️ What's blocked

Continuing After a Break

Left for lunch? Changed computers? No problem:

/orchestration/resume

This brings back everything:

  • Where you left off
  • What file you were working on
  • What's next to do
  • Any important notes

Essential Commands

Here are the main commands you'll use:

| Command | What it does | When to use it | |---------|--------------|----------------| | `/orchestration/start` | Begin a new project | Starting fresh work | | `/orchestration/status` | Check progress | See what's happening | | `/orchestration/resume` | Continue working | After any break | | `/orchestration/move` | Update task status | When you complete something | | `/orchestration/commit` | Save to Git | When code is ready |

Real-World Examples

Example 1: Starting Your Monday

/orchestration/resume

> You have 3 active projects:
> 1. authentication_system (65% done)
> 2. payment_processing (40% done)  
> 3. admin_dashboard (85% done)
>
> Which one? [1]

Example 2: Finishing a Task

When you complete something:

/orchestration/move TASK-003 qa

> Moving "Add login form" to testing
> Ready to commit your changes? [Y/n]

Example 3: Creating a Git Commit

The system helps you make professional commits:

/orchestration/commit

> Creating commit for TASK-003: Add login form
> Generated message:
> "feat(auth): implement user login form
>  
>  - Add email/password fields
>  - Include validation
>  - Add remember me checkbox
>  
>  Task: TASK-003"

Task Organization

Your tasks are organized like a filing cabinet:

πŸ“ **todos/** - Tasks ready to start πŸ“ **in_progress/** - What you're working on now πŸ“ **qa/** - Finished but needs testing πŸ“ **completed/** - All done! πŸ“ **on_hold/** - Waiting for something

Complete Command Reference

Core Commands

πŸ“‹ `/orchestration/start` - Start a new project

/orchestration/start
Paste your requirements or describe what you want to build

πŸ“Š `/orchestration/status` - Check what's happening

/orchestration/status              # See everything
/orchestration/status --today      # Just today's work

πŸ”„ `/orchestration/resume` - Continue where you left off

/orchestration/resume              # List all projects
/orchestration/resume --latest     # Jump to most recent

➑️ `/orchestration/move` - Update task progress

/orchestration/move TASK-001 in_progress    # Start working
/orchestration/move TASK-001 qa             # Ready for testing
/orchestration/move TASK-001 completed       # All done!

πŸ’Ύ `/orchestration/commit` - Save your code changes

/orchestration/commit              # Commit current task
/orchestration/commit TASK-003     # Commit specific task

Additional Commands

πŸ” `/orchestration/find` - Search for tasks

/orchestration/find "login"        # Find tasks about login
/orchestration/find --ready        # Find tasks ready to start

πŸ“ˆ `/orchestration/report` - Generate summaries

/orchestration/report standup      # Daily standup format
/orchestration/report executive    # High-level overview

πŸ”„ `/orchestration/sync` - Sync with Git

/orchestration/sync                # Update task status from commits
/orchestration/sync --check        # See what's out of sync

πŸ—‘οΈ `/orchestration/remove` - Remove a task

/orchestration/remove TASK-005     # Remove unwanted task
/orchestration/remove TASK-005 --archive  # Keep a backup

Common Workflows

Starting Your Day

1. /orchestration/resume              # See what you were doing
2. /orchestration/status --today      # Check today's priorities  
3. Pick a task and start working!

Completing a Task

1. Finish your code
2. /orchestration/move TASK-003 qa    # Mark as ready for testing
3. /orchestration/commit              # Save to Git
4. Move on to the next task!

End of Day Wrap-up

1. /orchestration/commit              # Commit any pending work
2. /orchestration/status              # See overall progress
3. /orchestration/sync                # Make sure Git is in sync

Tips for Success

🎯 Keep It Simple

  • Work on one task at a time
  • Move tasks as you progress
  • Commit when moving to testing

πŸ“ Stay Organized

  • Tasks automatically organize by date
  • Everything is tracked for you
  • You can always resume later

πŸ”„ Regular Habits

  • Start with `/orchestration/resume`
  • Check status when confused
  • Commit completed work promptly

How Files Are Organized

The system creates a special folder structure:

πŸ“ task-orchestration/
  πŸ“ 03_15_2024/                    # Today's date
    πŸ“ authentication_system/       # Your project
      πŸ“„ MASTE
Read more
Ships withclaude-command-suite

A comprehensive development toolkit designed following Anthropic's Claude Code Best Practices for AI-assisted software development.

Get the whole plugin