agentsclimarketplace

Roughdraft review

Skill zby/commonplace/kb/instructions/roughdraft-review

The theory of LLM wikis, running as one. A framework for agent-operated knowledge: typed, linked, review-gated markdown your agents execute.

Install
npx -y skills add zby/commonplace --skill roughdraft-review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Open a Markdown file in Roughdraft, wait for the user's CriticMarkup review, then apply or respond to the feedback.

SKILL.md

2.2 KB, as published. Nobody here has run it

Roughdraft review

Roughdraft is a single-file Markdown viewer/editor for inline review. The user may refer to it as rd in natural language; treat rd as shorthand, but do not create or modify any shell alias, executable, symlink, or command named rd.

When the user asks for a plan, write the plan as a Markdown file on disk before asking them to review it.

Opening a file for review

roughdraft open "/absolute/path/to/file.md"

Open one .md file at a time. If Roughdraft is not running, roughdraft open starts it automatically.

Leave the command running. Do not interrupt, kill, background, detach, or treat the waiting process as cleanup. The wait is intentional: Roughdraft exits the command after the user clicks Done Reviewing, and that exit is the signal to resume — read the file from disk and respond to any CriticMarkup comments or suggested changes.

CriticMarkup (Roughdraft-flavored)

Base markers:

  • Comment: {>>comment<<}
  • Insertion: {++new text++}
  • Deletion: {--old text--}
  • Substitution: {~~old~>new~~}
  • Highlight: {==text==}

Each marker may be followed by an attribute block: id (stable document-local id), by (author), at (ISO timestamp), re (parent comment/suggestion id in a reply thread).

When adding a new comment or suggested change: generate a stable id (c1, c2, … for comments; s1, s2, … for suggestions), set by to your agent label, set at to the current ISO timestamp, and set re when replying.

Preserve existing attribute blocks unless intentionally removing the associated comment or suggestion.

Typical shapes:

  • Anchored comment: {==selected text==}{>>Comment text<<}{id="c1" by="AI" at="2026-04-28T12:00:00.000Z"}
  • Suggested change: {++new text++}{id="s1" by="AI" at="2026-04-28T12:10:00.000Z"} or {~~old~>new~~}{id="s2" by="AI" at="2026-04-28T12:11:00.000Z"}
  • Reply: {>>Reply text<<}{id="c2" by="AI" at="2026-04-28T12:05:00.000Z" re="c1"}

For local command and syntax details: roughdraft help and roughdraft help criticmarkup.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.