writing-beats

Assembles raw markdown material into articles through interactive beat-by-beat writing.

Updated Aug 22, 2026
One-click install
npx skills add https://github.com/MSC72m/DevForge --skill writing-beats-msc72m
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: writing-beats
Source: https://github.com/MSC72m/DevForge/tree/main/skills/writing-beats
Command: npx skills add https://github.com/MSC72m/DevForge --skill writing-beats-msc72m

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a pile of raw notes and research into a coherent article is hard: writers struggle to choose an entry point, sequence ideas so each concept is explained before it is used, and avoid dumping everything at once. This Skill structures that process as a guided, beat-by-beat journey. ## Core Features & Use Cases - Concept Grounding Tracking: Maintains a running set of grounded concepts so every beat only leans on ideas the audience already knows or that earlier beats introduced. - Choose-Your-Own-Adventure Flow: Offers 2-3 candidate next beats at each step, showing what each one grounds and which paths it unlocks, and writes only the beat the user picks. - Edit-Safe Iteration: Re-reads the article file from disk before every write, preserves user edits absolutely, and supports rewriting or replacing any previous beat on request. - Use Case: You have a markdown file of raw research notes for a technical blog post. The Skill helps you settle prerequisites, pick a starting beat, and grow the article one beat at a time until it reaches a natural end. ## Quick Start Use the writing-beats skill to turn my raw notes file 'research.md' into an article saved at 'draft.md', one beat at a time.

Frequently Asked Questions about writing-beats

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

FAQPage Schema
How do I turn raw notes into a structured article?▼

Pass a markdown file of raw material and the Skill runs a beat-by-beat journey: it settles prerequisites with you, offers candidate starting beats, and appends only the beat you pick until the article reaches a natural end.

What is a beat in article writing?▼

A beat is one move in the article: it sets a scene, lands a point, asks a question, or twists the angle, then stops. It can be a single sentence or several paragraphs, but anything larger should be split into multiple beats.

What does grounding a concept mean in this workflow?▼

Grounding means the audience either walked in knowing a concept as a prerequisite or met it in an earlier beat. A beat may only use concepts that are already grounded, and each new beat can ground additional concepts for later ones.

Can I edit or rewrite a previous beat?▼

Yes. The Skill re-reads the article file from disk before every write and preserves your edits absolutely. If you ask to rewrite a beat or try a different one, it edits that beat in place and leaves the rest of the article alone.

When should I not use a beat-by-beat writing approach?▼

Avoid it when you need a complete draft in one pass or when the material is still being gathered. This Skill is for the exploit phase, where exploration is done and the raw pile is fixed before writing begins.