mcpbeat

Gsd:ai Integration Phase

davepoon/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

286 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
3248
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/davepoon/buildwithclaude --skill gsd:ai-integration-phase

What it tells the agent to use

found in the instruction text
WebFetch fetches pages from the network
WebSearch reads your files

The instruction itself

as written by the author

<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_PLUGIN_ROOT}/workflows/ai-integration-phase.md

@${CLAUDE_PLUGIN_ROOT}/references/ai-frameworks.md

@${CLAUDE_PLUGIN_ROOT}/references/ai-evals.md

</execution_context>

<context>

Phase number: $ARGUMENTS — optional, auto-detects next unplanned phase if omitted.

</context>

<process>

Execute @${CLAUDE_PLUGIN_ROOT}/workflows/ai-integration-phase.md end-to-end.

Preserve all workflow gates.

</process>

How to use it

Copy the folder

Take davepoon/gsd:ai-integration-phase from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.