NNextron Docs
AI prompts

Understand a Nextron project

Prompts for architecture discovery, onboarding, and evidence-based project audits.

Use an understanding prompt before asking an agent to plan a large change or when inheriting a generated application. It prevents the agent from guessing the installed providers or flattening Nextron’s module boundaries.

Project audit

Open the prompt builder with Understand this project selected. Add the part of the system you care about under Requirements—for example, “Explain the request path from the dashboard page to its server query and database schema.”

The resulting prompt requires the agent to:

  1. Read the generated agent instructions and nextron.config.ts.
  2. Confirm the stack from source instead of assumptions.
  3. Map routes, modules, environment configuration, and server boundaries.
  4. Report inconsistencies without immediately rewriting the application.

Useful follow-up requests

  • Identify where a new billing capability should live.
  • Explain which files are generated infrastructure and which are feature-specific.
  • Compare nextron.config.ts with the modules actually present under src/modules.
  • Produce an onboarding map for a developer joining the project.

On this page