docs/solutions/best-practices/docs-authoring-must-split-shared-documentation-law-from-lane-specific-execution.md
The repo had a plugin documentation skill, but no shared documentation skill owning cross-lane authoring law. That left one narrow skill doing too much and too many pages drifting into a half-guide, half-reference blob.
plugin-input-rules.mdx had a clear mental model and owner
map, while weaker pages sprawled into appendix-heavy reference dumps.Create a shared docs-creator rule that owns repo-wide documentation law, then
keep docs-plugin as the narrow companion for plugin-page specifics.
The split should be explicit:
docs-creator
docs-plugin
The shared rule should also force lane-aware templates:
That makes the writing answer much less fuzzy:
It mirrors the actual shape of the repo instead of pretending every docs page is the same kind of artifact.
Once shared law and lane-specific execution are split:
This also matches a broader rule that showed up elsewhere in the repo: constitutional doctrine should live in one source of truth, and narrower execution skills should stay subordinate.