writing-fragments

Captures unstructured writing fragments into a single markdown document through an interview session.

20|2|Updated May 16, 2026
One-click install
npx skills add https://github.com/reddb-io/red-skills --skill writing-fragments-reddb-io
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: writing-fragments
Source: https://github.com/reddb-io/red-skills/tree/main/plugins/dev/skills/in-progress/writing-fragments
Command: npx skills add https://github.com/reddb-io/red-skills --skill writing-fragments-reddb-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Developing ideas for an article often stalls when structure is imposed too early. This Skill runs a grilling interview session that mines raw material — claims, vignettes, sharp sentences, half-thoughts — and appends them to one markdown file, so ideas accumulate before any outline exists. ## Core Features & Use Cases - Fragment capture via interview: Relentlessly questions the user about their topic and records every usable nugget, starting from the very first prompt. - Append-only markdown document: Fragments are separated by horizontal rules under a single H1 working title, with no headings, tags, or imposed order. - Edit-safe writing rhythm: Re-reads the file before every write to preserve the user's manual edits, and treats commands like "cut the last one" or "merge those two" as first-class instructions. - Use Case: A writer wants to draft an essay but only has scattered intuitions. They start a session, get grilled for an hour, and end with a document of raw fragments ready to be structured later. ## Quick Start Start a fragments session about my article idea on remote work culture and save everything to fragments.md.

Frequently Asked Questions about writing-fragments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a writing fragment in this workflow?▼

A fragment is any text that might survive into the final article — a sharp sentence, a claim with a one-line justification, a vignette, a quote, or a half-thought. It must be readable by the author but need not stand alone for a cold reader.

Can I edit the fragments file during the session?▼

Yes. The file is re-read from disk before every write, so manual edits, reordering, and deletions are preserved. Writes only append, or edit a specific fragment in place when explicitly asked.

How are fragments formatted in the markdown file?▼

The file starts with a single H1 working title and nothing else. Fragments follow in the order added, separated by horizontal rules, with no internal headings, tags, or metadata.

When should I not use a fragments session?▼

Avoid it when you already know the structure of the piece and need drafting or editing help. The session explicitly excludes phases, outlines, and organization — it only mines raw material.