| name | writing-fragments |
| description (EN) | Writing, explore: mine raw fragments, no structure yet. |
| 說明 (繁中) | 寫作、探索 — 挖掘原始片段,還沒有結構。 |
| disable-model-invocation | true |
This is pure explore: widen the space of what could be written without committing to structure. Committing is exploit, a separate skill's job. Run a grilling session that produces fragments, interviewing the user relentlessly about whatever they want to write about. Imposing phases, outlines, or article structure is out of scope here.
As fragments emerge from either side of the conversation, append them to a single markdown file.
If the user did not pass a path, ask once where to save the document, then remember it for the rest of the session.
Capture fragments from the very first thing the user says, including the initial prompt.
On first write, put a single H1 at the top with a working title (it can change later) and nothing else: no metadata, no TOC, no date.
這是純粹的探索:擴大可能被寫出的空間,而不承諾結構 — 承諾是_開採_,那是另一個技能的工作。執行一場產生片段的 grilling session,持續訪問使用者關於他們想寫的任何事。在這裡施加階段、大綱或文章結構是超出範圍的。
當片段從對話的任何一方浮現時,將它們附加到單一 markdown 檔案中。
如果使用者沒有傳入路徑,問一次要儲存在哪裡,然後在整個 session 的剩餘時間記住它。
從使用者說的第一件事就捕捉片段,包括最初的提示。
首次寫入時,在頂部放一個帶有工作標題的單一 H1(之後可以改變),沒有其他東西 — 沒有中繼資料、沒有目錄、沒有日期。
A fragment is any piece of text that might survive into the final article. It must be readable by the author (the author can tell what it means), but it does not need to define its terms or be comprehensible to a cold reader. The bar is "is this a piece of good writing?", not "is this a self-contained argument?"
Fragments are deliberately heterogeneous. Examples of what could be a fragment:
Of these, the leading word is the most valuable fragment to land. It is load-bearing: name the right one in explore and it shapes the structure, the transitions, and the title later, paying dividends through the entire exploit phase. When the conversation circles a recurring idea, push to coin a word for it.
The novelist's diary is the model: years of unstructured noticings that later get mined for raw material. Fragments are noticings.
# Working title
A first fragment lives here.
It can be multiple paragraphs. It can include lists, code, quotes: whatever
shape the fragment naturally takes.
---
A second fragment.
---
> A quoted line that the user wants to keep around.
A reaction to it.
---
- A cluster of related observations
- That hang together by feel
- And want to be near each other
Fragments are separated by a horizontal rule (\n---\n). No headings inside the body. No tags. No order beyond the order they were added.
Append silently. Don't ask permission for each fragment. Mention what you added in passing ("adding that"), but don't interrupt the conversation with save dialogs.
Before every write: re-read the file from disk. The user may have edited, reordered, or deleted fragments between turns, so preserve their changes. Never overwrite the file; only append (or, if the user asks, edit a specific fragment in place).
The user can say "cut the last one", "rewrite that one sharper", "merge those two" at any time. Treat those as first-class instructions.
片段是任何可能存活到最終文章的文字片段。它必須_對作者可讀_ — 作者能分辨它是什麼意思 — 但它不需要定義它的術語,也不需要讓一個陌生的讀者能理解。門檻是「這是一段好寫作嗎?」,而不是「這是一個自包含的論證嗎?」
片段刻意地異質。可能是片段的例子:
其中,領頭詞是最有價值的要落地的片段。它是承重的:在探索中命名正確的那個,它會塑造後來的結構、過渡與標題 — 在整個開採階段都支付紅利。當對話繞著一個反覆出現的想法打轉,推動為它造一個詞。
小說家的日記是模型:多年的非結構化觀察,之後被挖掘為原始素材。片段就是觀察。
# Working title
A first fragment lives here.
It can be multiple paragraphs. It can include lists, code, quotes — whatever
shape the fragment naturally takes.
---
A second fragment.
---
> A quoted line that the user wants to keep around.
A reaction to it.
---
- A cluster of related observations
- That hang together by feel
- And want to be near each other
片段以水平線(\n---\n)分隔。正文中沒有標題。沒有標籤。除了加入的順序之外沒有順序。
靜默地附加。不要為每個片段請求許可。順帶一提地提到您加入了什麼(「adding that」),但不要用儲存對話方塊打斷對話。
在每次寫作之前:從磁碟重新讀取檔案。使用者可能在回合之間編輯、重新排序或刪除了片段 — 保留他們的變更。永遠不要覆寫檔案;只附加(或者,如果使用者要求,就地編輯特定片段)。
使用者隨時可以說「砍掉最後一個」、「把那句改得更銳利」、「把那兩個合併」。把它們當作第一等的指令。