Starter package
Private Git + docs starter
For founders, freelancers, and small teams who need a private workshop for code and operations.
What you get
- Repo/workspace structure recommendation.
- GitHub, GitLab, or Gitea workflow recommendation.
- README and project documentation skeleton.
- Service map and basic runbook template.
- Backup and access checklist.
Best for: messy project folders, no docs, unclear repo workflow.
Troubleshooting package
Deployment visibility baseline
For services that deploy but become hard to debug when something breaks.
What you get
- Service map: app, database, DNS, proxy, jobs, dependencies.
- Logs and health-check inventory.
- First-response troubleshooting checklist.
- Failure-mode notes.
- Sentry, GlitchTip, logs, and monitoring recommendation.
Best for: "it works until it doesn't" deployments.
CI/CD package
CI/CD starter cleanup
For projects that need a basic pipeline people can understand.
What you get
- Build/test workflow outline.
- Secrets handling review.
- Release or deploy checklist.
- Pipeline notes written for the person who has to maintain it later.
Best for: first serious pipeline, broken pipeline, or undocumented pipeline.
Documentation package
Technical documentation sprint
For teams with working systems but poor operational memory.
What you get
- README cleanup.
- Architecture/service map.
- Incident and runbook notes.
- Next-action backlog.
Best for: "only one person knows how this works" risk.