---
name: Grace Setup Subagents
slug: grace-setup-subagents
category: AI Engineering
description: Grace Setup Subagents creates GRACE 4 worker and reviewer subagent presets for reading .grace context, graph, verification, and change packets. It is used when agents need to follow spec.xml, scope rules, and evidence-based verification workflows.
github: "https://github.com/osovv/grace-marketplace/tree/main/skills/grace/grace-setup-subagents"
language: TypeScript
stars: 239
forks: 54
install: "npx degit https://github.com/osovv/grace-marketplace/tree/main/skills/grace/grace-setup-subagents ~/.claude/skills/grace-setup-subagents"
installs_to: ~/.claude/skills/grace-setup-subagents
source_path: skills/grace/grace-setup-subagents/SKILL.md
collection_size: 15
category_size: 2793
collection_url: "https://dirskills.com/collections/osovv/grace-marketplace"
added: 2026-09-03T06:03:53.669Z
last_synced: 2026-09-03T06:03:53.669Z
canonical_url: "https://dirskills.com/skills/grace-setup-subagents"
---

# Grace Setup Subagents

Grace Setup Subagents creates GRACE 4 worker and reviewer subagent presets for reading .grace context, graph, verification, and change packets. It is used when agents need to follow spec.xml, scope rules, and evidence-based verification workflows.

**Install:**

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

## README

<skill>
<subagent_requirements>
Generated subagents must be told to:

- read `.grace/context`, `.grace/graph`, `.grace/verification`, and relevant `.grace/changes` packets explicitly;
- treat `spec.xml` as normative and design context as non-normative;
- respect `DurableScope`, `ObservedWriteScope`, `BaselineAssertions`, and `TargetAssertions`;
- never mutate approved plans or XML statuses without controller approval;
- return verification evidence and scoped graph/verification deltas.
</subagent_requirements>
</skill>
