docs-workflow
v0.1.0Skills for writing ADRs, syncing architecture docs, drafting design docs, runbooks, and postmortems.
By Cl3mi0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 7, 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 docs-workflow for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install docs-workflow@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
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/Cl3mi/claude-setupClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/docs-workflow/.
Plugin files
├── .claude-plugin/plugin.json├── skills/adr-writer/SKILL.md├── skills/architecture-sync/SKILL.md├── skills/design-doc-drafter/SKILL.md├── skills/postmortem-writer/SKILL.md└── skills/runbook-writer/SKILL.md
Included Skills5
Use when a decision has been made or is about to be made about architecture, a library/framework choice, an API contract, or any change that's expensive to reverse later - drafts an Architecture Decision Record so the reasoning isn't lost.
Use after a change that adds, removes, or restructures a service, module boundary, data store, or integration point - checks the repo's ARCHITECTURE.md against the current code and updates it so the doc doesn't drift from reality.
Use before starting non-trivial implementation work - a new feature, a cross-cutting change, or anything touching multiple components - to draft a design doc covering goals, approach, and alternatives considered, so review happens before code is written.
Use after an incident, outage, data issue, or significant bug has been resolved - drafts a blameless postmortem covering timeline, root cause, and follow-up actions so the same failure is less likely to recur.
Use when an operational procedure - deploying, rotating a credential, recovering a service, running a manual migration - has been done by hand and would need to be repeated or handed off, so it should be captured as a runbook instead of living only in someone's memory or shell history.
Plugin manifests1
{
"name": "docs-workflow",
"description": "Skills for writing ADRs, syncing architecture docs, drafting design docs, runbooks, and postmortems.",
"version": "0.1.0",
"author": {
"name": "Cl3mi"
}
}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.
[docs-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/docs-workflow)