atlan-app-scaffold-standard

Installation
SKILL.md

Atlan App Scaffold Standard

When a user asks to create a new app, treat CLI bootstrap as implicit. Do not require users to mention CLI commands.

Workflow

  1. Interpret user intent:
    • If request is "create/build/new app" (even without technical detail), trigger this skill first.
  2. Resolve app path and slug from user request.
  3. Ask clarifying questions when high-impact requirements are missing:
    • Ask 1-3 short questions for business behavior only (input source, expected output, critical constraints).
    • Do not ask users to specify CLI commands or low-level scaffolding details.
    • If unanswered, proceed with sane defaults and state the assumptions.
  4. Choose quality tier before implementation:
    • default: quickstart-utility
    • use connector-standard when request requires connector behavior comparable to postgres/redshift patterns.
    • follow ../_shared/references/app-quality-bar.md.
  5. Run progressive discovery before coding (no repo-wide sweep):
    • quickstart-utility: read only skill references + one representative quickstart app (main/workflow/activity/pyproject + one e2e test), target <= 12 reads.
    • connector-standard: read skill references + one postgres-style and one redshift-style reference slice, target <= 20 reads.
Related skills
Installs
5
GitHub Stars
5
First Seen
Feb 24, 2026