From dotdotgod
Use this skill when the user asks Claude Code to load, refresh, inspect, summarize, or resume a repository's dotdotgod project memory; when starting unfamiliar work; or when a dd:load style project context pass is requested.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dotdotgod:project-loadThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load the current repository's dotdotgod project memory in a read-only pass. Build a compact context map from shared agent instructions, README indexes, specs, architecture notes, test docs, active plans, and relevant archive notes.
Load the current repository's dotdotgod project memory in a read-only pass. Build a compact context map from shared agent instructions, README indexes, specs, architecture notes, test docs, active plans, and relevant archive notes.
Do not modify files during the load pass unless the user explicitly asks for edits after the summary.
[[PLAN_MODE]], run dotdotgod expand <root> "<prompt>" --json before broad grep or find scans, then read the resolved candidates selectively.PLAN_MODE, docs/spec/PLAN_MODE.md, or quoted doc names, use dotdotgod expand <root> "<prompt>" --fuzzy --json before broad scans; avoid fuzzy expansion for low-signal generic words alone and respect configured fuzzy low-signal add/remove terms.dotdotgod is installed or available in the repository, run dotdotgod load-snapshot <root> --json.dotdotgod binary is available, optionally run npx @dotdotgod/cli load-snapshot <root> --json.dotdotgod graph impact <root> --changed <path> --compact --json as a task-focused impact map when the user identifies a likely source/config/doc file.grep or find after expand, impact, and targeted reads when the task needs fallback discovery or raw source text search.dotdotgod graph impact <root> --changed <path> --json only when diagnostics need the full payload.AGENTS.md, CLAUDE.md, CODEX.md, README.mddocs/README.mddocs/spec/README.mddocs/test/README.mddocs/arch/README.mddocs/plan/README.mddocs/archive/README.mdAGENTS.md, README.md, and docs/README.md when they are not already clear from the CLI snapshot or loaded context.docs/spec, docs/test, and docs/arch selectively unless the task needs a full refresh.docs/plan entries first, then selectively read only relevant active plans.docs/archive/README.md as the archive history map. Do not scan archive bodies by default; read targeted completed plans under docs/archive/plan/ or reports under docs/archive/report/ only when directly relevant..env* contents.Respond concisely with:
npx claudepluginhub dotdotgod/dotdotgod-kit --plugin dotdotgodGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.