Issue
The Diataxis-Documentation skill has a mismatch between its stated principle and documented example.
SKILL.md states:
Role-First Structure - Documentation organized by audience
Standard.md shows (lines 299-315):
website/docs/
├── tutorials/ # Learning-oriented
├── how-to/ # Task-oriented
├── reference/ # Information-oriented
└── concepts/ # Understanding-oriented
This is content-type-first, not role-first.
Options
-
Update Standard.md to show role-first structure:
docs/
├── users/
│ ├── tutorials/
│ ├── how-to/
│ └── reference/
├── developers/
│ ├── how-to/
│ ├── reference/
│ └── explanation/
└── contributors/
└── ...
-
Update SKILL.md to say "Role-Aware Structure" instead (content organized by type but tagged/filtered by role)
-
Support both - Document when to use each approach
Context
Discovered while using the skill for pai-documentation site. The PlanDocumentation workflow generated content-type-first structure following Standard.md, but this contradicts the skill's stated principle.
🤖 Generated with Claude Code
Issue
The Diataxis-Documentation skill has a mismatch between its stated principle and documented example.
SKILL.md states:
Standard.md shows (lines 299-315):
This is content-type-first, not role-first.
Options
Update Standard.md to show role-first structure:
Update SKILL.md to say "Role-Aware Structure" instead (content organized by type but tagged/filtered by role)
Support both - Document when to use each approach
Context
Discovered while using the skill for pai-documentation site. The PlanDocumentation workflow generated content-type-first structure following Standard.md, but this contradicts the skill's stated principle.
🤖 Generated with Claude Code