monitor

Generate a self-contained HTML dashboard visualizing SDD pipeline state, tasks, and agent activity.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/lleontor705/cortex-ia --skill monitor-lleontor705
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor
Source: https://github.com/lleontor705/cortex-ia/tree/main/internal/assets/skills/monitor
Command: npx skills add https://github.com/lleontor705/cortex-ia --skill monitor-lleontor705

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Visualizing SDD pipeline state, tasks, and agent activity across multiple sources is error-prone and hard to audit in real time. This Skill provides a self-contained HTML dashboard that consolidates data into an accessible, offline-friendly view.

Core Features & Use Cases

  • Live Task Board and completion metrics for SDD pipelines.
  • Dependency graph with clear critical-path highlighting.
  • Agent feed, memory activity, and inter-agent communication timeline.
  • A self-contained HTML output (.sdd-dashboard.html) that works without external assets.
  • Use Case: snapshot dashboards for sprint reviews or runbook documentation.

Quick Start

Run the monitor skill to generate a self-contained HTML dashboard at the project root.

Frequently Asked Questions about monitor

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

FAQPage Schema
How do I visualize an SDD pipeline state in a browser?

You can visualize an SDD pipeline state by generating a self-contained HTML dashboard. This dashboard consolidates task boards, memory graphs, and agent activity into an offline-friendly view accessible directly in your browser.

Can I generate an offline dashboard for agent activity and memory history?

Yes, you can generate an offline dashboard for agent activity and memory history. The output is a single HTML file with inline CSS and JS, requiring no external dependencies or internet connection to view.

What is the best way to audit SDD pipeline tasks and agent communication?

The best way to audit SDD pipeline tasks is to use a unified HTML dashboard. It clearly highlights dependency graphs, critical paths, and inter-agent communication timelines to simplify real-time auditing.

Does this dashboard visualization work without external assets?

Yes, this dashboard visualization works without external assets. It writes a completely self-contained HTML file to your project root, embedding all CSS and JS directly to ensure offline functionality.

How do I create a snapshot dashboard for sprint reviews from Cortex data sources?

You can create a snapshot dashboard for sprint reviews by running the monitor skill on your Cortex project. It instantly reflects real-time data from task boards and agent messages into a static HTML file.

Can I use this pipeline visualization tool for projects without memory graphs?

This pipeline visualization tool is designed for ongoing Cortex projects with pipelines, memory graphs, and contracts. Projects without these specific data sources may not fully utilize the dashboard's consolidated activity views.