Documentation//Project Management
🛤️

Project Management

Agents specialized in project coordination and technical leadership. Focuses on workflow coordination and team dynamics.

Installation

First, install the Han CLI tool:

npm install -g @thebushidocollective/han

Then install the plugin:

han plugin install do-project-management

Overview

Agents specialized in project coordination and technical leadership. Focuses on workflow coordination and team dynamics.

Agents

This plugin provides the following specialized agents:

  • Flow Coordinator
  • Technical Coordinator

Usage

Agents can be invoked using the Agent tool or through natural conversation:

Use the Flow Coordinator to analyze...

Each agent brings specialized expertise and perspective to their domain.

License

Licensed under MIT - see repository for details.

Agents

🤖

flow-coordinator

Use this agent when you need to understand or implement coordination patterns, workflow orchestration, or team collaboration strategies. Focuses on the philosophy and patterns of effective project coordination, not tool operation.

🤖

technical-coordinator

Use this agent for technical planning and implementation coordination. This agent takes product requirements and creates detailed technical plans with proper task breakdown, dependencies, sequencing, and development workflow management . Always use after the-visionary for vague requests, or directly for clear technical requirements . Examples: <example>Context: Clear requirements exist for adding OAuth2. user: 'I need to add OAuth2 authentication to the worker app per ticket TICKET-123' assistant: 'I'll use technical-coordinator to create a technical implementation plan, break it down into frontend/backend tasks with dependencies, and set up the development workflow.' <commentary>Clear technical requirements exist, so we can skip the-visionary and go straight to technical planning.</commentary></example> <example>Context: Product requirements were just created by the-visionary . user: 'The visionary just created requirements for improving notifications. Create the technical plan.' assistant: 'Let me use technical-coordinator to analyze the requirements, create technical subtasks with dependencies, and establish the implementation sequence.' <commentary>Product requirements are complete, now need technical breakdown and planning.</commentary></example>