- Start Copilot Chat in Agent mode.
- Enable the
notebooklmMCP tools. - Ask Copilot to select or confirm the relevant notebook.
- Ask a narrow, citation-backed question.
- Use the answer to make code, architecture, proposal, or documentation changes.
Use NotebookLM. In the project proposal notebook, answer with citations:
What are the mandatory non-functional requirements for the target platform?
Return a table with requirement, source, implication for architecture, and open question.
Use NotebookLM to retrieve all source-backed constraints related to identity, RBAC, network isolation, monitoring, backup, and compliance. Then update docs/architecture.md accordingly.
Use NotebookLM to compare the current implementation plan with the customer requirements. Identify gaps only when there is source evidence.
Avoid:
Read everything and build the solution.
Avoid:
Use NotebookLM to search secrets or credentials.
Avoid:
Assume the customer wants the standard architecture.
When using NotebookLM, ask Copilot to return:
1. Source-backed findings
2. Citations or source references
3. Design implications
4. Risks
5. Open questions
6. Proposed repository changes