Skip to content
pentaglyph — five standards bound by one AI-first workflow

pentaglyph

Five peer standards. One opinionated kit. Documentation your AI agent can actually navigate.

Click any card to read the standard’s dedicated page.

Documentation standards already exist — but the gap is a single workflow that tells humans and AI agents where every artifact goes, when to write it, and what state it goes through. pentaglyph fills exactly that gap. External standards stay authoritative; pentaglyph only adds:

  1. A concrete file layout that maps each standard to a directory.
  2. A canonical WORKFLOW.md covering placement and lifecycle.
  3. Per-directory README.md files with explicit AI instructions.
  4. A Bun-based CLI (bunx --bun @uyuutosa/pentaglyph init) that scaffolds the kit.

Read the full why →

Terminal window
bunx --bun @uyuutosa/pentaglyph init ./my-project --profile=standard --ai=claude

That command creates ./my-project/docs/ populated with the kit and ./my-project/.claude/rules/documentation.md for the Claude Code auto-load rule. Then open ./my-project/docs/AI_INSTRUCTIONS.md and ./my-project/docs/WORKFLOW.md — those two files are everything you need.

30-minute tutorial →