Trailmark Summary Runs on a target directory. When to Use - Vivisect Phase 0 needs a quick structural overview before decomposition - Galvanize Phase 1 needs detected languages and entry point count - Quick orientation on an unfamiliar codebase before deeper analysis When NOT to Use - Full structural analysis with all passes needed (use ) - Detailed code graph queries (use the main skill directly) - You need hotspot scores or taint data (use ) Rationalizations to Reject | Rationalization | Why It's Wrong | Required Action | |-----------------|----------------|-----------------| | "I can read…