Product specs and requirements often live in Google Docs. Kodus can fetch the document content and compare it against your PR diff to verify that the implementation matches the spec.Documentation Index
Fetch the complete documentation index at: https://docs.kodus.io/llms.txt
Use this file to discover all available pages before exploring further.
How it works
- Connect the Google Docs plugin in your workspace’s Plugins page
- Make sure the document is accessible to the connected account
- Comment on your PR:
- Kody fetches the document, extracts the requirements, and compares them against the PR diff
What you get
Kody produces a structured validation report:- Findings with severity: MUST_FIX, SUGGESTION, or INFO
- Requirement tracing — each finding quotes text from the Google Doc
- Requirements Verified — what was correctly implemented
Tips
- Keep specs structured with clear sections and numbered requirements for best results
- You can also paste the spec content inline:
- Break large documents into sections and validate them individually for more focused feedback