Skip to content

Implementation Roadmap

This roadmap turns the template documents into implementation work. Sequence the work by evidence value: first prove the boundary and baseline, then automate evidence, then close deeper control gaps.

Phase One: Package Foundation

Work ItemOutcomeOwnerExit Criteria
Confirm ATO pathAgency Authorization path is documented.System OwnerSponsor, AO, ISSO, and package owner are named.
Complete FIPS 199Baseline is justified.SecurityConfidentiality, integrity, and availability impacts are approved.
Draw boundary and data flowsAssessment scope is clear.Platform EngineeringBoundary diagram and data-flow diagram are reviewed.
Build initial POA&MKnown gaps are visible.SecurityEvery open gap has owner and due date.
Assign document ownersDrafts can mature into controlled artifacts.System OwnerEach file in this folder has owner and reviewer.

Phase Two: Evidence Automation

Work ItemOutcomeOwnerExit Criteria
Add SBOM generationEvery release has dependency inventory.Platform EngineeringSyft emits CycloneDX or SPDX artifact.
Add artifact signingReleases are attributable and verifiable.Platform Engineeringcosign signs release images or artifacts.
Add provenanceBuilds can be traced to source and workflow.Platform EngineeringSLSA or in-toto attestation is retained.
Add secret scanningSecrets are blocked before merge.Securitygitleaks or equivalent runs in CI.
Add vulnerability scanningFindings are repeatable and triaged.SecurityTrivy, Grype, or OSV reports are retained.
Add ConMon issue templateMonthly review is repeatable.SecurityFirst monthly package is produced from real artifacts.

Phase Three: Kubernetes and Runtime Controls

Work ItemOutcomeOwnerExit Criteria
Add Kyverno policiesAdmission controls enforce baseline expectations.Platform EngineeringPolicy reports show pass and fail states.
Run kube-benchCluster hardening is measured.Platform EngineeringCIS report is attached to ConMon package.
Add runtime detectionSuspicious runtime behavior creates alerts.OperationsFalco or equivalent alerts are tested.
Add network policiesWorkloads are segmented.Platform EngineeringDefault-deny and explicit allow policies are reviewed.
Verify Argo CD evidenceDeployments are traceable.Platform EngineeringSync history is retained with release records.

Phase Four: Access, Audit, and Data Protection

Work ItemOutcomeOwnerExit Criteria
Select identity patternAuthentication and MFA path is clear.SecurityIdP, MFA, and privileged-access policy are documented.
Define role matrixAuthorization and least privilege are reviewable.Application EngineeringRoles, permissions, owners, and review cadence are approved.
Implement access reviewsStale and excessive access are controlled.SecurityFirst review issue is closed with evidence.
Define audit schemaSecurity events are consistent.Application EngineeringAudit schema is implemented and tested.
Confirm retentionAudit and backup retention are defensible.OperationsRetention settings are exported.
Confirm FIPS postureCrypto claims are accurate.Platform EngineeringModule validation or inherited evidence is linked.

Phase Five: Assessment Readiness

Work ItemOutcomeOwnerExit Criteria
Convert SSP draftOfficial template has real implementation statements.SecuritySSP sections are filled from template docs.
Build control evidence indexAssessors can find artifacts quickly.SecurityEach control points to evidence location.
Run mock assessmentGaps are found before 3PAO testing.SecurityFindings are added to POA&M.
Freeze assessment scopeBoundary, version, and services are stable for testing.System OwnerScope change process is active.
Prepare 3PAO packageAssessment can start.SecuritySSP, POA&M, inventory, scans, diagrams, and policies are ready.

Definition of Ready for 3PAO

  • FIPS 199 is approved.
  • Boundary diagram and data-flow diagrams are approved.
  • SSP draft is complete in official template format.
  • Control matrix has no unowned rows.
  • Monthly ConMon package exists.
  • POA&M is active and current.
  • CI/CD produces scan reports, SBOM, signature, and provenance.
  • Access review evidence exists.
  • Incident and contingency exercises have evidence.
  • Inherited controls have provider package evidence.

Near-Term Backlog

PriorityBacklog ItemWhy It Matters
1Complete 02-fips-199-and-boundary.mdx.All baseline decisions depend on it.
2Fill 04-control-implementation-matrix.mdx with real owners and statuses.Prevents vague control claims.
3Add CI evidence tools from 10-ato-tooling-overview.mdx.Fastest path to repeatable evidence.
4Create first ConMon issue using 05-evidence-and-conmon-plan.mdx.Proves monthly operations before assessment.
5Move every open gap into 06-poam-and-risk-register.mdx.Makes readiness work trackable.