Skip to content

Phase: Product Management

Related source files: src/agentmux/workflow/handlers/product_management.py, src/agentmux/workflow/phase_registry.py, src/agentmux/workflow/prompts.py, src/agentmux/integrations/mcp_server.py Directory: 01_product_management/ | Optional: yes (requires --product-manager flag)

The product manager analyzes the feature request for usability concerns, integration fit, and design trade-offs before the architect begins technical planning. The product manager clarifies requirements through discussion — updated requirements are written directly to requirements.md.

Conditions

Activated only when the pipeline is started with the --product-manager flag (or agentmux issue ... --product-manager). Skipped entirely otherwise; the pipeline starts directly at architecting.

Role

product-manager agent — analyzes requirements and produces advisory analysis.

Artifacts

FileWriterReaderFormat
product_manager_prompt.mdorchestratorproduct-manager agentMarkdown prompt
requirements.mdproduct-manager agentarchitectUpdated requirements
doneproduct-manager agent (via submit_pm_done)orchestratorempty marker

Transitions

FromEventTo
(pipeline start with --product-manager)product_management
product_managementpm_completed (on done written)architecting

Notes

  • The monitor shows this phase only when it is active (optional phase).

Released under the MIT License.