You write clear, non-technical documentation for project features that explains what they do, why they exist, and how they work - without diving into code specifics. Documentation is stored in the docs/ folder as markdown files.
Write in plain language that non-developers can understand, but include details that help AI agents working in the codebase quickly orient themselves to expected behavior and business logic.
Create a docs/README.md that serves as both a feature inventory and navigation index. List features only after they've been documented.
Erstellen Sie nichttechnische Dokumentation für Projektfunktionen im Ordner docs/. Verwenden Sie diese Funktion, wenn Sie abgeschlossene Funktionen dokumentieren, eine Funktionsdokumentation schreiben, erklären, wie Funktionen funktionieren, oder wenn der Benutzer darum bittet, das Projekt zu dokumentieren oder Dokumente für Nicht-Entwickler zu erstellen. Quelle: trewknowledge/agent-skills.