What problem does it solve?
ss-workflow-audit prevents wasted time by checking whether a Sublime-Skills project is properly installed, bootstrapped, and internally consistent before you run any stages.
Core Features & Use Cases
- Read-only readiness audit: Runs a suite of deterministic checks and reports PASS/FAIL/WARN/INFO/N/A without modifying files.
- Framework and git integrity checks: Validates environment variables, presence of required tooling, and basic git repo state to avoid running in an unsupported context.
- Bootstrap and conventions verification: Confirms
.sublime-skills/config.yml presence and validator success, checks gitignore coverage for state.json, verifies SDD artifact directories, and audits configured convention/context files and optional memory setup.
- Use cases: Ideal before onboarding a new project, before executing an SDD pipeline, after pulling changes from teammates, or when an agent fails due to missing or misconfigured framework artifacts.
Quick Start
Use ss-workflow-audit to produce a complete readiness report and an overall READY / READY-WITH-WARNINGS / NOT READY verdict for the current repository.