# Killer documentation
Start here:
1. [Introduction](introduction.md) — what Killer is and how it's organized.
2. [Installation](installation.md) — get the `killer` binary.
3. [Quickstart](quickstart.md) — your first scan and test in a few minutes.
4. [CLI reference](cli.md) — every command and flag.
5. [The `.klr` language](klr-guide.md) — syntax reference.
6. [Writing tests](writing-tests.md) — a practical guide to authoring attacks.
7. [Dependency intelligence](dependencies.md) — `killer dependencies`.
8. [Compliance mapping](compliance.md) — `killer compliance` (OWASP/CWE).
9. [Reports](reports.md) — executive, technical, JSON, Markdown, HTML.
10. [Architecture](architecture.md) — the module map and design.
11. [Examples](examples.md) — annotated `.klr` and workflow examples.
Everything here is verifiable against the code in this repository. Features that
aren't implemented yet are listed in the README [roadmap](../README.md#roadmap),
not in these docs.