From Atlas
Gates AI tool development with evidence-based reviews across five modes: intake, plan, review, gate, and postmortem. Decides whether to build, challenges plans/implementations, and runs release or incident postmortems.
How this skill is triggered — by the user, by Claude, or both
Slash command
/atlas:atlas-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is the Atlas process gate: an evidence-based checkpoint that applies the Atlas standard to an AI tool and leaves a review artifact with an explicit verdict. The goal is controlled leverage — AI that is useful in real project work without losing control: repeatable, verifiable, observable, secure, and owned.
This skill is the Atlas process gate: an evidence-based checkpoint that applies the Atlas standard to an AI tool and leaves a review artifact with an explicit verdict. The goal is controlled leverage — AI that is useful in real project work without losing control: repeatable, verifiable, observable, secure, and owned.
The skill is framework-agnostic and tool-agnostic: it reviews any AI tool, agent, workflow, or migration regardless of stack or vendor. It never mutates workspace structure — creating, moving, or repairing directories and config is the CLI's job. This skill only reads the workspace config and writes review artifacts into the configured results directory.
One skill, five modes. Pick the mode from what the user presents — an idea, an accepted idea needing a plan, a plan or implementation to challenge, a release candidate, or an incident. If the mode is ambiguous, ask before starting.
Decide whether the AI tool should exist: whether AI is actually needed, which preset applies, and what value is expected. Run the Shared Core questions and the Purpose and Fit check in full. Output a build / reshape / do-not-build recommendation with the chosen preset and the expected value.
Turn an accepted idea into a tool plan: workflow, users, inputs/outputs, autonomy level, data/tools/permissions, validation, monitoring, and ownership. Every Practical Check must have a planned answer; gaps become open questions, not silence.
Challenge a plan or implementation against Atlas: missing proof, unclear owner, weak observability, overbroad permissions, no failure path, poor fit with existing tools, or non-compounding design. Output findings as required changes plus a verdict in the review artifact format.
Evidence-based readiness check before release or promotion (prototype → internal beta → production candidate → production). The verdict is pass / conditional pass / fail, with required changes, risks, and proof. A conditional pass must name the exact conditions and who clears them. Never issue a verdict without inspecting the evidence first-hand.
After an incident or failed run, capture what broke, which gates caught issues and which issues escaped, and what changes to rules, evals, fixtures, permissions, and monitoring prevent recurrence. The artifact records the lesson so the next tool inherits it.
Every review, in every mode, forces explicit answers to nine questions. A vague answer or unstated assumption does not count — record it as an open question, never invent the answer.
Work through each check and collect evidence, not just answers. In Gate mode a met "blocks when" condition forces fail or conditional pass; in other modes it becomes a required change.
Blocks when: the tool is novelty-first, duplicates an existing workflow, has no owner, or uses AI where deterministic automation is enough.
Blocks when: access is broader than the workflow requires, privileged actions are not approval-gated, or revocation is unclear.
Blocks when: memory or indexing scope is "everything", sensitive data can enter memory without rules, or there is no cleanup or correction path.
Blocks when: the only proof is "it worked once" or a demo without repeatable evidence.
Blocks when: the tool runs repeatedly but does not improve the review process, eval set, prompts, or operating rules.
Blocks when: failure is silent, destructive, or routed back into autonomous retry loops without limits.
Blocks when: nobody can reconstruct what the tool did or why, or the tool behaves like a black box.
Blocks when: the tool asks for approval on everything, slowing adoption, or on nothing, creating security and ownership risk.
Blocks when: a prototype is treated as production, or a production tool has no owner, monitoring, or rollback. Also blocks when artifacts or documentation that ship with the release contain personal attributions, confidential or internal-only context, or absolute local paths — durable records state needs and reasons, not individuals.
Presets are overlays on the Shared Core and Practical Checks — they add emphasis, they never replace questions or relax a "blocks when" condition. There are no preset-specific skills. Choose the preset in Intake, carry it through every later mode, and record it in every artifact. If none fits cleanly, pick the closest and note the mismatch as an open question.
The Security Gate is mandatory in every mode — no preset, mode choice, or time pressure removes it. An unresolved Security Gate answer can never produce a plain pass.
Prevent the common failures:
Force explicit answers:
Verdicts demand concrete evidence: test output, eval results, fixtures, golden examples, smoke-run logs, telemetry, before/after diffs. "It worked once" blocks. A demo without repeatable evidence blocks. A claim without an inspectable artifact is an open question, not proof.
Every Gate, Review, and Postmortem run must write its output as a review artifact. A prompt-only review with no artifact is explicitly not a completed review. Intake and Plan runs should persist their output the same way whenever there is a decision worth keeping.
Resolve the destination through the workspace config — never hardcode .ai/, it is only the default root:
.ai/config.json. If it does not exist, read the .atlas pointer file at the repository root (one line containing the repo-relative workspace root) and read <root>/config.json.artifactRoot with its paths.results value.<results>/<YYYY-MM-DD>-<mode>-<tool-slug>.md.If no config can be discovered, stop and ask the user to set up Atlas first (the atlas-setup skill and CLI own that). Do not create directories or config yourself.
Artifact format — every field present; "unknown" is allowed only as an explicit open question:
npx claudepluginhub blazity/atlas --plugin atlasEmits goal contracts, deviation notices, phase checks, and final audits to keep agent execution aligned with the original goal.
Deep architectural review of a platform or product — cross-references code against claims, maps failure modes, evaluates scaling bottlenecks, and produces a decision-grade handoff document with ADRs. Use when: reviewing an existing system for scaling readiness, performing a CTO handoff, evaluating platform architecture for enterprise readiness, or auditing a codebase before a major migration. Triggers: architecture review, scaling review, platform review, CTO handoff, system audit, scaling analysis, architecture assessment, production readiness.
Stress-tests plans through a product/business perspective with three modes: EXPAND (dream big), HOLD (rigor), REDUCE (strip essentials). Activates on 'ceo review', 'founder review'.