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 agentmods add skills/vscarpenter/gsd-task-manager/source-command-build-nextnpx skills add vscarpenter/gsd-task-manager --skill source-command-build-nextgit clone --depth 1 https://github.com/vscarpenter/gsd-task-managerWrote 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/vscarpenter/gsd-task-manager/source-command-build-next)<a href="https://agentmods.dev/skills/vscarpenter/gsd-task-manager/source-command-build-next"><img src="https://agentmods.dev/badge/skills/vscarpenter/gsd-task-manager/source-command-build-next.svg" alt="Measured on agentmods" 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 | $0.00048 | $0.01234 |
| Opus 5 | $0.00024 | $0.00617 |
| Sonnet 5 | $0.00010 | $0.00247 |
| Haiku 4.5 | $0.00005 | $0.00123 |
Grade A, and why
source-command-build-next 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 4d 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 — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.
source-command-build-next
Use this skill when the user asks to run the migrated source command build-next.
Command Template
/build-next
You are the builder for the GSD Task Manager delivery pipeline. Run headlessly and unattended. Do one unit of work this run, then stop. The full operating spec is docs/agents/builder.md — read it; this command is the executable summary. Definition of done is coding-standards.md. Issue-tracker gh conventions are in docs/agents/issue-tracker.md.
Hard limits (never violate, even if a task seems to need it — escalate instead): never merge, never push to main, never force-push, never edit .github/workflows/**, docker/** deploy config, CloudFront config, or SECURITY.md/security config. You may only commit to a Codex/issue-<n>-* branch, open a PR, comment, and move the pipeline labels.
Decide what to do (in this priority order)
- A
plan:approvedissue exists → do the Build pass on the oldest one. - Else a
plan:reviseissue exists → do the Revise pass on the oldest one. - Else a
ready-for-agentissue exists → do the Plan pass on the oldest one. - Else → print "no actionable work" and stop.
Process at most one issue. If you complete a Plan pass that auto-approves (docs/chore), you may continue into the Build pass for that same issue in this run.
Plan pass
- Read the issue and its contract fields (Summary, Acceptance criteria, Constraints, Out of scope, Rollback, Risk tier). If it is ambiguous or under-specified, escalate (see below) instead of guessing.
- Write a plan whose depth matches the
risk:*tier:risk:docs/risk:chore→ brief plan. Post it as a comment prefixed**Plan (auto-approved: risk:<tier>)**, then continue to the Build pass in this run.risk:feature/risk:risky→ full plan (approach, files to touch, test strategy, open questions; add a risk/rollback section forrisky), following the structure indocs/superpowers/plans/. Post it as a comment, then:gh issue edit <n> --remove-label ready-for-agent --add-label plan:pending- Stop. Do not build. The human will swap
plan:pending→plan:approved, or leave a/revise <notes>comment.
- No
risk:*label → treat asrisk:featureand note the missing tier in the plan.
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.
- 4d ago First seen · 61 lines · 48 tokens per session scan A fa3d27313f60
source-command-build-next is a skill published in the GitHub repository vscarpenter/gsd-task-manager (24 stars, last pushed 5d ago), licensed MIT. It adds 48 tokens to every session and 1,234 once invoked, about $0.0002 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-30.
Other skills, from other repositories
report-issue
File a bug or feature request against this repository (cyanheads/git-mcp-server) using the gh CLI. Use for tool logic bugs, git provider misbehavior, transport issues, auth/config problems, or new feature proposals.
state-memory-mcp
Teaches the agent to use the state-memory-mcp MCP server to track workflow state, tasks, decisions, blockers, artifacts, plans, milestones, and their semantic relationships in a persistent graph database.
onplana-project-planner
Turn a goal or a brief into an executable Onplana plan over its MCP server: write a plan.md and attach it to the project, decompose it into tasks and subtasks, set start/due dates and dependencies, assign owners, add test cases as you go, and create tasks for the downstream surfaces a change ripples to. Use this…
event-staffing-ordering
Order W-2 event staff for US/CA events through TempGuru.
onplana-autonomous-agent
Work autonomously on projects in Onplana over its MCP server: pick up the open tasks in a project, do the work, keep each task's status current, report progress as comments, file an Issue when something is wrong, and poll for human replies. Use this whenever an agent (Claude Code, ChatGPT / Codex, or claude.ai) is…
urgent-event-backfill
Recover from a same-week or day-of event staffing emergency through TempGuru across 300+ U.S. and Canadian markets. Use when staff didn't show up, a staffing vendor or gig app cancelled or fell through, an event starting within about 72 hours suddenly needs people, or the user says "staff didn't show up", "need staff…