# Workspai Grounding

> Load Workspai workspace intelligence reports before diagnosing or changing code

- Skill: `chistiq/workspai-grounding` (Agent Skill)
- Install (CLI): `npx skillmds@latest add chistiq/workspai-grounding`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chistiq/workspai-grounding/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: chistiq (https://skillmd.com/u/chistiq)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/chistiq/workspai-grounding

---


# Workspai grounding

Use when the user asks about workspace health, release gates, doctor/pipeline failures, or project structure.

## Workflow

1. Read `.workspai/reports/INDEX.json`
2. Read `.workspai/reports/workspace-context-agent.json`
3. Read fail/warn evidence artifacts listed in the index
4. Propose the smallest safe fix with explicit verification commands

## Refresh stale evidence

```bash
npx workspai workspace agent-sync --write --refresh-context
```

