get-shit-done AGENTS.md

get-shit-done AGENTS.md is an instructions file for Codex, OpenCode from gsd-build/get-shit-done. It costs 739 tokens per session, scanned A, original, MIT.

A repository instruction file for Get Shit Done, a Node.js command-line tool and software library. It describes the project layout, commands, tests, coding style, and current work across several coding-agent runtimes.

In plain words
What is it for?
It is for guiding changes, builds, tests, and naming decisions in the Get Shit Done codebase, including its Node.js CLI and TypeScript SDK.
Why use it?
It helps an agent follow the repository's established structure and verification steps. A monorepo-like project with separate SDK and CLI areas can otherwise be easy to navigate incorrectly.

Instructions file for CodexOpenCode

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 instructions/gsd-build/get-shit-done/agents-md
Clone the repo
git clone --depth 1 https://github.com/gsd-build/get-shit-done

Made for: Codex, OpenCode.

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 get-shit-done AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/gsd-build/get-shit-done/agents-md.svg)](https://agentmods.dev/instructions/gsd-build/get-shit-done/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/gsd-build/get-shit-done/agents-md"><img src="https://agentmods.dev/badge/instructions/gsd-build/get-shit-done/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 739 This file is loaded in full into every session.
When invoked 739 The same file — it is already loaded in full.
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.1 $0.00739 $0.00739
Opus 5 $0.00369 $0.00369
Sonnet 5 $0.00148 $0.00148
Haiku 4.5 $0.00074 $0.00074

Measured 5d ago against content hash 9b4210dcd0ff, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

get-shit-done AGENTS.md 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 5d 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.md · 42 lines

How it starts

The opening of the file, as written. The whole thing — 42 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Repository Guidelines

Active Discussions

For current work on Grok Build compatibility and multi-runtime synchronization across Grok Build, Claude Code, Gemini CLI, and Codex, see:

  • docs/discussions/grok-build-support-2026-05.md

Project Structure & Module Organization

This repository ships GSD as a Node.js CLI and SDK. Root package entry points live in bin/, scripts in scripts/, runtime hooks in hooks/, command definitions in commands/gsd/, and workflow/template content in get-shit-done/. Agent role files are in agents/; docs are in docs/; logos and terminal images are in assets/. Root tests are in tests/*.test.cjs. The TypeScript SDK is isolated under sdk/, with source and Vitest tests in sdk/src/.

Build, Test, and Development Commands

Use Node.js >=22.

  • npm install: install root dependencies.
  • npm test: builds the SDK first, then runs root node:test suites via scripts/run-tests.cjs.
  • npm run test:coverage: runs root tests with c8 and enforces 70% line coverage for included CommonJS library files.
  • npm run build:hooks: rebuilds generated hook artifacts.
  • npm run build:sdk: installs SDK dependencies and builds TypeScript.
  • cd sdk && npm test: runs SDK Vitest unit and integration projects.
  • cd sdk && npm run build: type-checks and emits sdk/dist/.

Coding Style & Naming Conventions

Match the existing style in the edited area. Root JavaScript is CommonJS, generally strict-mode, two-space indentation, semicolons, const/let, and node: imports for built-ins. SDK code is strict TypeScript using ESM/NodeNext. Keep command, workflow, and test filenames kebab-case, for example commands/gsd/plan-phase.md and tests/bug-2396-makefile-test-priority.test.cjs. Agent files use gsd-*.md. Avoid unrelated formatting and unnecessary dependencies.

Testing Guidelines

Root tests use Node’s built-in node:test and node:assert/strict; do not add Jest, Mocha, or Chai. Prefer helpers from tests/helpers.cjs for temporary projects, cleanup, and CLI execution. Name root tests *.test.cjs; run one with node --test tests/name.test.cjs. SDK tests use Vitest with *.test.ts for unit tests and *.integration.test.ts for integration tests.

Read the full file on GitHub · 42 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. 5d ago First seen · 42 lines · 739 tokens per session scan A 9b4210dcd0ff

Subscribe to this mod's changes

get-shit-done AGENTS.md is an instructions file published in the GitHub repository gsd-build/get-shit-done (64,600 stars, last pushed 3mo ago), licensed MIT. It adds 739 tokens to every session, about $0.0037 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 instructions, from other repositories

gsd-core GEMINI.md

Gemini CLI instructions for open-gsd/gsd-core, covering gsd core — antigravity cli context, what gsd is, the slash commands (installed separately) and working with gsd.

open-gsd/gsd-core · 611 tokens

get-shit-done-multi copilot-instructions.md

Copilot instructions for shoootyou/get-shit-done-multi, a project described as: Fork of Get Shit Done (TÂCHES) with multi-CLI support. Spec-driven development workflows for Claude, Copilot, and Codex with unified project state.

shoootyou/get-shit-done-multi · 103 tokens

get-shit-done-multi CLAUDE.md

Claude Code instructions for shoootyou/get-shit-done-multi, a project described as: Fork of Get Shit Done (TÂCHES) with multi-CLI support. Spec-driven development workflows for Claude, Copilot, and Codex with unified project state.

shoootyou/get-shit-done-multi · 105 tokens

get-shit-done-multi AGENTS.md

AGENTS.md instructions for shoootyou/get-shit-done-multi, a project described as: Fork of Get Shit Done (TÂCHES) with multi-CLI support. Spec-driven development workflows for Claude, Copilot, and Codex with unified project state.

shoootyou/get-shit-done-multi · 105 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens