Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add NicholasSpisak/goal-writer --skill goal-writergit clone --depth 1 https://github.com/NicholasSpisak/goal-writerWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/nicholasspisak/goal-writer/goal-writer)<a href="https://agentmods.dev/skills/nicholasspisak/goal-writer/goal-writer"><img src="https://agentmods.dev/badge/skills/nicholasspisak/goal-writer/goal-writer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/nicholasspisak/goal-writer/goal-writer"><img src="https://agentmods.dev/badge/skills/nicholasspisak/goal-writer/goal-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00118 | $0.03490 |
| Opus 5 | $0.00059 | $0.01745 |
| Sonnet 5 | $0.00024 | $0.00698 |
| Haiku 4.5 | $0.00012 | $0.00349 |
Grade A, and why
goal-writer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 294 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Goal Writer
Two documents brief one round of autonomous agent work:
- Goal — the spine, hard-capped at 4,000 characters: what to do, what
to read first, the posture, the verification, the stop condition. Small
enough to paste directly into
/goalin Claude Code or Codex. - Rider — the prescriptive detail, unbounded (typically 10–35 KB): data schemas, phase plans, named depth tests, verb signatures, error footers, out-of-scope lists.
The pair is portable: the same two files brief Claude Code, Codex CLI, Cursor, or a human reviewer without modification. The slash command is the runtime; the pair is the spec. The pair compounds; the slash command does not.
The pair is also primitive-agnostic. A loop is an agent repeating
cycles of work until a stop condition is met, and /goal is one of four
loop types (turn-based, goal-based, time-based, proactive). /goal is
this skill's primary runtime, but the same two files feed a turn-based
verification skill, a scheduled /loop, or a proactive routine without a
rewrite — see references/harness-goal-commands.md.
Start with the simplest loop that fits the task.
This skill is project-agnostic. Substitute the project's own toolchain
commands wherever the templates say <project's ... command>.
When to use
- The user is starting a new round of agentic work and wants goal+rider
files written into the project's
docs/goals/(or equivalent). - Right scope: one feature, two to five files, half a day to a day of agent runtime.
When NOT to use: fifteen minutes of polish, a hot-fix, or a tiny PR — a five-line CSS tweak doesn't need eleven phases. The overhead only amortizes against rounds that would otherwise run hours of agent time.
Soft prerequisites — check, and tell the user what's missing:
- An architecture / AS-BUILT doc and a CHANGELOG. If absent, offer to write a minimal AS-BUILT first (one round, one rider, one phase).
- A fast test lane (~30 seconds). If the suite takes 40 minutes, the phase loop breaks down.
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 294 lines · 118 tokens per session scan A 628a57517941
goal-writer is a skill published in the GitHub repository NicholasSpisak/goal-writer (7 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 118 tokens to every session and 3,490 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
sdlc-accelerate
End-to-end SDLC ramp-up from idea to construction-ready with automated phase transitions.
agent-loop
Detect requests for iterative autonomous agent loops and route to the appropriate loop executor.
cross-task-learner
Enable agent loops to learn from similar past tasks and share patterns across loops.
infer-completion-criteria
Infer measurable completion criteria for an agent-loop task from project docs, code, and AIWG standards when the user has not supplied --completion explicitly.
aiwg-language-map
AIWG addons + extensions language map — categories, curated discover phrases, and per-bundle pointers covering everything beyond the framework quickrefs.
aiwg-regenerate-claude
Regenerate CLAUDE.md for Claude Code with hook file architecture.