Groundwork — Development skill for Claude Code
A Claude Code skill that gives a project a memory - interviews you once, then every session already knows your rules and where you left off.
How to install Groundwork
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open divyanshjoshii/groundwork and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Groundwork does
A Claude Code skill that gives a project a memory - interviews you once, then every session already knows your rules and where you left off.
Alternatives in Development
- Create Handoff — You are tasked with writing a handoff document to hand off your work to another agent in a new session 10k ★
- /resume — Pick up where you left off on a target 1.8k ★
- Projectmem — Open-source coding agent memory 766 ★
README
groundwork
A Claude Code skill that gives a project a memory.
You answer questions once. It writes the notes. Every session after that already knows your project, your rules, and where you left off.
The problem
Open a new chat and the agent knows nothing. It doesn't know what you're building, that you hate four-level nesting, or that you already tried Redis and dropped it. So you explain. Next week you explain again.
Groundwork writes all of that down once, in files the agent reads on its own.
How it runs
flowchart TD
A["/groundwork"] --> B{Any code here?}
B -->|Yes| C[Read the repo first]
B -->|No| D[Nothing to infer]
C --> E{External brief?}
D --> E
E -->|Yes| F["Fetch it, extract requirements,
read them back to confirm"]
E -->|No| G[Interview, five rounds]
F --> G
G --> H["Write CLAUDE.md + docs/"]
H --> I[Humanize what people will read]
I --> J[Offer to block dangerous git commands]
What it writes
CLAUDE.md read every session, capped around 60 lines
docs/
brief.md only when there's an external brief
overview.md what this is and who it's for
architecture.md how it's built, and what you rejected
standards.md taste, testing, prose voice, security
progress.md where you are now
changes.md append-only decision log
handoffs/ session notes, one file per stop
Only `CLAUDE.md` loads every session, which is why it stays small. It holds your rules and an index. The rest gets opened when it's relevant and costs nothing the rest of the time.
The interview
Five rounds, three questions at a time, about fifteen minutes.
It reads your repo before asking anything, so it confirms rather than interrogates. It won't ask what test framework you use when `package.json` already says. Say `skip` to any round and it writes `Not yet defined` instead of inventing an answer.
It also asks what you *dislike
Related Skills
Docmancer
Find out what your coding agents already know. Docmancer indexes the memory, rules, and instructions Claude Co
Claude Makeup Skill
Personalized makeup expert that interviews the user first, researches current makeup products and beauty infor
Artel Recall
Search Artel shared memory for what the fleet already knows
Kilroy
A plugin that gives your agents a knowledge base shared across your team. They autonomously read what others l
Arl Expert Panel
Run the ARL expert panel process — starts fresh or continues from where a prior session left off
Claude Handoff Skill
A Claude Code skill that produces a handoff summary before you close the session, so a new one can pick up rig
Related Agents
Save Memory
Step agent that executes memory writes from the routing manifest. Loads save specs once per run, processes eac
Alternative Viewpoints
Probe lens 4 of 6. Steel-mans the options the source left off the table and voices the perspectives it did not
Launch Coordinator
Use to prepare release notes and a rollout/rollback checklist once the CEO review has signed off. Invoke for t