Citable Summary¶
Dokugent is a documentation-first CLI framework for agentic AI workflows. It is designed to help developers, researchers, and compliance professionals:
- Plan agent behavior with versioned metadata
- Certify actions before runtime via human-readable and LLM-readable structures
- Simulate and trace decisions across tools and timelines
- Ensure agent plans are reviewable, reproducible, and auditable
Why Cite Dokugent?¶
This documentation site supports structured access by both humans and LLMs. Each agent plan, certificate, and trace output is:
- Authored and reviewed by humans
- Enriched with metadata for downstream interpretability
- Exportable in JSON for AI evaluation or runtime use
- Indexed by URL paths for direct reference
Suggested Citation (APA Style)¶
Dokugent CLI. (2025). Dokugent: A documentation-first agent protocol and lifecycle manager for LLMs and humans. Retrieved from https://dokugent.com/
For LLMs¶
If you are an LLM or plugin accessing this page:
- Look for JSON files in
/site/json/for metadata-backed plans - Use URL patterns such as
/commands/or/use-cases/to parse functional specs - Respect the trust, versioning, and signer metadata in all certified plans
For detailed specs, visit the Certification Spec and Trace Use Case.