context-document-guidelines

Document project context decisions with real file paths and structured templates.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/maestria-co/ai-playbook --skill context-document-guidelines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-document-guidelines
Source: https://github.com/maestria-co/ai-playbook/tree/main/skills/context-document-guidelines
Command: npx skills add https://github.com/maestria-co/ai-playbook --skill context-document-guidelines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guidance ensures .context/ documentation is specific, accurate, and actually useful to agents — not generic advice that adds noise without reducing uncertainty.

Core Features & Use Cases

  • Provides a structured template (Topic, Purpose, Key Concepts, Patterns, Examples, Pitfalls) and recommended placement to organize context docs.
  • Emphasizes real file paths, function names, and code references from THIS codebase to ensure relevance.
  • Establishes maintenance triggers and validation rules to keep context docs accurate over time.

Quick Start

Create a new context document for the latest task following the template and place it under domains/, standards.md, testing.md, architecture.md, or workflows/ with real file references.

Frequently Asked Questions about context-document-guidelines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I document non-obvious codebase context decisions to reduce agent misinterpretation?

Document non-obvious context decisions by creating structured context docs with real file paths, function names, and code references from your codebase, placed in domains/, standards.md, testing.md, architecture.md, or workflows/ directories.

What template should I use for organizing context documentation in my repository?

Use a structured template covering Topic, Purpose, Key Concepts, Patterns, Examples, and Pitfalls to organize context documentation, ensuring each section includes specific references from your actual codebase for relevance.

When do I need to update context docs to keep them accurate over time?

Update context docs based on established maintenance triggers and validation rules defined in the documentation, ensuring repository structure and domain knowledge placement remain accurate as the codebase evolves.

What's the best way to structure context documentation to make it useful for AI agents?

Structure context documentation to be useful for AI agents by adhering to the documented template across specific directories and emphasizing real file paths and code references rather than generic advice that adds noise without reducing uncertainty.

Can I use generic documentation standards instead of specific codebase references for context docs?

Generic documentation standards are insufficient; context docs require real file paths, function names, and code references from your specific codebase to ensure relevance and reduce uncertainty for agents operating within the repository.

Why does my context documentation fail to reduce uncertainty for automated workflows?

Context documentation fails to reduce uncertainty when it contains generic advice without specific codebase references; elevating .context docs requires real file paths and adherence to the structured template across domains/, architecture.md, and workflows/.