What should we even be testing here?
It maps the coverage first
Before a single step is written it proposes up to forty one-line scenarios across ten focus lenses, scored for depth per requirement. Ten finished cases can't show you a hole; forty titles can.
More→ Do we already test this?
A second pass reads your existing cases
Every proposed scenario is checked against what your repository already covers and ruled covered, partial or not covered — citing the cases it relied on. It errs toward proposing: you can discard a duplicate you can see, not a test you were never offered.
Can it write the ones I picked?
Full cases, only for what you ticked
Steps, expected results, preconditions, priority and the requirement each one covers. It's a preview — nothing is saved until you accept it, and accepted cases land as ordinary test cases with an AI tag.
More→ What does our spec fail to say?
It reports the gaps instead of filling them
A behaviour the source names but never gives an outcome for isn't a test case — there's nothing to assert. It comes back as a documentation gap in its own list, deliberately kept out of the drafts so nobody ticks one by accident.
Are we ready to ship?
It writes the readiness narrative
When a release wraps it turns that release's own numbers into the plain-English summary and the top risks, judged against the criteria you wrote down. It puts the scorecard into words — it does not compute it.
More→ What is this product even made of?
It drafts a map of your application
Atlas reads every document in your Canon by heading and proposes the product's areas, screens, routes and journeys — as a draft you review node by node. Nothing reaches the map until a person applies it.
More→ Can someone tidy this wording?
Rewrite, tighten, expand or proofread
Pick a mode, see a few variations, preview the exact before-and-after, and apply step by step or all at once. It works on test cases, requirements, releases and defects alike — and one call rewrites one test case, never a batch of them.
Has someone already filed this?
It catches the duplicate as you type
Your draft is compared by meaning against every defect in the project, with a match score, so you can close it as a duplicate or jump to a fix someone already found. This one runs on embeddings rather than a language model.
More→ Can I just ask?
Oracle answers in whatever shape the answer is
Ask in plain English and it returns the matching records, a chart, an answer from your own documents, or the right form open and ready. It prints every condition it applied, and when nothing can answer you it says so rather than producing something plausible.
More→
All but one call a language model. Duplicate detection compares meaning with
embeddings instead — a different technique, named rather than blurred into the rest.