atlan-fact-verification-gate
Atlan Fact Verification Gate
Create a lightweight verification checkpoint before behavior-changing decisions.
Workflow
- Classify task as
build,modify,test,review, orrelease. - Read source guide:
../_shared/references/verification-sources.md. - Verify only what is required for the current decision:
- SDK behavior for runtime/data-path decisions.
- CLI behavior for scaffold/run/test/release commands.
- Resolve SDK evidence using portable fallback order:
- local checkout (if present)
- installed package source
- remote source/docs
- For build tasks, classify app quality tier (
quickstart-utilityorconnector-standard) using../_shared/references/app-quality-bar.md. - Create
verification_manifest.jsonusing../_shared/assets/verification_manifest.jsonas template. - Validate manifest:
python ../_shared/scripts/validate_verification_manifest.py verification_manifest.json - Continue if status is
ready; otherwise resolve unknowns or ask user.
More from atlanhq/atlan-sample-apps
atlan-sdk-objectstore-io-defaults
Enforce object store and IO defaults from the Atlan SDK for output paths, prefixes, and file writes. Use when implementing or reviewing raw/transformed output handling.
8atlan-cli-install-configure
Install Atlan CLI with OS-aware binaries (or Homebrew on macOS) only when missing, then configure baseline tenant auth/log settings.
6atlan-cli-run-test-loop
Run Atlan app execution loops using CLI-first commands with automatic CLI availability checks and safe fallbacks.
5atlan-review-doc-sync
Run findings-first review for Atlan app changes and synchronize app documentation with implemented behavior. Use when completing a change set, preparing handoff, or auditing regressions.
5atlan-app-scaffold-standard
Scaffold new Atlan apps from CLI templates as the default behavior when users ask for a new app, then align files to sample-app standards.
5atlan-sql-connector-patterns
Select and apply the correct SQL connector implementation pattern (SDK-default minimal or source-specific custom). Use when building or extending SQL metadata/query extraction connectors.
5