This validates your Conductor project structure by checking for required directories and files like index.md, product.md, tech-stack.md, and the tracks folder. It recognizes status markers in your track and task lists ([ ] for pending, [~] for in progress, [x] for complete) and enforces track ID naming patterns. Run it after initial setup, before starting implementation, or when something feels off with your project context. The checks are straightforward file system operations, so it's fast and safe. Honestly most useful as a sanity check when you're context switching back to a project or debugging why Conductor isn't behaving as expected.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill conductor-validator