Skip to content

Create product management agent (cs-product-manager) #13

Description

@alirezarezvani

Summary

Implement product management agent with RICE prioritization and customer interview analysis.

Context

This is Phase 2.3 of the Skill-Agent Integration implementation plan. This agent provides product managers with data-driven prioritization frameworks and customer insights.

Reference: documentation/implementation/implementation-plan-november-2025.md (Phase 2.3)

Tasks

cs-product-manager

  • Create agents/product/cs-product-manager.md with complete structure
  • Add YAML frontmatter (name, description, skills, domain, model, tools)
  • Document skill integration: ../../product-team/product-manager-toolkit/
  • Add Python tool invocation examples:
    • rice_prioritizer.py (with capacity planning)
    • customer_interview_analyzer.py (with sentiment analysis)
  • Document product workflows:
    • Workflow 1: Feature prioritization (RICE framework)
    • Workflow 2: Customer interview analysis
    • Workflow 3: Product roadmap generation
    • Workflow 4: Quarterly planning
  • Add knowledge base references (product frameworks, roadmap templates, prioritization methods)
  • Include integration examples:
    • Example 1: RICE prioritization with features.csv
    • Example 2: Interview analysis pipeline
    • Example 3: Quarterly roadmap generation

Example Integration

# User uploads features.csv
python ../../product-team/product-manager-toolkit/scripts/rice_prioritizer.py features.csv --capacity 20 --output json

# Agent analyzes RICE scores
# Categorizes: Quick Wins, Big Bets, Maybes, Time Sinks
# Generates quarterly roadmap

Testing

  • Relative paths resolve correctly
  • RICE prioritization workflow functional
  • Interview analyzer integration tested
  • Roadmap generation examples documented
  • YAML frontmatter validates
  • Workflow sections comprehensive
  • No broken links
  • Files pass markdown linting

Dependencies

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions