Install
$ agentstack add skill-merllinsbeard-merlin-skills-create-goal ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Create Goal
Create a durable Codex /goal contract from spec-kit artifacts.
This skill is the Merlin-owned bridge from Spec Kit artifacts to Codex /goal. It keeps AB Method's useful idea of a persistent GOAL.md, but replaces AB Method project structure with spec-kit feature directories.
When To Use
Use when:
- the user wants to run Codex
/goal; - a feature has
spec.md,plan.md, andtasks.md; - autonomous implementation needs a stop condition, verification loop, and stable source-of-truth list.
Do not use when the idea has no spec yet. Route to speckit-specify or brainstorming first.
Locate The Feature Directory
Find the active feature directory in this order:
.specify/feature.jsonfieldfeature_directory;- environment variable
SPECIFY_FEATURE_DIRECTORY; - the only or newest
specs//directory; - a branch-matching
specs/-/directory.
If multiple plausible directories exist, choose the one most clearly referenced by the user or current branch. Ask only if choosing would materially risk writing the wrong goal.
Required Inputs
The feature directory must contain:
spec.mdplan.mdtasks.md
Read these if present:
research.mddata-model.mdcontracts/quickstart.mdchecklists/memory/constitution.md.specify/memory/constitution.md
Refusal Conditions
Do not write GOAL.md if:
- no feature directory can be found;
- any required input is missing;
spec.mdcontains unresolved[NEEDS CLARIFICATION];plan.mdlacks a concrete technical approach or verification plan;tasks.mdis not executable as a checklist;- constitution or checklist gates are unresolved.
Report the blocking files and exact fixes needed.
Output Path
Write or update:
specs//GOAL.md
Do not write a separate docs/goals/ tree for spec-kit projects.
GOAL.md Contract
The goal must include:
- Title and short objective.
- Source-of-truth artifact list with relative paths.
- Success criteria tied to
spec.md. - Execution rules tied to
tasks.md. - Implementation plan summary tied to
plan.md. - Verification loop: tests, quickstart, Playwright/browser proof, QA, review.
- Progress protocol: mark tasks in
tasks.md, keep evidence current. - Safety boundaries: do not change unrelated scope, preserve user-story independence, follow constitution.
- Stop condition: all tasks complete, checks pass, acceptance scenarios satisfied, no unresolved gates.
- Resume note: if interrupted, re-read this
GOAL.md,tasks.md, and latest proof before continuing.
Use templates/GOAL.md as the shape. Keep it concise enough to paste into Codex /goal.
Process
- Inspect the feature directory and required artifacts.
- Validate refusal conditions.
- Extract objective, acceptance scenarios, constraints, tasks, and verification commands.
- Write
GOAL.md. - Stop and report the output path plus any unresolved risks.
Do not start implementation from this skill. The next step is Codex /goal.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: merllinsbeard
- Source: merllinsbeard/merlin-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.