enable-project-tracking

Install and manage the Project Pulse Live Artifact in the Cowork sidebar.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/chaletteholdings/command-room-releases-2710 --skill enable-project-tracking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enable-project-tracking
Source: https://github.com/chaletteholdings/command-room-releases-2710/tree/main/command-room/skills/_deprecated-enable-project-tracking
Command: npx skills add https://github.com/chaletteholdings/command-room-releases-2710 --skill enable-project-tracking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Project teams often lose track of active work across multiple projects; this skill installs a single, persistent project dashboard surface that keeps last activity, milestones, and blockers visible in the Cowork sidebar.

Core Features & Use Cases

  • Live artifact installation: Deploy Project Pulse to provide one-view visibility for all active projects.
  • Persistent, session-stable surface: The dashboard persists across sessions and can be rebuilt to refresh data from local project artifacts.
  • Onboarding and maintenance workflows: Automatically installs for new users and can be rebuilt to reflect latest project activity; supports manual invocation via "rebuild project pulse" and prefix-based commands for navigation.
  • Data-driven visibility: Computes last activity, next milestone, blockers, and owe/owed counts from local data (events.jsonl, session notes, and entities.json).

Quick Start

Say "enable project tracking" to install the Project Pulse Live Artifact and surface a live project roster in the Cowork sidebar.

Frequently Asked Questions about enable-project-tracking

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

FAQPage Schema
How do I track all active projects in a single sidebar view?

Project teams can lose visibility across multiple active projects, making it hard to monitor last-touch activity, upcoming milestones, blockers, and owes/owed metrics without a persistent dashboard surface in the sidebar.

How do I install a live project dashboard in Cowork?

Say "enable project tracking" or "rebuild project pulse" to invoke idempotent installation, which deploys the template-driven HTML artifact into the Cowork sidebar and fires an artifact_installed lifecycle event.

Does the project tracking dashboard work with local session notes and events data?

The dashboard computes last activity, next milestone, blockers, and owes/owed counts by reading local events.jsonl files, session notes, and entities.json, ensuring all metrics derive from local project data.

Can I use this project tracking artifact for onboarding new team members?

The skill supports onboarding scenarios by automatically installing the Project Pulse Live Artifact for new users, giving them immediate visibility into active projects, milestones, and blockers within the Cowork sidebar.

Why does my project tracking dashboard show stale blocker and milestone data?

The dashboard persists across sessions and only refreshes when rebuilt. To update last activity, milestones, blockers, and owes/owed metrics, manually invoke the rebuild command to recompute data from local project artifacts.