init-workspace
Scaffold a ready-to-work, note-centric knowledge project from a short clarifying
round followed by either a heavy, self-contained template or a bespoke scaffold
built in the same style. Each result includes a folder tree and an AGENTS.md
that documents the layout and routes work to the right skills. Add
workspace-local references/ and an Obsidian _dashboard/ (Dataview) when the
selected template or intake justifies them.
When to use
The user wants to start a note-centric knowledge project and have its
structure + conventions laid down. Trigger on "set up / start / initialize /
scaffold / bootstrap a workspace or vault for …" when the work is learning,
research, writing, academic applications, test preparation, presentations,
theory, or another activity whose primary artifacts are notes and documents.
Requests in this scope that do not match the eight templates use the bespoke path.
When NOT to use
- The user wants the actual downstream work (mark this essay, write my intro,
prove this lemma). Route to the domain skill, not here.
- The project already exists and is structured — this skill scaffolds, it does
not reorganize. (Re-running is safe — see Merge rules — but it won't
restructure an existing layout.)
- For structuring an experiment codebase (source layout for fast hypothesis
testing), use
research-codebase. The paper template here is the writing
vault and defers code structure to that skill.
- The user wants a software repository, application, package, website, data
pipeline, or other coding project. This skill creates knowledge-work vaults,
not source-code scaffolds, even when the user says "start a project."
Template menu
The eight templates are the starting points, not a closed set — see
Clarifying intake below for how a request that doesn't cleanly match one of
these still gets scaffolded.
| Type |
Use it for |
First skill the AGENTS.md routes to |
learn-a-topic |
Breadth-first onboarding into an unfamiliar area |
flow-learn-new-topic |
ielts |
IELTS Writing practice loop (attempts → feedback → progress) |
ielts-learning-planner |
paper |
One research paper, idea → submission → artifact |
flow-paper-lifecycle |
phd-application |
A full PhD/research application cycle |
flow-phd-application |
research-notebook |
Ongoing research questions, ideas, evidence, decisions, and synthesis |
whiteboard-peer |
study-notes |
Per-session study loop: capture → expand → drill, two folders |
professor-mentor-technical-teaching |
talk |
A talk/presentation, narrative → slides |
research-talk-planner |
theory |
A theory/proof project, claim → proof → stress-test |
flow-idea-to-proof |
Two templates ship AGENTS.md only, for opposite reasons. ielts gets folders
plus a dashboard but no references/, because the installed ielts-* skills
already carry the band descriptors and feedback aggregation. study-notes is
deliberately the leanest in the set — exactly two folders, no references/, no
_dashboard/, no agents/ — so its AGENTS.md inlines the whole method rather
than seeding files that would add filing decisions to a capture-speed workflow.
The other six seed their own references/ so the workspace is self-contained.
Pick study-notes when the work is organized by session (a course, a reading
series — each sitting yields one note and one exercise file) and
learn-a-topic when it is organized by source and subtopic (mapping an
unfamiliar field). Both involve learning; the organizing axis is the
discriminator.
Shared agent protocols
Two protocols are identical across templates, so they live once under
templates/_shared/agents/ (the single source of truth) rather than being
duplicated per template. They are a matched pair split by artifact size:
pipeline.md governs substantial artifacts, note-method.md governs everything
below that gate.
note-method.md — capture → expand → store → query. Every template's
contract says small notes skip the pipeline; this file is what they follow
instead, so "skip the pipeline" no longer means "no method." It carries the
everyday loop (capture rough fragments, expand after the session, store
structured, query to locate rather than to recall), the rule that the raw
capture is preserved inside the note rather than deleted once the prose reads
well, and the retrieval contract that makes frontmatter and section headers
load-bearing rather than cosmetic. Its evidence claims are epistemically flagged
— structured formats outscoring unstructured ones is supported, LLM expansion
is efficiency-only with retention unmeasured, and the "digital feels easy so it
must be shallow" story is marked contested — so the vault does not assert more
than the research does.
pipeline.md — evidence → draft → review → verify. A single four-pass
protocol run inside the artifact's own file: the evidence table and open review
items live in the working file while the pipeline runs and are compressed into a
final Sources section, so the pipeline never creates per-stage side files (no
research.md/draft.md/review.md/cited.md) and its net output is exactly
one file. A size gate restricts it to substantial artifacts; anything smaller
falls to note-method.md under the same Operating contract.
Both are generalized and agent-portable: they name capabilities, integrity rules,
and an output contract without binding to a particular runtime's tools. At
scaffold time both are copied into the vault at <vault>/agents/, so the
workspace stays self-contained and portable.
Only the full-pipeline templates get the agents/ folder, and they get both
files: paper, theory, learn-a-topic, and research-notebook. Their
AGENTS.md Operating contract routes substantial research artifacts through
the four passes and small notes through the note loop. The talk,
phd-application, ielts, and study-notes templates use a lighter
grounding-only contract (no-code + source-grounded + mark-uncertainty, without
the pipeline), so they do not receive the agents/ folder. study-notes
inlines the capture → expand → store → query rules it needs directly into its
AGENTS.md, since adding agents/ would break its two-folder guarantee.
Clarifying intake
Before touching the menu, ask a short, single-batch round of clarifying
questions — a handful, not an interview:
- What is the work, and what does "done" look like? The user's own
description of the project and its end deliverable (a submitted paper, a
passed test, a scheduled talk, an admitted application, a mastered topic, or
another note-centric knowledge outcome).
- Project title and target directory. Propose the current directory as the
default by naming its exact path, and ask the user to confirm it or provide a
replacement. Their answer to this intake item is the write confirmation; do
not ask for the same confirmation again.
- What, if anything, is different from the typical case? E.g. a survey
instead of a single paper, a co-authored or panel talk, a combined test-prep
track, a non-research proof project, a multi-paper application cycle — this
is what decides use as-is vs adapt vs bespoke below. If the answer is
"nothing, it's a standard X," that's a valid answer and keeps the template
as-is.
Keep this to one round. If the original request already supplies an answer,
include the understood value in the batch instead of asking for it from scratch.
Don't loop back for more detail than these three answers give you: after the
user answers, the scaffold should land in that same turn.
Procedure
- Run the clarifying intake (above) and decide the path:
- Use as-is — the description matches one of the eight template types
with no stated differences. Proceed with that template unchanged.
- Adapt — matches one type but with named differences. Use that
template as the base and adjust only what the differences require: add or
remove folders in the Layout, add or trim
references/ files, and edit
the AGENTS.md prose (title, Layout, routing, type labels, and path-specific
Operating-contract wording) to reflect them. Preserve the behavioral
guarantees that apply to the base template — non-coding knowledge work,
source grounding or non-fabrication, explicit uncertainty, faithful
reporting and input checks where present, the one-file pipeline rules
where present, Merge rules, and Obsidian formatting — but update folder
names and type-specific statements so the contract matches the adapted
Layout. agents/note-method.md and the note-method references travel
together: learn-a-topic's study-method.md and research-notebook's
note-types-and-review-rhythm.md both defer their capture mechanics to it,
so an adapted vault that keeps either reference must keep agents/, and one
that drops agents/ must fold those mechanics into the reference instead of
leaving it pointing at a file the vault does not have.
- Bespoke — none of the seven fit. Synthesize a scaffold for this vault
only (never write into this repo's
templates/) that follows the same
shape as the others: a folder tree sized to the actual answers, a full
AGENTS.md with the same required sections (title, Operating contract,
Layout, routing to whichever existing skills fit the work, Obsidian
formatting rules). Its Operating contract must define the work as
note-centric and non-coding, prohibit fabrication, require source grounding
and marked uncertainty where claims are involved, report only completed
work, and check required input notes before running downstream skills. If
the work is a substantial source-grounded synthesis or research artifact,
also copy both templates/_shared/agents/pipeline.md and
templates/_shared/agents/note-method.md into agents/, exactly
like the full-pipeline templates do. Skip a
_dashboard/ or references/ unless the answers clearly call for one;
a bespoke scaffold should be as lean as the intake justifies, not a
eighth heavy template.
If the intake still leaves real ambiguity between two types, ask which —
don't guess.
- Use the confirmed target directory. The user's answer to intake item 2
is the confirmation. State the resolved path in the progress update, but do
not pause for a second confirmation.
- Read the template. For use as-is or adapt, open
templates/<type>/AGENTS.md — its Layout section is the authoritative
folder list (start from it, then apply any adapt changes). For bespoke,
there is no template file to read; draft the AGENTS.md and Layout
directly from the intake answers, matching the structure of the closest
existing template as a shape reference.
- Create the folder tree. Make every folder in the (possibly adapted or
bespoke) Layout, adding a
.gitkeep to any that starts empty.
- Copy or write the seeded files. For use as-is, copy the template's
AGENTS.md, references/, and _dashboard/ into the target unchanged (see
Merge rules). For adapt, copy them and then apply the stated edits. For
bespoke, write the AGENTS.md (and any references//_dashboard/ the
intake justified) directly. For templates or bespoke scaffolds carrying the
full-pipeline contract (paper, theory, learn-a-topic,
research-notebook, or a bespoke source-grounded synthesis/research
artifact), also copy both templates/_shared/agents/pipeline.md and
templates/_shared/agents/note-method.md into
<vault>/agents/ so both protocols travel with the vault. talk,
phd-application, ielts, study-notes, and any bespoke non-research
scaffold use the lighter grounding-only contract and get no agents/ folder.
- Write the entry-file stub. Write
<vault>/CLAUDE.md containing exactly
one line, @AGENTS.md. This makes the operating contract auto-load on Claude
Code (which reads CLAUDE.md and follows @ imports) while staying inert for
agents that read AGENTS.md natively (Codex, etc.) — so AGENTS.md remains
the single source of truth and the vault behaves the same on every runtime. Do
this for every path, including ielts and bespoke. (See Merge rules —
never clobber an existing CLAUDE.md.)
- Fill the one-line title. Replace the project-title placeholder at the top
of the
AGENTS.md with the user's project name if they gave one; otherwise
leave the placeholder.
- Report. List what was created, say which path was taken (as-is / adapt
/ bespoke) and why, and name the first skill to run (the table above, or —
for bespoke — whichever existing skill(s) fit), so the user knows the next
move.
Merge rules
Re-running on an existing directory is safe: merge, never overwrite. These
rules apply the same way to a use as-is, adapt, or bespoke result. When the
user explicitly identifies an already-scaffolded vault, use the intake only to
confirm that target and any missing facts needed to fill gaps; do not re-derive
or redesign the existing workspace.
- Create missing folders; leave existing ones untouched.
- Write a seeded or bespoke file only if no file of that name already exists
at the destination. Never clobber an existing
AGENTS.md, reference,
dashboard, agents/ file, or any content file — those may hold the user's
work or edits.
- Legacy pipeline migration (the one exception). If
<vault>/agents/
contains the retired four role files (researcher.md, reviewer.md,
verifier.md, writer.md), those are seeded files from the old per-stage
design, not user content: offer to delete them and install pipeline.md and note-method.md in
their place so the vault does not carry two conflicting protocols. Confirm
with the user before deleting, and keep any of the four they say they have
modified.
- If
AGENTS.md already exists, do not replace it; report that the workspace
already has one and stop touching it.
- If
CLAUDE.md already exists, do not replace it — the user may have their own
imports or memory there. If it does not already pull in AGENTS.md, report
that so the user can add @AGENTS.md themselves.
Notes
- Templates assume an Obsidian vault (YAML frontmatter,
[[wikilinks]],
_dashboard/ Dataview). The folders are plain folders, so a code editor works
too; only the dashboard is Obsidian-specific.
- Seeded and generated Markdown uses soft wrapping, not hard wrapping: keep
each prose paragraph or list item on one physical line and let Obsidian wrap
it visually. Insert new physical lines only for new paragraphs or Markdown
structure, never merely to satisfy a column width.
- The clarifying round is intentionally short — three questions, one batch, one
turn — not a requirements interview. Its job is to route to use as-is /
adapt / bespoke and fill the title and directory, not to extract a full
spec. Most requests that clearly name one of the seven types with no stated
differences still resolve to use as-is and stay as zero-customization as
before.
- The repo's
templates/ directory is never written to by a run of this
skill. Adapt and bespoke output only ever land in the target vault;
growing the durable template set is a separate, deliberate repo change (see
this repo's CLAUDE.md skill-authoring conventions), not something this
skill does on a user's behalf mid-scaffold.
- This skill is self-contained: every template lives under
templates/ here.
1---2name: init-workspace3description: Initialize a structured Obsidian-style workspace for learning, research notebooks, papers, academic applications, talks, test preparation, theory, and similar note-centric knowledge work. Use when the user asks to set up, start, initialize, scaffold, or bootstrap a vault/workspace for work organized primarily through notes and written artifacts. Do not use for software repositories, software applications, experiment codebases, or other coding projects. Ask one short intake batch covering the work and its definition of done, project title plus confirmed target directory, and any differences from the typical case. Then use a ready template as-is, adapt the closest template while keeping its contract internally consistent, or synthesize a lean bespoke vault when none fits. Write only into the confirmed target vault; never modify this skill's templates during a run. This skill creates structure and routing, not the downstream content itself.4---56# init-workspace78Scaffold a ready-to-work, note-centric knowledge project from a short clarifying9round followed by either a heavy, self-contained template or a bespoke scaffold10built in the same style. Each result includes a folder tree and an `AGENTS.md`11that documents the layout and routes work to the right skills. Add12workspace-local `references/` and an Obsidian `_dashboard/` (Dataview) when the13selected template or intake justifies them.1415## When to use1617The user wants to **start a note-centric knowledge project** and have its18structure + conventions laid down. Trigger on "set up / start / initialize /19scaffold / bootstrap a workspace or vault for …" when the work is learning,20research, writing, academic applications, test preparation, presentations,21theory, or another activity whose primary artifacts are notes and documents.22Requests in this scope that do not match the eight templates use the bespoke path.2324## When NOT to use2526- The user wants the actual downstream work (mark this essay, write my intro,27 prove this lemma). Route to the domain skill, not here.28- The project already exists and is structured — this skill scaffolds, it does29 not reorganize. (Re-running is safe — see *Merge rules* — but it won't30 restructure an existing layout.)31- For structuring an experiment **codebase** (source layout for fast hypothesis32 testing), use `research-codebase`. The `paper` template here is the *writing*33 vault and defers code structure to that skill.34- The user wants a software repository, application, package, website, data35 pipeline, or other coding project. This skill creates knowledge-work vaults,36 not source-code scaffolds, even when the user says "start a project."3738## Template menu3940The eight templates are the **starting points**, not a closed set — see41*Clarifying intake* below for how a request that doesn't cleanly match one of42these still gets scaffolded.4344| Type | Use it for | First skill the AGENTS.md routes to |45|---|---|---|46| `learn-a-topic` | Breadth-first onboarding into an unfamiliar area | `flow-learn-new-topic` |47| `ielts` | IELTS Writing practice loop (attempts → feedback → progress) | `ielts-learning-planner` |48| `paper` | One research paper, idea → submission → artifact | `flow-paper-lifecycle` |49| `phd-application` | A full PhD/research application cycle | `flow-phd-application` |50| `research-notebook` | Ongoing research questions, ideas, evidence, decisions, and synthesis | `whiteboard-peer` |51| `study-notes` | Per-session study loop: capture → expand → drill, two folders | `professor-mentor-technical-teaching` |52| `talk` | A talk/presentation, narrative → slides | `research-talk-planner` |53| `theory` | A theory/proof project, claim → proof → stress-test | `flow-idea-to-proof` |5455Two templates ship **AGENTS.md only**, for opposite reasons. `ielts` gets folders56plus a dashboard but no `references/`, because the installed `ielts-*` skills57already carry the band descriptors and feedback aggregation. `study-notes` is58deliberately the leanest in the set — exactly two folders, no `references/`, no59`_dashboard/`, no `agents/` — so its `AGENTS.md` inlines the whole method rather60than seeding files that would add filing decisions to a capture-speed workflow.61The other six seed their own `references/` so the workspace is self-contained.6263Pick `study-notes` when the work is organized **by session** (a course, a reading64series — each sitting yields one note and one exercise file) and65`learn-a-topic` when it is organized **by source and subtopic** (mapping an66unfamiliar field). Both involve learning; the organizing axis is the67discriminator.6869### Shared agent protocols7071Two protocols are identical across templates, so they live once under72`templates/_shared/agents/` (the single source of truth) rather than being73duplicated per template. They are a matched pair split by artifact size:74`pipeline.md` governs substantial artifacts, `note-method.md` governs everything75below that gate.7677**`note-method.md` — capture → expand → store → query.** Every template's78contract says small notes skip the pipeline; this file is what they follow79instead, so "skip the pipeline" no longer means "no method." It carries the80everyday loop (capture rough fragments, expand after the session, store81structured, query to locate rather than to recall), the rule that the **raw82capture is preserved inside the note** rather than deleted once the prose reads83well, and the retrieval contract that makes frontmatter and section headers84load-bearing rather than cosmetic. Its evidence claims are epistemically flagged85— structured formats outscoring unstructured ones is *supported*, LLM expansion86is *efficiency-only* with retention unmeasured, and the "digital feels easy so it87must be shallow" story is marked *contested* — so the vault does not assert more88than the research does.8990**`pipeline.md` — evidence → draft → review → verify.** A single four-pass91protocol run *inside the artifact's own file*: the evidence table and open review92items live in the working file while the pipeline runs and are compressed into a93final Sources section, so the pipeline never creates per-stage side files (no94`research.md`/`draft.md`/`review.md`/`cited.md`) and its net output is exactly95one file. A size gate restricts it to substantial artifacts; anything smaller96falls to `note-method.md` under the same Operating contract.9798Both are generalized and agent-portable: they name capabilities, integrity rules,99and an output contract without binding to a particular runtime's tools. At100scaffold time both are copied into the vault at `<vault>/agents/`, so the101workspace stays self-contained and portable.102103Only the **full-pipeline** templates get the `agents/` folder, and they get both104files: `paper`, `theory`, `learn-a-topic`, and `research-notebook`. Their105`AGENTS.md` *Operating contract* routes substantial research artifacts through106the four passes and small notes through the note loop. The `talk`,107`phd-application`, `ielts`, and `study-notes` templates use a **lighter108grounding-only contract** (no-code + source-grounded + mark-uncertainty, without109the pipeline), so they do **not** receive the `agents/` folder. `study-notes`110inlines the capture → expand → store → query rules it needs directly into its111`AGENTS.md`, since adding `agents/` would break its two-folder guarantee.112113## Clarifying intake114115Before touching the menu, ask a short, single-batch round of clarifying116questions — a handful, not an interview:1171181. **What is the work, and what does "done" look like?** The user's own119 description of the project and its end deliverable (a submitted paper, a120 passed test, a scheduled talk, an admitted application, a mastered topic, or121 another note-centric knowledge outcome).1222. **Project title and target directory.** Propose the current directory as the123 default by naming its exact path, and ask the user to confirm it or provide a124 replacement. Their answer to this intake item is the write confirmation; do125 not ask for the same confirmation again.1263. **What, if anything, is different from the typical case?** E.g. a survey127 instead of a single paper, a co-authored or panel talk, a combined test-prep128 track, a non-research proof project, a multi-paper application cycle — this129 is what decides *use as-is* vs *adapt* vs *bespoke* below. If the answer is130 "nothing, it's a standard X," that's a valid answer and keeps the template131 as-is.132133Keep this to one round. If the original request already supplies an answer,134include the understood value in the batch instead of asking for it from scratch.135Don't loop back for more detail than these three answers give you: after the136user answers, the scaffold should land in that same turn.137138## Procedure1391401. **Run the clarifying intake** (above) and decide the path:141 - **Use as-is** — the description matches one of the eight template types142 with no stated differences. Proceed with that template unchanged.143 - **Adapt** — matches one type but with named differences. Use that144 template as the base and adjust only what the differences require: add or145 remove folders in the Layout, add or trim `references/` files, and edit146 the AGENTS.md prose (title, Layout, routing, type labels, and path-specific147 Operating-contract wording) to reflect them. Preserve the behavioral148 guarantees that apply to the base template — non-coding knowledge work,149 source grounding or non-fabrication, explicit uncertainty, faithful150 reporting and input checks where present, the one-file pipeline rules151 where present, *Merge rules*, and Obsidian formatting — but update folder152 names and type-specific statements so the contract matches the adapted153 Layout. **`agents/note-method.md` and the note-method references travel154 together**: `learn-a-topic`'s `study-method.md` and `research-notebook`'s155 `note-types-and-review-rhythm.md` both defer their capture mechanics to it,156 so an adapted vault that keeps either reference must keep `agents/`, and one157 that drops `agents/` must fold those mechanics into the reference instead of158 leaving it pointing at a file the vault does not have.159 - **Bespoke** — none of the seven fit. Synthesize a scaffold *for this vault160 only* (never write into this repo's `templates/`) that follows the same161 shape as the others: a folder tree sized to the actual answers, a full162 `AGENTS.md` with the same required sections (title, Operating contract,163 Layout, routing to whichever existing skills fit the work, Obsidian164 formatting rules). Its Operating contract must define the work as165 note-centric and non-coding, prohibit fabrication, require source grounding166 and marked uncertainty where claims are involved, report only completed167 work, and check required input notes before running downstream skills. If168 the work is a substantial source-grounded synthesis or research artifact,169 also copy both `templates/_shared/agents/pipeline.md` and170 `templates/_shared/agents/note-method.md` into `agents/`, exactly171 like the full-pipeline templates do. Skip a172 `_dashboard/` or `references/` unless the answers clearly call for one;173 a bespoke scaffold should be as lean as the intake justifies, not a174 eighth heavy template.175 If the intake still leaves real ambiguity between two types, ask which —176 don't guess.1772. **Use the confirmed target directory.** The user's answer to intake item 2178 is the confirmation. State the resolved path in the progress update, but do179 not pause for a second confirmation.1803. **Read the template.** For *use as-is* or *adapt*, open181 `templates/<type>/AGENTS.md` — its *Layout* section is the authoritative182 folder list (start from it, then apply any *adapt* changes). For *bespoke*,183 there is no template file to read; draft the `AGENTS.md` and Layout184 directly from the intake answers, matching the structure of the closest185 existing template as a shape reference.1864. **Create the folder tree.** Make every folder in the (possibly adapted or187 bespoke) Layout, adding a `.gitkeep` to any that starts empty.1885. **Copy or write the seeded files.** For *use as-is*, copy the template's189 `AGENTS.md`, `references/`, and `_dashboard/` into the target unchanged (see190 *Merge rules*). For *adapt*, copy them and then apply the stated edits. For191 *bespoke*, write the `AGENTS.md` (and any `references/`/`_dashboard/` the192 intake justified) directly. For templates or bespoke scaffolds carrying the193 full-pipeline contract (`paper`, `theory`, `learn-a-topic`,194 `research-notebook`, or a bespoke source-grounded synthesis/research195 artifact), also copy both `templates/_shared/agents/pipeline.md` and196 `templates/_shared/agents/note-method.md` into197 `<vault>/agents/` so both protocols travel with the vault. `talk`,198 `phd-application`, `ielts`, `study-notes`, and any bespoke non-research199 scaffold use the lighter grounding-only contract and get no `agents/` folder.2006. **Write the entry-file stub.** Write `<vault>/CLAUDE.md` containing exactly201 one line, `@AGENTS.md`. This makes the operating contract auto-load on Claude202 Code (which reads `CLAUDE.md` and follows `@` imports) while staying inert for203 agents that read `AGENTS.md` natively (Codex, etc.) — so `AGENTS.md` remains204 the single source of truth and the vault behaves the same on every runtime. Do205 this for every path, including `ielts` and bespoke. (See *Merge rules* —206 never clobber an existing `CLAUDE.md`.)2077. **Fill the one-line title.** Replace the project-title placeholder at the top208 of the `AGENTS.md` with the user's project name if they gave one; otherwise209 leave the placeholder.2108. **Report.** List what was created, say which path was taken (as-is / adapt211 / bespoke) and why, and name the first skill to run (the table above, or —212 for bespoke — whichever existing skill(s) fit), so the user knows the next213 move.214215## Merge rules216217Re-running on an existing directory is safe: **merge, never overwrite.** These218rules apply the same way to a *use as-is*, *adapt*, or *bespoke* result. When the219user explicitly identifies an already-scaffolded vault, use the intake only to220confirm that target and any missing facts needed to fill gaps; do not re-derive221or redesign the existing workspace.222223- Create missing folders; leave existing ones untouched.224- Write a seeded or bespoke file only if no file of that name already exists225 at the destination. Never clobber an existing `AGENTS.md`, reference,226 dashboard, `agents/` file, or any content file — those may hold the user's227 work or edits.228- **Legacy pipeline migration (the one exception).** If `<vault>/agents/`229 contains the retired four role files (`researcher.md`, `reviewer.md`,230 `verifier.md`, `writer.md`), those are seeded files from the old per-stage231 design, not user content: offer to delete them and install `pipeline.md` and `note-method.md` in232 their place so the vault does not carry two conflicting protocols. Confirm233 with the user before deleting, and keep any of the four they say they have234 modified.235- If `AGENTS.md` already exists, do not replace it; report that the workspace236 already has one and stop touching it.237- If `CLAUDE.md` already exists, do not replace it — the user may have their own238 imports or memory there. If it does not already pull in `AGENTS.md`, report239 that so the user can add `@AGENTS.md` themselves.240241## Notes242243- Templates assume an **Obsidian vault** (YAML frontmatter, `[[wikilinks]]`,244 `_dashboard/` Dataview). The folders are plain folders, so a code editor works245 too; only the dashboard is Obsidian-specific.246- Seeded and generated Markdown uses **soft wrapping, not hard wrapping**: keep247 each prose paragraph or list item on one physical line and let Obsidian wrap248 it visually. Insert new physical lines only for new paragraphs or Markdown249 structure, never merely to satisfy a column width.250- The clarifying round is intentionally short — three questions, one batch, one251 turn — not a requirements interview. Its job is to route to *use as-is* /252 *adapt* / *bespoke* and fill the title and directory, not to extract a full253 spec. Most requests that clearly name one of the seven types with no stated254 differences still resolve to *use as-is* and stay as zero-customization as255 before.256- The repo's `templates/` directory is never written to by a run of this257 skill. *Adapt* and *bespoke* output only ever land in the target vault;258 growing the durable template set is a separate, deliberate repo change (see259 this repo's `CLAUDE.md` skill-authoring conventions), not something this260 skill does on a user's behalf mid-scaffold.261- This skill is self-contained: every template lives under `templates/` here.