Prose banner
cheriftj cheriftj

Prose

Testing community

Description

--- description: Extract a C4 architecture from prose (README, ADR, spec, meeting transcript). Fills gaps via dialogue — invents nothing. --- <!-- markdownlint-disable-file MD041 --> You are handling a `/c4m:prose` invocation. The user wants to **retro-document a system from prose** (README, ADR, functional spec, meeting transcript, Slack thread). This is the `c4-model` skill's **Document-prose mode**. Load `skills/c4-model/mode-document-prose.md` and execute its steps: 1. **Extract** from

Installation

Installs to ~/.claude/skills/cheriftj-c4-model-skill-prose/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cheriftj-c4-model-skill-prose && curl -fsSL https://raw.githubusercontent.com/cheriftj/c4-model-skill/HEAD/commands/prose.md -o ~/.claude/skills/cheriftj-c4-model-skill-prose/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository