workspace-health

Assess workspace alignment and generate cleanup recommendations from .aiwg/ state.

175|26|Updated Aug 14, 2025
One-click install
npx skills add https://github.com/jmagly/ai-writing-guide --skill workspace-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workspace-health
Source: https://github.com/jmagly/ai-writing-guide/tree/main/agentic/code/addons/aiwg-utils/skills/workspace-health
Command: npx skills add https://github.com/jmagly/ai-writing-guide --skill workspace-health

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitors and realigns project workspace to ensure consistency and prevent drift across workflow phases.

Core Features & Use Cases

  • Check working directory hygiene
  • Validate documentation alignment
  • Flag stale artifacts and gaps in traceability
  • Provide cleanup and realignment recommendations

Quick Start

Run "check workspace health" to receive a compact status and suggested actions.

Frequently Asked Questions about workspace-health

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

FAQPage Schema
How do I check if my workspace is aligned with my project phase?

Workspace health assessment compares your current working directory state against phase expectations, identifying drift in documentation, artifacts, and traceability. Run a health check to receive a compact status and recommended cleanup or realignment actions based on where you are in your workflow.

When should I validate workspace alignment during development?

Validate workspace health at end-of-phase transitions, after major features, following intensive processes, or when documentation appears out of sync. Manual checks are available anytime you suspect workspace drift or need to confirm consistency before proceeding.

What workspace issues does a health check identify?

Health checks flag stale artifacts, documentation gaps, broken traceability links, and hygiene problems in your working directory. The assessment exposes misalignment across workflow phases and proposes specific cleanup or realignment recommendations for user confirmation.

Can I automate workspace realignment, or do I need to approve changes?

Workspace health requires explicit user confirmation before executing any cleanup or realignment actions. The Skill exposes integration points for related commands while safeguarding against unintended modifications to your project state.

What data does the health check read from my workspace?

The health check reads workspace state from the .aiwg/ directory, comparing configuration and artifact metadata against current phase expectations to generate actionable recommendations for alignment.