Overview

How It Works
This workspace automation executes according to your configured schedule (typically every weekday morning or weekly) and follows a structured execution pipeline:1
Spawn Scheduled Task
At the configured execution time, Zenflow launches a standalone task titled
Run Product Manager Dashboard using the Auto workflow.2
Locate and Verify Skill
The agent searches for the globally installed
product-manager skill across standard agent execution paths on the host machine.3
Automatic Installation
If the skill is not found, the agent automatically installs it globally using the Zencoder package registry, ensuring zero-configuration execution.
4
Compile Metrics & Generate Dashboard
The agent reads the loaded skill specification, executes the underlying product metrics, roadmap prioritization, and Jira/Linear/HubSpot queries, and compiles the live dashboard report.
How to Install & Configure
Setting up the Product Manager Dashboard is straightforward. You can configure it from scratch or initialize it using the pre-built template in Zenflow.Quick Start with Templates
- Open Zenflow and click the thunderbolt icon in the left sidebar to navigate to the Automations view.
- Scroll to the Templates section at the bottom of the page and click the Product tab.

- Locate the Product Manager Dashboard card.

- Click Use template.
- Customize the schedule, target workspace, and execution settings in the modal dialog, and click Create.
Custom Installation Details
When creating or modifying the automation, the underlying execution flow is configured as follows:
1. Skill Path Verification
1. Skill Path Verification
The agent checks for a globally installed skill by verifying the following local paths in order:
~/.agents/skills/product-manager/SKILL.md~/.zencoder/skills/product-manager/SKILL.md~/.codex/skills/product-manager/SKILL.md~/.claude/skills/product-manager/SKILL.md~/.gemini/skills/product-manager/SKILL.md
2. Missing Skill Installation
2. Missing Skill Installation
If the skill is not present in any of the checked paths, the agent automatically triggers a global installation:Once the command completes, the agent re-scans the directories to locate the newly installed
SKILL.md file.3. Load Skill Specification
3. Load Skill Specification
The agent reads and parses the
SKILL.md file from the identified path to initialize the specialized prompts, workflows, and execution context.4. Execute Dashboard Flow
4. Execute Dashboard Flow
The agent executes the dashboard generation sequence outlined in the skill, compiling:
- Weekly Product Health: Tracking epic completion rates, active epics aligned with objectives, and shipping velocity trends
- Customer Feedback Synthesizer: Aggregating and prioritizing key customer-tier themes and sentiments (positive, neutral, negative)
- Ranked Feedback Themes: Organizing customer feedback by volume, priority score, and customer segments (Enterprise, Mid-Market, SMB)
- Contextual Quotes: Surfacing specific key customer quotes directly alongside categorized feedback themes for actionable engineering insights