# Agentic Execute

> Execute a precomputed agentic plan payload.

- Skill: `steliosot/agentic-execute` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add steliosot/agentic-execute`
- Raw SKILL.md: https://api.skillmd.com/api/skills/steliosot/agentic-execute/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: steliosot (https://skillmd.com/u/steliosot)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/steliosot/agentic-execute

---


# agentic_execute

Executes a plan payload produced by `agentic_plan`.

The skill validates plan schema/version before execution and returns structured outputs:

- `prompt_id`
- `output_images`
- `artifacts`
- execution context (`run_id`, etc.)

