workspace-status

Report workspace stage, bootstrap_state, control_plane, and pending_actions from local state.

135|36|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/JetXu-LLM/DocMason --skill workspace-status-jetxu-llm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workspace-status
Source: https://github.com/JetXu-LLM/DocMason/tree/main/skills/canonical/workspace-status
Command: npx skills add https://github.com/JetXu-LLM/DocMason --skill workspace-status-jetxu-llm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inspect and interpret the current DocMason workspace state by reporting the authoritative stage, bootstrap_state, control_plane, and pending_actions from the local filesystem and runtime state.

Core Features & Use Cases

  • Reports the precise workspace stage and relevant runtime fields to guide next actions.
  • Validates readiness for ordinary ask-time use and flags degraded or pending conditions.
  • Provides non-mutating, authoritative status interpretation to support safe decision-making.

Quick Start

Run docmason status --json to view the current workspace stage and pending actions.

Frequently Asked Questions about workspace-status

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

FAQPage Schema
How do I check the current workspace status and runtime state?

To check workspace status, run docmason status --json to report the authoritative stage, bootstrap_state, control_plane, and pending_actions from the local filesystem. This provides a safe, descriptive view of the current runtime state without mutating the workspace.

What does pending_actions mean in a staged workflow state?

Pending_actions in a staged workflow state represent queued tasks or conditions blocking progression. The workspace status diagnosis reads these from the local filesystem to identify exact actions required for the workspace to advance safely.

Can I audit workspace state without modifying the runtime environment?

Yes, you can audit workspace state without modifications. The status interpretation is strictly non-mutating, reading the authoritative stage and control_plane from the local filesystem to provide safe decision-making support without altering the workspace.

How do I validate workspace readiness for ordinary ask-time use?

Validate workspace readiness for ordinary ask-time use by running a status check to interpret the bootstrap_state and control_plane. This flags degraded or pending conditions, ensuring the staged workflow state is prepared for safe progression.

Why does workspace progression stall during a staged workflow?

Workspace progression stalls when pending_actions remain unresolved in the runtime state. Diagnosing the workspace status identifies the exact stage and control_plane conditions blocking advancement, guiding the next actions needed to proceed.