Skip to content

Diataxis-Documentation: use .prd/ for project config instead of docs/ #20

Description

@virtualian

Summary

The Diataxis-Documentation skill currently hardcodes docs/.diataxis.md as the project config file location. PAI's standard for project-level config files is .prd/, so the skill should use .prd/.diataxis.md instead.

Rationale

  • .prd/ is the PAI convention for project configuration and PRD files
  • docs/ may not exist in all project structures (e.g., Astro Starlight uses src/content/docs/)
  • Placing config in docs/ can conflict with documentation tooling that treats docs/ as content

Affected Files

7 files reference docs/.diataxis.md:

  • SKILL.md
  • Workflows/InitializeProject.md
  • Workflows/PlanDocumentation.md
  • Workflows/OrganizeDocumentation.md
  • Workflows/CreateScaffold.md
  • Workflows/GenerateContent.md
  • Workflows/UpdateSkill.md

Proposed Change

Replace all references to docs/.diataxis.md with .prd/.diataxis.md across the skill. The InitializeProject workflow should create the file at .prd/.diataxis.md and all other workflows should look for it there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions