Clojure Development Skill Tool Preference When tools are available (e.g., , ), always use them instead of shell commands like . The MCP tools provide: - Direct REPL integration without shell escaping issues - Better error messages and feedback - Structural Clojure editing that prevents syntax errors Only fall back to commands when clojure-mcp is not available. Autonomous Development Workflow - Do not attempt to read or edit files outside the project folder - Add failing tests first, then fix them - Work autonomously in small, testable increments - Run targeted tests, and lint continuously dur…