Skill · 6 min read

The source-first prompt for connected AI apps

AI tools are getting better at searching Drive, Gmail, browser pages, CRMs, and finance apps. The useful habit is to make the model show its source map before it writes the answer.

The connected-AI pattern is accelerating. Anthropic's small-business launch puts Claude into tools such as QuickBooks, PayPal, HubSpot, Canva, Docusign, Google Workspace, and Microsoft 365. OpenAI's synced apps documentation explains how connected knowledge sources can improve answers while respecting existing permissions. Google is also bringing Gemini deeper into Chrome, with page understanding, app connections, and confirmation for sensitive browsing actions.

For knowledge workers, the opportunity is obvious: less copy-paste between systems. The risk is also obvious: a confident answer that blends old files, irrelevant messages, and unstated assumptions. The practical skill is to ask for sources first, synthesis second.

The skill

When using an AI tool that can search connected apps, start with a source-first prompt. It forces the model to identify the evidence set before drafting recommendations, updates, summaries, or decisions.

Before answering, build a source map.

Question:
{what I need to know}

Allowed sources:
{specific apps, folders, docs, pages, date ranges, or systems}

Do not use:
{sources to exclude, old folders, private areas, unrelated clients, stale projects}

Return:
1. The sources you found and why each one is relevant
2. The date or freshness of each source
3. Any missing source that would change confidence
4. A short answer based only on the mapped sources
5. A confidence rating: high, medium, or low

If the evidence is thin, say so before making a recommendation.

Why this matters

Connected AI changes the failure mode. A normal chatbot may hallucinate because it lacks context. A connected assistant may be wrong because it found too much context, the wrong context, or context the user did not intend to include.

A source-first prompt gives you a quick audit trail. You can see whether the answer came from the current project plan, last year's archive, a random meeting note, or a stale spreadsheet. That saves time because you review the evidence set before polishing the output.

A worked example: quarterly review prep

Suppose you need a short summary before a quarterly review. A weak request is: "Summarize our latest go-to-market strategy." If the assistant has access to many files, "latest" may not mean what you think it means.

The source-first version is more precise:

Question:
What changed in our go-to-market strategy since the last quarterly review?

Allowed sources:
- Google Drive: /Strategy/FY2026/Q2
- Slides or docs updated after April 1, 2026
- Meeting notes from the GTM leadership folder

Do not use:
- Drafts marked archive
- FY2025 planning files
- Personal notes outside the GTM leadership folder

Return:
1. Source map with file names and dates
2. Three confirmed changes
3. Two uncertain or conflicting points
4. Suggested questions for the review meeting
5. Confidence rating

This gives the AI a narrow retrieval job first. Only after that does it synthesize. If the source map looks wrong, you fix the search boundary before trusting the summary.

The review checklist

When to use it

Use this prompt for strategy summaries, customer research, sales account reviews, policy lookup, project handovers, meeting prep, and any task where the AI is allowed to search connected tools. It is less useful for pure brainstorming, where evidence is not the point.

Try it today. Take one AI question you normally ask in one sentence. Add allowed sources, excluded sources, freshness, and confidence. The answer will usually become shorter, more useful, and easier to verify.

Sources

Keep reading

Related posts

Skill · 7 min read

The 30-minute AI workflow brief

Write the workflow brief before delegating recurring work to an AI agent.

Read the skill →
Skill · 6 min read

The approval-first AI agent workflow

Put approval gates around any AI workflow that sends, pays, posts, deletes, or updates.

Read the skill →