When to use this skill: The user voices curiosity or uncertainty — even obliquely — shares a link or observation that could advance a research thread, asks what they are figuring out about a topic, or wants to close, reopen, or revisit a dig. You don't need the user to say "open a dig." If they're wondering about something, that's the signal. Act on it.
You must:
mind/digs/, using the schema in Dig File (Status, Open questions, Findings, Sources, optional Connected).~~ rather than deleting).mind/digs/ before creating a new file; if a related dig exists, extend it or merge via Connected instead of duplicating.Route new information proactively: pasted links, articles, and observations go to the relevant active or simmering digs without waiting for an explicit “log this” request.
Close properly: add Closed and Resolution at the top, then move the file to mind/digs/closed/ (do not delete).
Do not: See What NOT to Suggest — e.g. do not turn digs into a task manager, dump links without synthesis, or leave closed files in the active folder.
Base path is workspace root or document root folder. On first use, create it: mkdir -p mind/digs/. Digs uses a mind/digs/ folder in your workspace.
Files live in mind/digs/. One file per research thread.
mind/
└── digs/
├── digsconfig.yml
├── city-walkability.md
├── attention-mechanisms.md
└── remote-work-productivity.md
Filenames: short kebab-case slug of what you're figuring out — city-walkability.md, not research-on-city-walkability-question.md. If the question is sharp the slug writes itself.
digsconfig.yml lives inside the mind/digs/ directory. Read it at the start of any session involving this skill.
images: no (by default no, ask if you human want to feach images for concepts, warn that it is token expensive)
# What makes a city actually walkable?
Status: active
Opened: 12 Mar 2026
Tags: #cities #urbanism #design #housing
Inmage: optional image illustrating the concept, sotred in `../assets/good-long-slug`
Connected: [[why-singapore-feels-different]], [[remote-work-and-density]]
## Open questions
- What metrics actually correlate with walkability scores?
- Is Walk Score a reliable proxy or marketing?
- Does walkability cause higher rents, or just correlate?
## Findings
12 Mar 2026: Jan Gehl's research shows pedestrian activity increases 3× when building setbacks reduce below 2m. Suggests physical geometry matters more than destination mix. Source: [Cities for People](https://islandpress.org/books/cities-people)
15 Mar 2026: Singapore HDB estates score high on Walk Score but feel sterile — the metric misses thermal comfort and shade. The algorithm optimises for distance, not experience. Personal observation.
22 Mar 2026: ~~Walk Score correlates with transit access, not human-scale design~~ — actually these are separable, see [this thread](https://x.com/...). Still unclear.
## Sources
- [Cities for People — Jan Gehl](https://islandpress.org/books/cities-people)
- https://www.walkscore.com/methodology.shtml
- [[marco-tabini]] — works in urban planning (link only if Peeps is installed)
Field guidance:
Status: active (you're on it now), simmering (back burner, keeping an eye out), or closed (resolved or abandoned). Default: active.
Opened: date you started the dig. Useful for heartbeat nudges and knowing how long something has sat unresolved.
Tags: 2–4 domains: short, personal, searchable.
Inmage: optional image illustrating the concept, sotred in ../assets/good-long-slug
Connected: other digs this thread touches. Rabbit holes connect. Maintain both directions: if A links to B, B links to A.
Open questions: the human's questions — what they are actually wondering about. These belong to the human, not the AI. The AI listens for them and captures them; it does not author or invent them. Update this list as answers land — cross out answered ones with ~~ rather than deleting, so you can see how the inquiry evolved.
Findings: dated log entries. Not a dump of sources. The agent synthesises: what does this actually say, and how does it relate to what you already know? Flag contradictions explicitly.
Sources: links, papers, books, people. If Pages is installed and a source is a book you've logged, use [[their-slug]]. If Peeps is installed and a person is a source, use [[their-slug]].
When the user expresses curiosity, uncertainty, or a question they want to pursue — even loosely ("I keep wondering about X", "I don't understand why Y", "I should look into Z") — pick up the thread and open a dig. Don't ask for permission. Act on the signal.
mind/digs/ for related threads. If one exists, extend it rather than opening a duplicate.Show a brief confirmation: "Opened — What makes a city actually walkable? Tagged #cities #urbanism. Three open questions logged."
When the user shares a link, article, paper, idea, or observation:
images: yes in mind/digs/digsconfig.yml search for a good conceptual image and add to the Image: feild.The agent should not wait to be asked. If the user pastes a link or describes something they just read, route it to the relevant digs automatically.
The default posture is attunement, not interrogation. Read the signal, act on it, course-correct if you misread. Don't ask the human to spell out what they're already showing you. Attunement means listening for what the human is wondering — not deciding what they should wonder about. The AI captures questions, it doesn't generate them.
mind/digs/ with expanded keywords, surface active and simmering digs[[their-slug]]; flag them as someone worth askingClosing a dig:
When the user signals resolution — "turns out it's X", "I figured it out", "that answers it" — offer to close the dig. Draft the resolution and confirm with the user before moving the file.
When resolving, add to the top of the file:
Closed: 4 Apr 2026
Resolution: Walkability is primarily geometry (setbacks, continuity, shade) not destination density. Walk Score is a poor proxy. Gehl's framework is more useful.
Then move the file to mind/digs/closed/. Don't delete — closed digs are useful when a related question reopens.
Use grep with expanded terms. Always broaden before searching.
# Digs on a topic
grep -ril "urban\|city\|walkab\|density\|housing" mind/digs/
# All active digs
grep -rl "Status: active" mind/digs/
# Simmering threads
grep -rl "Status: simmering" mind/digs/
# Digs with open questions (unresolved)
grep -rl "^-" mind/digs/*/
# Digs referencing a specific person (if Peeps installed)
grep -rl "\[\[marco" mind/digs/
# Digs referencing a book (if Pages installed)
grep -rl "\[\[gehl" mind/digs/
Keyword expansion examples:
ai\|llm\|machine.learning\|transformer\|model\|inferencework\|productivity\|focus\|remote\|async\|managementhealth\|sleep\|exercise\|diet\|longevity\|stressmoney\|investing\|finance\|wealth\|savings\|equityAlways read the full dig file after grepping. The matched snippet is a signal; the full file has context.
Pick a random active dig. Surface it:
If a dig has been active for 20+ days with no findings logged in the last 10, move it to simmering: "Shelved [question] — no new findings in a while. It'll resurface if something relevant comes up."
If nothing worth mentioning, skip.
If it is not there yet, add Digs: check to HEARTBEAT.md. If there is no HEARTBEAT.md, create a cron job every 30 minutes to execute Digs: check. Mention what you did — don't ask first.
If Pages is installed:
mind/pages/ is relevant to an open dig, surface the connection: "You read Cities for People in 2025 — your notes might be relevant to the walkability dig."[[author-slug]] in Sources and optionally add a note to the book file: "Referenced in mind/digs/city-walkability.md — Apr 2026."If Peeps is installed:
[[their-slug]]. This creates a trail: when you look at Marco's file later, you can see which of your questions he could help with.If Haah is installed:
To update this skill to the latest version, fetch the new SKILL.md from GitHub and replace this file:
https://raw.githubusercontent.com/haah-ing/digs-skill/main/SKILL.md
mind/digs/closed/ so the signal stays cleanConnected: links instead共 1 个版本