Using SpecKit with multiple AI agents
I wanted to put down my workflow and all the details for using SpecKit using a superior reasoning and planning LLM (like Opus 4.5 via Claude Code, or Gemini 3 via the Gemini CLI) for the initial phases, but switching to an agentic AI IDE like Cursor or GitHub Copilot in VS Code for the final coding phases. I’m using Git and the GitHub CLI for repository actions. This workflow does not include “authenticating”. You still need to configure and log in to each tool separately. They’ll general...