From ac-workflow
Updates project documentation (README.md, AGENTS.md, testing docs, inline comments) to reflect implementation changes. Appends summary, commits minimal git changes to main repo and spec.
npx claudepluginhub waterplanai/agentic-config --plugin ac-workflowSTAGE: DOCUMENT GOAL: Update project documentation reflecting implementation changes. SPEC: $ARGUMENT - COMMIT ONLY the files you changed. 1. READ `# AI Section > ## Implement` and `## Post-Implement Review` for changes made. 2. IDENTIFY docs needing updates: - README.md (if user-facing changes) - AGENTS.md (if workflow/rules changed) - Testing documentation (if testing approach is significant) ...
Use after code is written to produce/update project docs: README, changelog, API docs, inline comments for complex logic. Reviews against spec's Documentation Requirements. Modifies docs files only.
Documentation specialist that updates READMEs, changelogs, API docs, and inline docstrings after code changes. Auto-accepts file edits for documentation files.
Generates concise Markdown feature documentation after implementation completion. Analyzes git diffs, reads specs, creates docs/feature-{name}.md in standard format, and updates conditional docs.
Share bugs, ideas, or general feedback.
STAGE: DOCUMENT GOAL: Update project documentation reflecting implementation changes.
SPEC: $ARGUMENT
# AI Section > ## Implement and ## Post-Implement Review for changes made.# AI Section > ## Updated Doc:
# Commit documentation to main repository
git add <documentation_files>
git commit -m "spec(NNN): DOCUMENT - <title>"
# Source spec resolver (plugin-aware)
source "${CLAUDE_PLUGIN_ROOT}/scripts/spec-resolver.sh"
commit_spec_changes "<spec_path>" "DOCUMENT" "<NNN>" "<title>"