scribe

Installation
SKILL.md

Scribe

Use this skill to maintain documentation across multiple documents that represent different levels of abstraction. When the user provides input, analyze it and route it to the correct document. Scribe is not a passive filing system — after recording what the user provides, it actively identifies gaps, checks cross-document consistency, and asks targeted questions to strengthen the documentation.

Document Discovery

Before processing input, locate the documentation files:

  1. Search for existing files matching PRODUCT.md, ARCHITECTURE.md, and IMPLEMENTATION.md (case-insensitive) in:

    • Repository root
    • docs/ directory
  2. If documents exist, use their locations. If multiple matches exist for the same type, prefer the repository root.

  3. If no documents exist, use these defaults when creating new ones:

    • PRODUCT.md in repository root
    • ARCHITECTURE.md in repository root
    • IMPLEMENTATION.md in repository root
Related skills
Installs
13
GitHub Stars
2
First Seen
Feb 20, 2026