---
name: Grace Ask
slug: grace-ask
category: AI Engineering
description: Grace Ask answers questions about a GRACE 4 project by navigating .grace current-state artifacts and file-local semantic markup. It cites the artifacts and anchors that support each claim and distinguishes current state from active change intent.
github: "https://github.com/osovv/grace-marketplace/tree/main/skills/grace/grace-ask"
language: TypeScript
stars: 239
forks: 54
install: "npx degit https://github.com/osovv/grace-marketplace/tree/main/skills/grace/grace-ask ~/.claude/skills/grace-ask"
installs_to: ~/.claude/skills/grace-ask
source_path: skills/grace/grace-ask/SKILL.md
collection_size: 15
category_size: 2793
collection_url: "https://dirskills.com/collections/osovv/grace-marketplace"
added: 2026-09-03T06:03:51.072Z
last_synced: 2026-09-03T06:03:51.072Z
canonical_url: "https://dirskills.com/skills/grace-ask"
---

# Grace Ask

Grace Ask answers questions about a GRACE 4 project by navigating .grace current-state artifacts and file-local semantic markup. It cites the artifacts and anchors that support each claim and distinguishes current state from active change intent.

**Install:**

```bash
npx degit https://github.com/osovv/grace-marketplace/tree/main/skills/grace/grace-ask ~/.claude/skills/grace-ask
```

## README

<skill>
<context_order>
1. `.grace/context/*.xml` for requirements, technology, principles, deployment, and UX constraints.
2. `.grace/graph/index.xml` then routed graph documents for `M-*` and `DF-*` ownership.
3. `.grace/verification/index.xml` then routed verification documents for `V-M-*` coverage.
4. `.grace/changes/active/C-*` for in-flight approved or draft work.
5. File-local `MODULE_CONTRACT`, `MODULE_MAP`, `LINKS:`, `START_CONTRACT`, and `START_BLOCK_` anchors.
</context_order>

<answer_rules>
- Cite the artifact or anchor that supports each important claim.
- Distinguish durable current state from active change intent.
- If legacy GRACE 3 docs are present, explain that they require `grace-migrate` and are not GRACE 4 truth.
- Do not invent missing graph or verification facts; report uncertainty and the safest next lookup.
</answer_rules>
</skill>
