docflow
v0.3.0Adoption-aware documentation memory and validation for AI coding agents.
By Mohamed Adem Bel Hadj AmorLicense: MIT1.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 9 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install docflow for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add docflow@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “docflow” remain stable.
- Codex:
docflow@agent-plugin-marketplace→docflow@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/MedAdemBHA/docflow/.
Plugin files
├── .codex-plugin/plugin.json├── skills/adopt/SKILL.md├── skills/author/SKILL.md├── skills/changelog/SKILL.md├── skills/check/SKILL.md├── skills/doctor/SKILL.md├── skills/init/SKILL.md├── skills/repair/SKILL.md├── skills/router/SKILL.md└── skills/validate/SKILL.md
Included Skills9
Add docflow to a repo that already has docs, without rewriting them. Adds missing config, folders, helpers, agent guidance, and an adoption review. Use when docs already exist or doctor recommends adopt.
Write a new doc in the right place with the right name. Use when asked to "write a doc", "where should this doc go", "add an ADR", "document this decision", "new spec", or "new feature plan".
Record shipped work in the monthly changelog (append-only). Use when something ships or when asked "what changed", "add to changelog", "release notes", or "what shipped this month".
Friendly docflow readiness check: one status, one reason, and the exact next command. Use when asked if docflow is set up, ready, or "what do I do next".
Read-only docflow diagnosis: scans docs, config, changelog, and links, then recommends init, adopt, or repair. Use when asked "check docs setup", "should I set up docflow", "why is docflow not working", or "doctor".
Set up docflow in a repo with no docs yet: scaffold the docs tree, write docflow.json, add agent guidance. Use when asked to "set up docflow", "initialize docs", "scaffold docs", or "make this repo use docflow".
Safe maintenance for an existing docflow setup. Regenerates INDEX.md, installs or refreshes recognized DocFlow-managed helper scripts, runs link checks, and reports placeholder/validation issues. Use when docflow exists, after adding or renaming docs, or when doctor recommends repair.
Find the right doc before reading code. Use when asked "where is X documented", "is there a spec/ADR for X", "what's the roadmap", "open bugs", "read the docs about X", or "share the docs".
Run the profile-aware DocFlow documentation readiness gate. Always blocks broken links, stale maps, and missing headings; applies native naming and section rules strictly to new scaffolds while treating established adopted structures as cleanup guidance.
Plugin manifests1
{
"name": "docflow",
"version": "0.3.0",
"description": "Adoption-aware documentation memory and validation for AI coding agents.",
"author": {
"name": "Mohamed Adem Bel Hadj Amor",
"url": "https://github.com/MedAdemBHA"
},
"homepage": "https://github.com/MedAdemBHA/docflow",
"repository": "https://github.com/MedAdemBHA/docflow",
"license": "MIT",
"keywords": [
"documentation",
"changelog",
"adr",
"knowledge-base",
"codex",
"onboarding"
],
"skills": "./skills",
"interface": {
"displayName": "Docflow",
"shortDescription": "Adopt, validate, and navigate living docs",
"longDescription": "Create or adopt a low-token docs system with strict and compatibility-aware validation, upgrade-safe helpers, readiness checks, product specs, technical specs, decisions, plans, reviews, and bounded monthly changelog memory for AI coding agents.",
"developerName": "Mohamed Adem Bel Hadj Amor",
"category": "Productivity",
"capabilities": [
"Read",
"Write",
"Workflow"
],
"websiteURL": "https://github.com/MedAdemBHA/docflow",
"brandColor": "#1F6FEB",
"composerIcon": "./assets/icon.svg",
"defaultPrompt": [
"Check whether DocFlow is ready in this repo",
"Initialize docflow in this repo",
"Inspect this repo with docflow doctor",
"Validate docflow docs before finishing",
"Adopt existing docs into docflow",
"Route this question to the right project doc",
"Add this shipped work to the monthly changelog"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[docflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/docflow)