source-command-build-next

source-command-build-next is a skill for Claude Code, Codex from vscarpenter/gsd-task-manager. It costs 48 tokens per session (1,234 once invoked), scanned A, original, MIT.

An automated worker for a software team's issue-to-pull-request process. A pull request is a proposed code change for review.

In plain words
What is it for?
Use it to plan ready issues, revise plans, or build approved plans into pull requests while following repository safeguards.
Why use it?
It gives ready issues a defined planning or implementation pass and stops before merging.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/vscarpenter/gsd-task-manager/source-command-build-next
Any agent
npx skills add vscarpenter/gsd-task-manager --skill source-command-build-next
Clone the repo
git clone --depth 1 https://github.com/vscarpenter/gsd-task-manager

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for source-command-build-next

README.md
[![agentmods](https://agentmods.dev/badge/skills/vscarpenter/gsd-task-manager/source-command-build-next.svg)](https://agentmods.dev/skills/vscarpenter/gsd-task-manager/source-command-build-next)
Your own site
<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>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,234 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash fa3d27313f60, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

.agents/skills/source-command-build-next/SKILL.md · 61 lines

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)

  1. A plan:approved issue exists → do the Build pass on the oldest one.
  2. Else a plan:revise issue exists → do the Revise pass on the oldest one.
  3. Else a ready-for-agent issue exists → do the Plan pass on the oldest one.
  4. 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

  1. 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.
  2. 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 for risky), following the structure in docs/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:pendingplan:approved, or leave a /revise <notes> comment.
    • No risk:* label → treat as risk:feature and note the missing tier in the plan.

Read the full file on GitHub · 61 lines

Changes

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.

  1. 4d ago First seen · 61 lines · 48 tokens per session scan A fa3d27313f60

Subscribe to this mod's changes

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.

Related

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.

cyanheads/git-mcp-server · 51 tokens

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.

putervision/state-memory-mcp · 45 tokens

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…

Onplana/onplana-mcp-server · 133 tokens

event-staffing-ordering

Order W-2 event staff for US/CA events through TempGuru.

Tempguru-co/tempguru-mcp · 22 tokens

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…

Onplana/onplana-mcp-server · 102 tokens

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…

Tempguru-co/tempguru-mcp · 212 tokens