---
name: AI Integration Phase
slug: ai-integration-phase
category: AI Engineering
description: AI Integration Phase generates an AI-SPEC.md design contract for phases that involve building AI systems. It orchestrates framework selection, research, and evaluation strategy design.
github: "https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-ai-integration-phase"
language: JavaScript
stars: 8257
forks: 573
install: "npx degit https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-ai-integration-phase ~/.claude/skills/gsd-ai-integration-phase"
installs_to: ~/.claude/skills/gsd-ai-integration-phase
source_path: skills/gsd-ai-integration-phase/SKILL.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/open-gsd/gsd-core"
added: 2026-08-15T06:50:58.588Z
last_synced: 2026-08-15T06:50:58.588Z
canonical_url: "https://dirskills.com/skills/ai-integration-phase"
---

# AI Integration Phase

AI Integration Phase generates an AI-SPEC.md design contract for phases that involve building AI systems. It orchestrates framework selection, research, and evaluation strategy design.

**Install:**

```bash
npx degit https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-ai-integration-phase ~/.claude/skills/gsd-ai-integration-phase
```

## README

<objective>
Create an AI design contract (AI-SPEC.md) for a phase involving AI system development.
Orchestrates gsd-framework-selector → gsd-ai-researcher → gsd-domain-researcher → gsd-eval-planner.
Flow: Select Framework → Research Docs → Research Domain → Design Eval Strategy → Done
</objective>

<execution_context>
@~/.claude/gsd-core/workflows/ai-integration-phase.md
@~/.claude/gsd-core/references/ai-frameworks.md
@~/.claude/gsd-core/references/ai-evals.md
</execution_context>

<context>
Phase number: $ARGUMENTS — optional; when omitted, the orchestrating workflow reads ROADMAP.md and selects the next unplanned phase. This is not a `gsd-tools.cjs` CLI feature — the CLI's phase-lookup primitives require an explicit phase number.
</context>

<process>
Execute end-to-end.
Preserve all workflow gates.
</process>
