build-next
25Command Claude Code
Autonomous builder for the delivery pipeline (cycle B). Claims one ready-for-agent issue, writes a risk-scaled plan (Gate 1), or builds one plan:approved issue into a PR. Never merges.
Command Claude Code
Autonomous builder for the delivery pipeline (cycle B). Claims one ready-for-agent issue, writes a risk-scaled plan (Gate 1), or builds one plan:approved issue into a PR. Never merges.
Command Claude Code
Skeptical staff-engineer code review of changed files against coding-standards.md.
Command Claude Code
Write a Spec-Driven Development spec for a feature, following coding-standards.md Part 1.
Command Claude Code
Run the standard release flow — bump version, commit, push, open PR, merge, tag, create GitHub release. Use when shipping a new version of gsd-taskmanager.
Command Claude Code
Start a red/green/refactor cycle for a behavior. Enforces test-first discipline per coding-standards.md.
Command Claude Code
Night-shift maintenance routine (cycle D). Triages failing checks on the agent fleet's own (claude/) open PRs — auto-fixing mechanical classes as fix PRs, escalating judgment ones, skipping the rest. Never merges.
Hook Claude Code
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing lint-on-edit.sh via bash. From vscarpenter/gsd-task-manager.
Hook Claude Code
Runs before the agent uses a tool for Edit, Write, MultiEdit and Bash tool calls, executing block-sensitive-files.sh and no-main-commits.sh via bash (2 commands). From vscarpenter/gsd-task-manager.
Hook Claude Code
Runs when the agent finishes a response, running an inline shell check (2 commands). From vscarpenter/gsd-task-manager.
Settings file Claude Code
Agent settings declaring 3 hook events (PostToolUse, PreToolUse, Stop) and 16 allowed tools.
Skill Claude CodeCodex
Reference for Claude Code's own mechanics — slash commands, skills, subagents, hooks — and how they route together. Use when creating or editing a slash command, skill, subagent, or hook, or when deciding which primitive fits a task.
Skill Claude CodeCodex
Verify Sentry error capture is working after a DSN change or deploy. Use when testing Sentry, confirming error reporting works, or debugging why errors aren't showing up in the Sentry dashboard.
Instructions file GitHub Copilot
Instructions for vscarpenter/gsd-task-manager, covering copilot instructions for gsd task manager, architecture overview, core stack, database schema (v13) and key architectural decisions.
Instructions file CodexOpenCode
Instructions for vscarpenter/gsd-task-manager, covering agents.md, cursor cloud specific instructions, security review surfaces and this is not the next.js you know.
Instructions file
Instructions for vscarpenter/gsd-task-manager, covering claude.md, project overview, design context, core commands and development.
Agent
The builder is a local, scheduled Claude Code routine (cycle B of the delivery pipeline). It turns a fully-specified issue into a reviewed pull request, pausing once for human plan approval (Gate 1). It never merges. It is launched by scripts/builder-run.sh; its per-run instructions live in…
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Issues and PRDs for this repo live as GitHub issues. Use the gh CLI for all operations.
Agent
The night shift is a nightly, unattended local Claude Code routine (cycle D — the maintenance loop). At 20:00 it triages failing checks on the agent fleet's own open PRs, clearing mechanical failures before they cost you attention. It never merges. It is launched by scripts/triage-run.sh; its per-run instructions live…
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
Skill Claude CodeCodex
Use this skill to drop a new task into GSD Task Manager from any AI assistant that has the gsd-mcp-server connected.
Skill Claude CodeCodex
Use this skill to walk the user through their unfiled or stale tasks and move them into the right Eisenhower quadrant.