BeClaude

docflow

New
2GitHubGeneralby EvolveHQ

ADR-driven documentation workflow for the Claude Code and pi coding agents: scaffold and manage Architecture Decision Records (ADRs), a plan queue, and AGENTS.md conventions — a bootstrap skill plus lifecycle skills to author, queue, ship, and audit ADRs.

First seen 6/4/2026

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/docflow.md https://raw.githubusercontent.com/EvolveHQ/docflow/main/SKILL.md
3
Invoke in Claude Code
/docflow
View source on GitHub
documentationagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is docflow?

ADR-driven documentation workflow for the Claude Code and pi coding agents: scaffold and manage Architecture Decision Records (ADRs), a plan queue, and AGENTS.md conventions — a bootstrap skill plus lifecycle skills to author, queue, ship, and audit ADRs.

How to install docflow?

To install docflow: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/docflow.md https://raw.githubusercontent.com/EvolveHQ/docflow/main/SKILL.md. Finally, /docflow in Claude Code.

What is docflow best for?

docflow is a skill categorized under General. It is designed for: documentation, agent. Created by EvolveHQ.