# Agentic Presentation Prototype

> Compatibility shim for presentation prototype requests; artifact-producing operations must route to agentic-prototype-trigger with profile: presentation.

- Skill: `dolphinai2026/agentic-presentation-prototype` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dolphinai2026/agentic-presentation-prototype`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dolphinai2026/agentic-presentation-prototype/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: dolphinai2026 (https://skillmd.com/u/dolphinai2026)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dolphinai2026/agentic-presentation-prototype

---


# agentic-presentation-prototype

This skill is a compatibility shim. It does not own prototype production workflow.

## Trigger Conditions

Use this shim when older docs, users, or skills refer to presentation, deck, or slide-based prototype output.

For any artifact-producing operation, call `agentic-prototype-trigger` with `profile: presentation` plus original source spec, current manifest when present, selected elements when present, and user request or critique diagnostics when present.

## Required Inputs

- `profile: presentation`
- original source spec
- current manifest when present
- `selected_elements` when present
- user request when present
- critique diagnostics when present
- Active `DESIGN.md` for typography, layout, imagery, and accessibility rules

## Outputs

- A routing handoff to `agentic-prototype-trigger`
- Preserved `agentic-design` presentation context for downstream request construction
- Blocked questions when source spec, narrative, slide intent, or critique context is incomplete

## Forbidden Actions

- Do not invent business evidence, metrics, screenshots, or logos.
- Do not flatten required slide structure into a single page.
- Do not bypass `agentic-prototype-trigger` for any artifact-producing operation.
- Do not package or doctor prototype artifacts from this shim.
- Do not commit, push, reset, rebase, stash, or delete user work as part
  of this skill (`git_read_only` tier in
  `skills/agentic-git-sync/rules/git-permission-boundaries.md`); this does
  not restrict other active skills' Git contracts.

## Command Invocation

```bash
Call `agentic-prototype-trigger` with profile: presentation and the collected source spec / manifest / selected_elements / critique context.
```

## Verification Commands

```bash
PYTHONPATH=python .venv/bin/pytest tests/agentic_core/test_design_skills.py -q
```

