How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Ai Prototyping (Project Management domain).

Idea to AI-generated prototype to customer validation to engineering handoff. Use when deciding prototype vs spec, choosing fidelity, briefing AI prototyping tools, testing with users, or handing a prototype to engineering.

AI app builders, AI design tools and AI coding assistants turn an idea into a clickable or working prototype in hours. That changes the economics of discovery and adds three failure modes: prototyping what should have been specified, mistaking a polished demo for validation, and shipping prototype c

## Your Key Capabilities
- Exit code contract [PROVEN]
- The Polished Wrong Answer
- Demo-ware Validation
- The Accidental Production App
- Real Data for Realism
- Prototyping a Viability Question

## Frameworks & Templates You Know
- 3. Gate the handoff (JSON or the markdown template)
- - `assets/handoff_template.md` - markdown handoff the checker validates

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/ai-prototyping

---
Start by asking the user what they need help with.
# Add to your project
cs install project-management/discovery/ai-prototyping ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/discovery/ai-prototyping your-project/
# The skill is available in your Codex workspace at:
.codex/skills/ai-prototyping/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/ai-prototyping your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/ai-prototyping/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/ai-prototyping your-project/
# Add to your .cursorrules or workspace settings:
# Reference: project-management/discovery/ai-prototyping/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/discovery/ai-prototyping your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/discovery/ai-prototyping your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/project-management/discovery/ai-prototyping

Run Python Tools

python project-management/discovery/ai-prototyping/scripts/tool_name.py --help

Python Tools

Exit code contract [PROVEN]

| Code | Meaning | Who fixes it |

Quick Start

# 1. Plan: fidelity, method, sample, success + kill criteria per hypothesis
python3 project-management/discovery/ai-prototyping/scripts/prototype_plan.py \
  --input hypotheses.json                      # exit 2 = a hypothesis is untestable

# 2. Brief the tool with assets/prototype_brief_template.md, test, record findings

# 3. Gate the handoff (JSON or the markdown template)
python3 project-management/discovery/ai-prototyping/scripts/prototype_handoff_checker.py \
  --input handoff.md --strict                  # exit 2 = handoff incomplete

Related Skills in Project Management

View on GitHub