What problem does it solve?
This Skill automates evidence-based classification of a project's deployment environment (Profile Zero/A/B/C) and determines the deployment paradigm (Docker, Non-Docker, or Hybrid), producing a persistent profile consumed by downstream skills.
Core Features & Use Cases
- Automated Detection Matrix: Scans repositories for 12 deployment indicators including Dockerfiles, compose files, CI/CD configs, SIGTERM handling, long-lived workers, health endpoints, and rollback mechanisms.
- Three Modes:
detect for full profiling and artifact generation, check for drift validation against an existing profile, and recommend for prioritized remediation guidance.
- Persistent Artifacts & Safety: Writes a profile document to docs/analysis, updates .wrought safeguard fields, supports interactive clarification checkpoints, and optionally routes gaps into the findings pipeline.
Quick Start
Run /safeguard detect to scan the repository and generate an environment profile document.