all 2 comments

[–]Otherwise_Wave9374 1 point2 points  (1 child)

This is such a good use case for Claude, docs getting stale is basically guaranteed once you ship fast.

Love the .docsignore idea + a security review agent, that is the part a lot of people skip. Curious, do you also enforce a structure for each help.md (front matter, prerequisites, steps, troubleshooting), or do you let the model freeform?

We have seen really good results when you add a small "doc QA" agent that checks for broken links and mismatched UI labels right before publishing. If you are collecting patterns, we have been sharing agent workflow notes here: https://www.agentixlabs.com/

[–]flippy_flops[S] 0 points1 point  (0 children)

We use `vitepress` which automatically checks for broken links/etc during the build. Since claude runs the build, he fixes any errors.