From goalpost
Show all goalpost slash commands and a short summary of what each does. Use when the operator asks for help with goalpost or seems unsure which command to run.
How this skill is triggered — by the user, by Claude, or both
Slash command
/goalpost:helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are handling the `/goalpost:help` slash command. The operator wants a quick reference of what goalpost commands exist.
You are handling the /goalpost:help slash command. The operator wants a quick reference of what goalpost commands exist.
Print the following help text verbatim to the operator. Do not add commentary, do not summarize. Just print:
═══ GOALPOST COMMANDS ═══
/goalpost:set "<goal>"
Set the active goal for this project. The goal will be injected into
every prompt the agent sees until you /goalpost:complete it.
/goalpost:revise "<new goal>" "<reason>"
Replace the active goal with a new one. Preserves audit trail. Use for
course corrections within the same task. Both new-goal and reason are
required.
/goalpost:complete "<evidence>"
Mark the active goal complete with an evidence statement. Releases the
completion gate so "done"/"complete"/"verified" vocabulary is allowed
in subsequent responses. Evidence is required for audit trail.
/goalpost:status
Show the current state — active goal, revisions, completion state,
override state, custom lint count, history entries. Read-only.
/goalpost:override
Single-turn bypass of the completion gate. Use when the gate blocks a
legitimate narrow-scope completion ("completed reading the file") that
didn't mean the whole goal is done. Auto-expires after 60 seconds.
/goalpost:help
Show this list.
═══ STATE FILES (operator-controlled) ═══
.goalpost-goal ← current active goal
.goalpost-complete ← completion marker
.goalpost-override-active ← single-turn gate bypass
.goalpost-goal.bak ← last-revision backup
.goalpost-goal-history/ ← archived goals
.goalpost-lints/ ← operator's custom lint scripts
.goalpost-lints-disabled ← disable specific core lints by name
.goalpost-rubric ← per-project engineering rubric
═══ MORE INFO ═══
Architecture: see ~/Developer/_research/anchor/2026-05-18_architecture-v2.md
Repo: https://github.com/macollins27/goalpost
═══════════════════════════
npx claudepluginhub macollins27/goalpost --plugin goalpostCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.