gsd-task-manager CLAUDE.md

gsd-task-manager CLAUDE.md is an instructions file for coding agents from vscarpenter/gsd-task-manager. It costs 2,858 tokens per session, scanned A, original, MIT.

A set of instructions for GSD Task Manager, an offline-first task app that stores data locally and can optionally sync through a self-hosted service.

In plain words
What is it for?
Use it when working on the Next.js app, local task storage, backups, optional cloud sync, MCP task management, or its command palette and settings.
Why use it?
It gives coding agents the project’s architecture, important features, and path-specific development rules before they make changes.

Instructions file

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/vscarpenter/gsd-task-manager/claude-md
Clone the repo
git clone --depth 1 https://github.com/vscarpenter/gsd-task-manager

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 gsd-task-manager CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/vscarpenter/gsd-task-manager/claude-md.svg)](https://agentmods.dev/instructions/vscarpenter/gsd-task-manager/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/vscarpenter/gsd-task-manager/claude-md"><img src="https://agentmods.dev/badge/instructions/vscarpenter/gsd-task-manager/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,858 This file is loaded in full into every session.
When invoked 2,858 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 $0.02858 $0.02858
Opus 5 $0.01429 $0.01429
Sonnet 5 $0.00572 $0.00572
Haiku 4.5 $0.00286 $0.00286

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

Security

Grade A, and why

gsd-task-manager CLAUDE.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 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.

CLAUDE.md · 183 lines

How it starts

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

CLAUDE.md

Guidance for Claude Code working in this repository. Coding standards live in @coding-standards.md (imported). Path-scoped rules live in .claude/rules/*.md and auto-load when their globs match.

Project Overview

GSD Task Manager is a privacy-first Eisenhower matrix task manager built with Next.js 16 App Router. All data is stored locally in IndexedDB via Dexie, with JSON export/import for backups. The app is a PWA that works completely offline.

Key Features:

  • Single-Matrix UI (v9) — Simplified single-matrix layout with capture-bar; see docs/adr/0011-v9-single-matrix-refactor.md
  • Optional Cloud Sync — Multi-device sync via self-hosted PocketBase at https://api.vinny.io (OAuth with Google/GitHub)
  • MCP Server Integration — AI-powered task management through Claude Desktop with natural language queries
  • Realtime Sync — PocketBase SSE (Server-Sent Events) for instant cross-device updates
  • iOS-style Settings — Full-page settings with grouped layout and modular sections (components/settings-page/)
  • Command Palette — Global ⌘K/Ctrl+K task search and actions are wired through components/matrix-simplified/app-shell.tsx

Path-scoped rules (auto-loaded by glob — open these only when working in the matching subtree):

  • .claude/rules/pocketbase-sync.md — PocketBase v0.23+ gotchas, sync architecture, OAuth callback debugging
  • .claude/rules/testing.md — Test runner, TDD workflow, jsdom/bun gotchas
  • .claude/rules/sw-cache.md — Service worker multi-cache strategy (ADR 0012)
  • .claude/rules/mcp-server.md — MCP server package conventions and tool layout
  • .claude/rules/archive-tombstone.md — The archivedTasks tombstone invariant (ADR 0013); read before writing to tasks or archivedTasks

Design Context

Strategic design intent lives in PRODUCT.md (root). Read it before UI/UX work or when running any /impeccable command.

  • Register: product — design serves the task (the matrix, capture bar, settings, dashboard), not a marketing surface.
  • Personality: calm & focused. Anti-references: flashy-AI startup, gamified todo toy, dense enterprise PM, generic SaaS dashboard.
  • Principles: tool disappears into the task · privacy is the foundation · the matrix is the argument · earned familiarity over novelty · delight in moments, restraint on pages.
  • Visual system: Inkwell 1.4.0 "GSD Editorial" — warm paper surfaces, graphite ink, Newsreader serif display over system sans, and restrained tide (#2C6680) for global interaction, with four matrix-only quadrant families. Runtime primitives live in app/css/inkwell-tokens.css; quadrant washes/headers live in app/globals.css; the durable contract is DESIGN.md plus .ui-craft/brief.md and .ui-craft/tokens.md. Tide is interaction ink, never gradient decoration. WCAG AA is the baseline, and quadrant titles must use --q*-ink rather than raw pigment.

Read the full file on GitHub · 183 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 · 183 lines · 2,858 tokens per session scan A c94971b9da59

Subscribe to this mod's changes

gsd-task-manager CLAUDE.md is an instructions file published in the GitHub repository vscarpenter/gsd-task-manager (25 stars, last pushed 2d ago), licensed MIT. It adds 2,858 tokens to every session, about $0.0143 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.