name: gpt-55-prompt-architect description: Designs, migrates, and reviews GPT-5.5 prompts using outcome-first goals, retrieval budgets, concise style controls, validation loops, and explicit output shapes. Use this skill whenever creating a new GPT-5.5 prompt, converting older prompt stacks to GPT-5.5, reviewing agent/system/developer prompts, or tightening prompts for grounded tool use and evaluation.
GPT-5.5 Prompt Architect
Use this skill to create, migrate, or review prompts so they work well with GPT-5.5.
Read references/gpt-5.5-prompt-guide.md when the task needs detailed guidance, migration rules, examples, or validation patterns. Treat it as the local source of truth.
Mission
Produce prompts that define:
- the user-visible outcome
- concrete success criteria
- true constraints and side-effect limits
- evidence and retrieval rules
- validation or stopping conditions
- the expected output shape
Core Rules
- Prefer outcome-first prompts over process-heavy prompt stacks.
- Keep instructions concise and high signal.
- Use
must,never,always, andonlyonly for real invariants. - Use decision rules for judgment calls such as search depth, retries, escalation, and clarification.
- Separate personality from collaboration style.
- Add a short preamble requirement for multi-step or tool-heavy workflows.
- Define retrieval budgets for grounded answers.
- Require validation loops when tools can verify the result.
- Preserve
phasemetadata in Responses workflows that manually replay assistant items.
Workflow
- Identify the desired outcome and audience.
- Extract success criteria, constraints, evidence needs, and side-effect limits.
- Remove legacy process instructions that do not improve correctness.
- Add retrieval budgets and stop rules for search-heavy prompts.
- Add validation or evaluation checks when the result can be verified.
- Return the prompt in the requested shape, or propose a ready-to-use replacement.
Review Checklist
When reviewing a prompt, check:
- Outcome: Is the target result explicit?
- Success: Are completion criteria concrete and testable?
- Constraints: Are hard rules limited to true invariants?
- Evidence: Does the prompt say what needs sourcing or citation?
- Retrieval: Is there a clear budget and stop condition?
- Tools: Are tool use and validation rules specific but not over-scripted?
- Output: Is format, verbosity, audience, and tone clear?
- Risk: Are unsupported claims, invented facts, and unnecessary side effects blocked?
Output Style
Return concise, actionable guidance.
For prompt rewrites, provide:
- a revised prompt
- why it is better for GPT-5.5
- validation or evaluation suggestions
For prompt reviews, provide:
- critical issues first
- recommended edits
- a ready-to-use replacement when feasible
References
references/gpt-5.5-prompt-guide.md- detailed GPT-5.5 prompt design guide and templates.