Skip to content

fix(commands): generalize /delegate to support any task type#47

Merged
b33eep merged 1 commit intomainfrom
fix/delegate-generalize-task-types
Feb 9, 2026
Merged

fix(commands): generalize /delegate to support any task type#47
b33eep merged 1 commit intomainfrom
fix/delegate-generalize-task-types

Conversation

@b33eep
Copy link
Owner

@b33eep b33eep commented Feb 9, 2026

Summary

  • Generalize /delegate to support any independent task (not just software development)
  • Add non-development examples: sports analysis, competitor pricing, academic research
  • Clarify task type classification applies to all task domains
  • Update all documentation consistently (commands, website, design record)

Problem

/delegate was too focused on software development tasks and rejected non-development tasks like "how well has Milan played in the last games?". The documentation and examples implied it was only for coding tasks (tests, refactoring, features).

Solution

  1. Added clarification: "Works for any independent task: coding, research, data analysis, information gathering, documentation, etc."
  2. Updated examples to include diverse task types
  3. Clarified task classification header: "This applies to all tasks: development work, research, analysis, documentation, etc."
  4. Improved example clarity:
    • "draft documentation" → "add documentation to repo" (clearer intent)
    • Added generic academic research example
    • Added setup context for non-dev examples in agent-teams guide

Test plan

  • /do-review --branch with code-review-ai — all findings incorporated
  • Documentation consistency verified across all 5 files
  • Examples tested for clarity and diversity

Files Changed

  • commands/delegate.md
  • website/pages/commands/delegate.mdx
  • website/pages/guides/agent-teams.mdx
  • docs/records/038-pair-programming-with-agent-teams.md
  • templates/base/global-CLAUDE.md

@b33eep b33eep force-pushed the fix/delegate-generalize-task-types branch from 7c6311b to ebf64e4 Compare February 9, 2026 14:39
@b33eep b33eep requested a review from cheorges February 9, 2026 14:43
@b33eep b33eep force-pushed the fix/delegate-generalize-task-types branch from ebf64e4 to 9df62d2 Compare February 9, 2026 14:44
@b33eep b33eep merged commit b22978f into main Feb 9, 2026
2 checks passed
@b33eep b33eep deleted the fix/delegate-generalize-task-types branch February 9, 2026 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant