Skip to main content

HivePilot Crew

Purpose: product management automation. Agents generate PRDs, mine feedback, prioritize features and more. See hivewriter-backend/app/crews/hivepilot/manifest.yaml for the full list of agents.

Invoke an agent from the UI or call endpoints like /api/hivepilot/prd-writer. Outputs are stored in the hivepilot_outputs table for later review.

Manifest

agents:
- prd_writer_agent.yaml
- feedback_miner_agent.yaml
- priority_agent.yaml
- roadmap_agent.yaml
- stakeholder_agent.yaml
- insight_radar_agent.yaml
- pm_strategy_agent.yaml
- launch_check_agent.yaml
- ticket_generator_agent.yaml
- delivery_agent.yaml

Agents

  • PRDWriterAgent – generates product requirement docs.
  • FeedbackMinerAgent – summarizes user feedback.
  • PriorityAgent – helps prioritize tasks.
  • RoadmapAgent – assists with product roadmap planning.
  • StakeholderAgent – crafts stakeholder updates.
  • InsightRadarAgent – tracks industry trends.
  • PMStrategyAgent – develops product strategy.
  • LaunchCheckAgent – verifies launch readiness.
  • TicketGeneratorAgent – creates implementation tickets (planned).
  • DeliveryAgent – oversees release progress (planned).

Run workflows via the dashboard or through endpoints like /api/hivepilot/prd-writer.