trends-dashboard

Aggregate TIPS project data outputs into a single HTML visualization.

12|2|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/cogni-work/insight-wave --skill trends-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trends-dashboard
Source: https://github.com/cogni-work/insight-wave/tree/main/cogni-trends/skills/trends-dashboard
Command: npx skills add https://github.com/cogni-work/insight-wave --skill trends-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Trends Dashboard consolidates scattered TIPS project data (trend-scout, value-model, trend reports, and catalog) into a single, interactive HTML visualization that helps teams understand and communicate project progress and relationships at a glance.

Core Features & Use Cases

  • Self-contained visualization: reads tips-project.json and related outputs to render an all-in-one dashboard that opens in a browser without external dependencies.
  • Multi-tab exploration: Overview, Scout, Value Model, Report, and Catalog views with a companion TIPS graph that maps Trends, Implications, Possibilities, and Solutions.
  • Data-grounded storytelling: surfaces score, BR values, themes, and pipeline status to support stakeholder alignment and decision making.

Quick Start

Select a theme, generate design variables, and run the dashboard generator to produce trends-dashboard.html.

Frequently Asked Questions about trends-dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize TIPS project data in a single dashboard?

You can visualize TIPS project data by aggregating trend-scout, value-model, report, and catalog outputs into a self-contained HTML dashboard. This process consolidates scattered project files into an interactive visualization that opens directly in a browser.

What is the best way to build an interactive HTML visualization from JSON data outputs?

Building an interactive HTML visualization from JSON data is best handled by consuming tips-project.json and related output files to render a complete overview. This approach maps Trends, Implications, Possibilities, and Solutions into a multi-tab exploration interface without external dependencies.

Can I use D3 for data visualization without setting up external dependencies?

Yes, you can generate D3 visualizations without external dependencies by rendering a self-contained HTML file. The dashboard reads local project JSON files to produce a standalone visualization that supports multi-tab exploration and data-grounded storytelling.

How do I map Trends, Implications, Possibilities, and Solutions relationships visually?

To map Trends, Implications, Possibilities, and Solutions visually, the dashboard renders a companion TIPS graph alongside Overview, Scout, Value Model, Report, and Catalog views. This graph surfaces score, BR values, themes, and pipeline status to support stakeholder alignment.

Does the trends-dashboard generator work with trend-scout and value model workflows?

The trends-dashboard generator works across Trend Scout, Value Model, Report, and Catalog workflows. It consumes trend-scout-output, tips-value-model.json, and tips-trend-report-claims.json to render a complete visual overview for project exploration.

What are the limitations of using a self-contained HTML dashboard for data storytelling?

A limitation of a self-contained HTML dashboard is that it relies entirely on the pre-aggregated JSON data inputs. It is designed for visual exploration and storytelling rather than live data processing, meaning the visualization reflects static snapshots of your project pipeline status.