workspace-status

Installation
SKILL.md

Workspace Status

Diagnose the health of an insight-wave workspace by checking its foundation files, environment variables, plugin registry, themes, dependencies, and MCP servers. The goal is to give the user a clear picture of what's working and what needs attention, with actionable fixes for every issue found.

Locating the Workspace

Find the workspace using this priority:

  1. User-provided path
  2. $PROJECT_AGENTS_OPS_ROOT environment variable
  3. Current working directory

If no .workspace-config.json exists at the resolved path, stop and tell the user no workspace was found. Suggest they run manage-workspace to create one and explain briefly what a workspace provides (centralized config, plugin discovery, shared themes).

Running the Checks

Run all seven checks, then present a single consolidated report. The checks are ordered by dependency — foundation must exist before environment makes sense, environment must be correct before plugins can be verified.

1. Foundation

Installs
2
GitHub Stars
11
First Seen
May 19, 2026
workspace-status — cogni-work/insight-wave