From agent-skills
Use when the user asks to create, draft, save, revise, or improve a Codex Goal, GOAL.md, goal file, persistent objective, completion contract, or long-running Codex work objective. This skill must be used before inventing or saving any goal for Codex.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-skills:goal-writerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write concise Codex Goal files using the OpenAI Goals pattern: a goal is a scoped completion contract, not a vague task prompt.
Write concise Codex Goal files using the OpenAI Goals pattern: a goal is a scoped completion contract, not a vague task prompt.
Save one Markdown file under goals/ named:
YYYY-MM-DD-<short-slug>-goal.md
The saved goal body must be about 3000-3500 characters, excluding frontmatter if any. Do not use GOAL.md, goal.md, or undated names.
Use these headings:
# Codex Goal - <short title>
## Goal
## Boundaries
## Iteration Policy
## Verification
## Deliverables
## Blocked Stop Condition
goals/YYYY-MM-DD-<short-slug>-goal.md./goal.Do not mark a goal complete just because a budget is reached. Budget exhaustion means summarize progress, blockers, and the next useful step.
Use a short lowercase slug from the objective:
2026-05-20-citation-refresh-hardening-goal.md2026-05-20-prospecting-browser-qa-goal.md2026-05-20-replication-evidence-audit-goal.mdThis follows OpenAI's "Using Goals in Codex" guidance: strong goals name the outcome, verification method, and constraints, and research goals must separate confirmed evidence, support-only evidence, blockers, and remaining uncertainty.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub agentic-assets/agent-skills