What problem does it solve?
Writing prompts for GPT-5.6 that behave predictably requires explicit success criteria, guardrails, tool rules, and stop conditions, which most ad-hoc prompts lack. This Skill enforces a completeness gate so prompts are built from a full behavioral contract instead of vague instructions.
Core Features & Use Cases
- Prompt creation and transformation: Builds execution-ready GPT-5.6 prompts with role, goal, success criteria, constraints, autonomy rules, tools, output contract, and stop rules.
- Prompt auditing and migration: Evaluates existing prompts or prompt stacks from older models, removes obsolete scaffolding, and preserves measured behavior during migration.
- Completeness gating: Detects missing behavior-critical fields and asks targeted questions (via
request_user_input when available) instead of inventing requirements.
- Use Case: A team migrating a customer-support prompt stack from an older model to GPT-5.6 uses this Skill to preserve the reasoning baseline, run representative evals, and rewrite the prompt with explicit approval boundaries and validation checks.
Quick Start
Ask the agent to build a GPT-5.6 prompt for your task, or paste an existing prompt and request an audit or migration to GPT-5.6.