Test: Module 12 — Capstone Project¶
The capstone module is evaluated against the acceptance criteria and rubric in README.md, not a traditional written test.
When you believe your IDP is complete:
- Review every acceptance criterion in the README and verify it passes
- Ask an AI agent (or a peer) to review your work against the evaluation rubric
- Ensure all eight milestone checklists are complete
- Ensure all ADRs and documentation are committed to your repository
Self-Assessment Checklist¶
Before requesting a review, confirm:
- New service scaffold works end-to-end without manual steps
- All production deployments require Git commit → ArgoCD/Flux sync (no
kubectl apply) - Every service in the cluster has a Grafana dashboard and Prometheus alerts
- No secrets exist in any Git repository (all in Vault)
- Gatekeeper is active and rejecting unsigned images and resource-limit-less pods
- Backstage catalog contains all services with owners, docs, and runbooks
- Platform SLOs are defined and monitored
- Getting Started guide tested by someone who didn't write it