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:
- Read the generated agent instructions and
nextron.config.ts. - Confirm the stack from source instead of assumptions.
- Map routes, modules, environment configuration, and server boundaries.
- 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.tswith the modules actually present undersrc/modules. - Produce an onboarding map for a developer joining the project.