Skip to main content
Generaldavepoon

gsd:ai-integration-phase

Generate AI design contract (AI-SPEC.md) for phases that involve building AI systems — framework selection, implementation guidance from official docs, and evaluation strategy

Stars
2,987
Source
davepoon/buildwithclaude
Updated
2026-05-26
Slug
davepoon--buildwithclaude--ai-integration-phase
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/davepoon/buildwithclaude/HEAD/plugins/gsd/skills/ai-integration-phase/SKILL.md -o .claude/skills/ai-integration-phase.md

Drops the SKILL.md into .claude/skills/ai-integration-phase.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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 @${CLAUDE_PLUGIN_ROOT}/workflows/ai-integration-phase.md @${CLAUDE_PLUGIN_ROOT}/references/ai-frameworks.md @${CLAUDE_PLUGIN_ROOT}/references/ai-evals.md Phase number: $ARGUMENTS — optional, auto-detects next unplanned phase if omitted. Execute @${CLAUDE_PLUGIN_ROOT}/workflows/ai-integration-phase.md end-to-end. Preserve all workflow gates.