โ† Help & Docs

Implementation Plan

Every module TATER can configure, in the order that unlocks the next one. Last updated 2026-08-15

What it is

The Implementation Plan is the full-platform rollout checklist: 138 items across 17 phases, ordered so that finishing one phase unlocks the next. It lives at TATER Manage โ†’ Implementation Plan.

It is the broader sibling of two narrower things you may already be using:

Nothing is duplicated between them. An item that another feature already tracks is composed, not re-entered.

Quick Start - the required minimum

The first six phases contain a pinned Quick Start subset: 26 non-optional items that constitute the required minimum for a working, useful tenant. Everything below Quick Start is progressive feature adoption - real value, but not a blocker to going live.

Quick Start is derived, not hand-picked: an item is core when it sits in one of the first six phases and is not marked optional. That means adding an optional item to an early phase cannot silently enlarge the required set, and the Quick Start count moves only when the plan's own shape changes.

Most clients clear Quick Start in two to four weeks. When every Quick Start item is done, the organization earns its plan-completion achievement (see Community & Gamification).

The 17 phases

#PhaseItemsIn Quick Start
1Kickoff & Prerequisites66
2Identity & Access Foundation74
3Compliance Scanning Setup65
4Endpoint Fleet Deployment54
5Communications & Integrations71
6Governance Baseline96
7Security Hardening Initiatives10-
8GRC Program19-
9TATER Ops / ITSM24-
10Endpoint Management & Monitoring8-
11Reporting, Insights & Trust5-
12AI & MCP5-
13End-User Self-Service & Collaboration9-
14Federal / ATO Pipeline4-
15MSP / Multi-Org Management3-
16Data Protection & Security Extras5-
17Ongoing Operations & Cadence6-

52 of the 138 items are marked optional - they depend on what the client bought and what they actually run, and leaving one at todo forever is a legitimate outcome rather than an unfinished rollout.

Item status: todo, done, skip, n/a

StatusMeans
todoNot started, or in progress. The default for every item.
doneCompleted. Counts toward the phase, Quick Start and overall totals.
skipDeliberately not doing this one for this client. Counted separately from done, so a skipped item never inflates the completion figure but also never sits in the remaining pile.
naNot applicable to this environment at all.

Skip is not a quiet form of done, and the distinction is deliberate: the header reports done, skipped and remaining as three separate numbers, so "we are 80% through" and "we decided not to do a fifth of it" never get confused for one another in a status meeting.

Each item also carries a free-text note (up to 4,000 characters) - use it for the decision behind a skip, the ticket number, or who is waiting on whom. Clearing the note text removes it.

Composed items are read-only here

35 of the 138 items are composed - their status is resolved live from the system that already owns them, and cannot be set on this page:

These render read-only, and an attempt to write one through the API is rejected with the name of the tool that does own it, rather than silently ignored. Update the wizard step or the guide and this page reflects it on the next load.

Why it is built this way

A rollout checklist that keeps its own copy of "is the agent deployed?" drifts from reality the first time someone re-images a fleet. Composing the answer from the feature that can actually measure it means the plan cannot claim something the platform can see is untrue.

Working the plan

Rollout status is usually the thing a client's board or an MSP's prospect most wants to see, and is usually the thing they have no login for. An Admin can mint a read-only share link that exposes the plan's status - and nothing else - to anyone holding the URL, with no TATER account.

Treat a share link like the URL it is: anyone who has it can read the plan's status. Set the shortest expiry that covers the conversation, and revoke it when the engagement moves on.

Roles

ActionMinimum role
View the plan and its statusAuditor
Set item status / notes, import a snapshotAdmin
Mint, list or revoke a share linkAdmin
Open a share linkNobody - it is unauthenticated and read-only by design

Progress updates are written to the activity log, so a status change is attributable after the fact.

MCP tool reference

Both tools call the same code as the page - there is no second implementation to drift, which is the specific failure this feature was built to avoid.

ToolPurpose
get_implementation_plan_statusThe whole plan for the active org: every item with its phase, status, optional/core flags and note, plus per-phase, Quick Start and overall totals. Auditor+.
update_implementation_plan_progressPartial update - send only the items you are changing. Composed items and unknown item names come back in a rejected list with the reason, rather than failing the whole call. Admin.