How Non-Developers Can Use `claude --resume` and CLAUDE.md to Save Hours

How Non-Developers Can Use `claude --resume` and CLAUDE.md to Save Hours

Stop losing your work and repeating yourself. Use `claude --resume` to recover sessions and CLAUDE.md as a permanent knowledge base for any project.

1d ago·3 min read·6 views·via hn_claude_code
Share:

The Technique — Session Recovery and Context Permanence

If you accidentally close your terminal or your session times out, your work isn't lost. The claude --resume command is your lifeline. Running it in your terminal will list all your previous Claude Code sessions. You can select one to jump back in exactly where you left off, with all uploaded documents and conversation context intact.

For an even faster recovery, use claude --continue. This command automatically reopens your most recent session without showing you a list. It's perfect for when you're pulled away and need to pick up right where you stopped.

Why It Works — Persistent Session Management

Claude Code runs sessions as persistent processes in the background. When you close the terminal window, the session process often remains active or in a saved state. The --resume and --continue flags query this session manager, allowing you to reconnect. This is a core feature designed for long-running analysis tasks, not just quick coding sprints.

How To Apply It — Build a Reusable Knowledge Base with CLAUDE.md

Stop explaining the same ground rules in every new chat. Create a CLAUDE.md file to serve as a permanent instruction manual and context bank for your projects.

Spotlight Heats up Macbooks. Here's how you fix it.

Place this file in your project's root directory. Claude Code reads it at the start of every session within that folder. For global rules that apply everywhere, place it in ~/.claude/CLAUDE.md.

Your CLAUDE.md should contain:

  • Definitions: Standardize your terminology (e.g., "For this project, 'QBR' refers to our quarterly business review template located in /templates/").
  • Formatting Rules: Specify output preferences (e.g., "Summaries must use bullet points, not paragraphs. Use British English spelling.").
  • Domain Context: Explain your role, industry, and common tasks.
  • Reference Pointers: Direct Claude to folders containing source materials (e.g., "Reference data is stored in ./data/industry_reports/. Please check there first.").

Example CLAUDE.md for a research analyst:

# Research Workflow Context

## Output Format
- All summaries must be in bullet points.
- Include a "Key Takeaway" header at the top.
- Cite page numbers from source PDFs when possible.

![The 3-Part Evidence Structure That Gets Global Talent Applications Approved](https://thewriting.dev/content/images/size/w600/2026/03/Screenshot-2026-03-14-at-15.01.28.png)


## Source Credibility
- A "credible source" means: peer-reviewed journals, SEC filings, or earnings transcripts.
- Always prioritize primary sources over secondary commentary.

![Claude Code Isn't Just for Developers](https://thewriting.dev/content/images/size/w2000/2026/02/ClaudeCodeCoverWithText.png)


## Reference Materials
- Company profiles are in `./research/company_profiles/`.
- Previous analysis is in `./archive/`.

This setup means you never have to type those instructions again. Just navigate to your project folder and start a session. Claude will already know how you work.

AI Analysis

Claude Code users, especially those in non-dev roles, should immediately adopt two habits. First, **never worry about losing a session**. Train your muscle memory to use `claude --continue` as the default way to start your workday or return from a break. It's faster than starting fresh and guarantees context continuity. Second, **invest 15 minutes to create a foundational `CLAUDE.md` file**. This isn't just for coders. Think of it as onboarding a new research assistant. Document your most frequent requests, your definition of a 'good' output, and where your files live. The time saved over three sessions will pay back the initial setup. For maximum efficiency, create different `CLAUDE.md` files in different project folders, each tailored to a specific type of work (e.g., one for financial analysis, another for content editing).
Original sourcethewriting.dev

Trending Now

More in Products & Launches

View all