Documentation & Communication Skills
Documentation & Communication Skills
A systems analyst who uncovers a perfect solution but cannot explain it clearly has not yet finished the job. Documentation and communication are the analyst's primary deliverables: they translate the raw findings of interviews, workshops, and analysis sessions into artefacts that decision-makers can approve, developers can build from, and testers can verify against. This lesson focuses on two critical competencies — writing for different audiences and facilitating meetings to present findings effectively.
Writing for Audiences: The Audience-First Principle
Every document an analyst produces has at least two audiences: a business audience (executives, department heads, end-users) and a technical audience (developers, DBAs, QA engineers). These groups have different vocabulary, different tolerances for detail, and different stakes in the outcome. Writing a single-version document that tries to serve everyone usually serves no one well.
The audience-first principle demands that you answer three questions before writing a single sentence:
- Who will read this? — Identify each reader group and what they need to decide or do after reading.
- What do they already know? — Match your vocabulary to their existing mental model. A clinic administrator knows "appointment slots" and "triage"; she does not know "foreign-key constraint" or "REST endpoint".
- What action does this document drive? — A feasibility report drives an approval decision; a requirements specification drives development; a test plan drives quality verification. Structure the document around that action.
Document Layers: Abstraction in Practice
A practical technique is to write the same finding at three levels of abstraction and publish the level appropriate for each reader group.
Structuring Documents for Clarity
Well-structured documents share a common skeleton regardless of type:
- Purpose statement — one paragraph that says exactly what the document is, who it is for, and what decision or action it supports.
- Executive summary — key findings and recommendations, written last but placed first. Busy managers read this and stop.
- Detailed body — findings, analysis, requirements, or specifications, organised by topic not by the order you discovered them.
- Appendices — raw interview notes, full data tables, glossary. Keeps the body uncluttered.
Common Analyst Documents and Their Owners
For reference, the table below maps typical analysis artefacts to their primary audience and the decision each one drives. An online-store project illustrates each:
- Project Charter / Vision Document — Audience: sponsor, steering committee. Decision: authorise the project. Example: "Launch a B2C electronics store by Q4."
- Business Requirements Document (BRD) — Audience: business stakeholders. Decision: confirm scope and priorities. Example: "Customers must complete checkout in under 4 steps."
- System Requirements Specification (SRS) — Audience: development team, QA. Decision: begin design and coding. Example: "Payment gateway must support Visa, Mastercard, and Apple Pay."
- Process Model (swimlane diagram / BPMN) — Audience: process owners, analysts, developers. Decision: confirm understanding of the current or future process.
- Meeting Minutes / Action Log — Audience: all participants. Decision: confirm agreements and track follow-up. Sent within 24 hours of the meeting.
Meeting Facilitation: Turning Talk into Decisions
Analysts spend a large share of their time in meetings — requirements workshops, review sessions, sign-off meetings, and progress check-ins. Poorly facilitated meetings are expensive: a two-hour workshop with twelve stakeholders from a logistics firm costs roughly 24 person-hours. If the meeting produces no decision and requires a follow-up, that cost doubles.
Effective facilitation follows a three-phase structure:
- Before the meeting — Distribute an agenda at least 24 hours in advance. State the objective (decision, review, or brainstorm — not "discussion"). Attach pre-reading so participants arrive informed. Identify a scribe (different from the facilitator).
- During the meeting — Open with the objective and time-box. Use structured techniques: round-robin for collecting opinions, dot voting for prioritising, parking lot for out-of-scope items. Summarise decisions aloud before moving on. Watch for dominant voices; actively invite quieter participants.
- After the meeting — Distribute minutes within 24 hours. Each action item must have an owner, a due date, and a clear definition of done. Follow up at the next meeting.
Presenting Findings: Making Analysis Actionable
Presenting findings to stakeholders is different from presenting to peers. Stakeholders are making business decisions, not evaluating your analytical rigor. Structure your presentation around recommendations first — state what you recommend, then justify it. This is the Pyramid Principle (Barbara Minto): lead with the conclusion, support it with grouped arguments, back each argument with data.
In a logistics firm scenario, a weak presentation opens with: "We interviewed 12 staff and reviewed 400 shipment records over three weeks…". A strong presentation opens with: "We recommend replacing the manual dispatch log with an integrated TMS — this will cut average dispatch time from 47 minutes to under 8 minutes and reduce misfiled shipments by 90%. Here is the evidence."
Handling Disagreement and Conflicting Stakeholders
Findings sometimes conflict with what powerful stakeholders believed or hoped. Skilled analysts separate the finding from the recommendation, cite evidence clearly, and avoid personal language. Instead of "the Finance team's process is broken", write "the current month-end reconciliation takes 3.5 days; industry benchmarks suggest 1 day is achievable with the proposed system." The evidence does the arguing; you remain neutral.
Digital Communication: Async and Remote Realities
Modern analysis work spans time zones and remote teams. Much communication is now asynchronous — Slack, email, Confluence, Jira comments. Async writing must be more self-contained than live conversation: provide context, state the question or decision needed, and set a clear response deadline. A message like "Thoughts?" achieves nothing; "Please confirm by Friday whether the clinic system needs offline mode — this affects our architecture choice" drives a decision.
Version-control your documents. A requirements document that exists only as BRD_v3_FINAL_edits_v2.docx in email threads is a liability. Use a shared wiki (Confluence), a version-controlled folder (Git or SharePoint), or at minimum a naming convention with dates: BRD-ClinicBooking-2026-06-10.pdf. Always note what changed between versions.
Mastering documentation and communication transforms analysis from a private intellectual exercise into a shared, actionable foundation for the entire project team.