4. Prompt Templates

Copyable templates to generate complete apps (CRM, ERP, Helpdesk, OKRs and more).

Copy a template. Adjust the placeholders. Generate the app. Then iterate on the specification.

circle-info

Want to see the full flow (prompt → deploy)? Combine with Demonstrations.

How to use (30s)

1

Choose a template and define the scope

Decide modules and the “minimum that needs to work”. Avoid asking for everything on the first generation.

2

Replace the placeholders and paste into Madrix

Replace {{NOME_DO_PROJETO}}, {{IDIOMA_UI}} and {{PERFIS}}. Paste the prompt and click Generate.

3

Approve the specification and validate in the Preview

Validate entities, rules and permissions. Then validate the basics in the Preview with test data.

4

Iterate with small changes

Request adjustments by block. Example: “add field X + validation + adjust form”.

Placeholders (default)

Use these markers to customize quickly.

  • {{NOME_DO_PROJETO}}: project name.

  • {{IDIOMA_UI}}: pt-BR or en-US.

  • {{PERFIS}}: system roles. Ex: Admin, Manager, Operator.

  • {{REGRAS_DE_NEGOCIO}}: “if/then” rules and transitions.

  • {{INTEGRACOES}}: webhooks, import, external APIs.

Generic examples (copy and paste)

Use when you don’t yet have a domain template. These are neutral blocks to compose your app.

chevron-rightGeneric — CRUD + permissions (quick)hashtag
Create a project called: {{NOME_DO_PROJETO}}

Goal: simple CRUD app, with profile-based permissions and basic validations.
UI language: {{IDIOMA_UI}}.

Profiles (RBAC):
- Admin: full access
- Operator: create/edit records
- Reader: read-only

Entities:
- Record:
  - title (required)
  - description
  - status (Active | Inactive)
  - createdAt (date/time)
  - createdBy (1 User)

Business rules:
- Operator can only edit records they created.
- Reader cannot create/edit/delete.

Minimum screens:
- Record list (filters by status + search by title)
- Create/edit record (validations)
- Record detail

Acceptance criteria:
- Admin sees everything.
- Operator creates and edits only what they created.
- Reader can list and open detail, without editing.
chevron-rightGeneric — workflow (states + transitions)hashtag
chevron-rightGeneric — integrations (webhook/API + log + reprocess)hashtag

chevron-rightClinic 360hashtag

When to use

  • Clinic or practice.

  • Schedule + care + simple billing.

  • Control by profile and basic auditing.

Base prompt (copy and paste)

Common extensions

  • Reminders (WhatsApp/email) for appointments.

  • Terms and consents with acceptance.

  • Multi-unit (branch) and schedule per unit.

chevron-rightCRM 360hashtag

When to use

  • B2B sales.

  • Pipeline with activities.

  • Goals dashboard.

Base prompt (copy and paste)

Common extensions

  • Lead import (CSV).

  • WhatsApp integration.

  • Commissions per seller.

chevron-rightERP 360hashtag

When to use

  • Operations with sales, purchases and inventory.

  • Basic finance (accounts payable/receivable).

Base prompt (copy and paste)

Common extensions

  • Multiple warehouses.

  • Lots and expiration dates.

  • Cost center and chart of accounts.

chevron-rightSatellite ERPshashtag

When to use

  • You already have an ERP.

  • You need quick satellite apps.

  • You want to avoid “touching the core”.

Base prompt (copy and paste)

Common extensions

  • Upload attachments (3 quotes).

  • SLA and notifications.

  • Reprocessing of failed integrations.

chevron-rightHelpDesk 360hashtag

When to use

  • Internal or customer support.

  • SLAs and queues.

  • Simple knowledge base.

Base prompt (copy and paste)

Common extensions

  • Dynamic form by category.

  • Routing rules for queues.

  • Search and articles in the knowledge base.

chevron-rightOKR 360hashtag

When to use

  • Goals management by cycles.

  • Follow-up with check-ins.

  • View by team and company.

Base prompt (copy and paste)

Common extensions

  • Weights by KR and objective score.

  • Integration with Jira/Linear for evidence.

  • Comments and alignment (parent/child OKR).

chevron-rightProjectHub 360hashtag

When to use

  • Projects with tasks, sprints and roadmap.

  • An internal "simple Jira."

Base prompt (copy and paste)

Common extensions

  • Dependencies between items.

  • SLAs for bugs.

  • Integration with GitHub (PR/commit link).

Last updated

Was this helpful?