workspace-health-check-skill

Assess workspace alignment and propose cleanup or realignment actions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Assesses workspace alignment and suggests cleanup or realignment actions at critical transitions.

Core Features & Use Cases

  • Working directory health: prune stale files and unlock drafts.
  • Documentation alignment: ensure phase docs match project state.
  • Artifact freshness: flag stale or completed artifacts.

Quick Start

Run a workspace health check at flow end to guide cleanup and realignment.

Frequently Asked Questions about workspace-health-check-skill

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

FAQPage Schema
How do I audit workspace health and identify what needs cleanup?

Workspace health checks assess alignment between your current project state and phase expectations by reading workspace metadata, then propose cleanup or realignment actions. Run a check at flow transitions, after major features, or when documentation drifts to get actionable recommendations without automatic changes.

When should I run a workspace health check during my project workflow?

Run checks at end-of-phase transitions, after completing major features, following intensive processes, when documentation appears out of sync with code state, or on manual request. These timing points catch misalignment before it compounds and guide deliberate cleanup.

What workspace elements does a health check evaluate?

Health checks assess working directory freshness by pruning stale files and unlocking drafts, verify documentation alignment with current project phase, and flag completed or stale artifacts. Results surface actionable cleanup or realignment steps for your review.

Do I need to approve changes before a health check makes updates?

Yes. Health checks output recommendations without automatic execution, requiring explicit user confirmation before any cleanup or realignment actions apply to your workspace.

What format does the workspace health check read to assess alignment?

The check reads workspace state from .aiwg/ metadata and compares it against current phase expectations to identify drift, then outputs cleanup or realignment guidance based on that analysis.