Skip to content
ToddSpect edited this page May 23, 2026 · 10 revisions

Todd of AIDLC logo

Todd of AIDLC Wiki

Todd of AIDLC is a meta-agent orchestrator for VS Code: one IDE, many AI providers (Copilot, Claude, Cursor, Devin, Kiro), plus Spec-Driven Development and context engineering in the same sidebar — without switching editors per vendor.

User Manual · Why Todd of AIDLC?


Quick links

I want to… Start here
User manual User Manual
Understand why to use Todd of AIDLC Why Todd of AIDLC
Install and send my first message Getting Started
Use the chat UI (providers, modes) Chat Interface
Configure API keys Configuration
Set up GitHub Copilot Copilot Modes
Set up Cursor AI Agent Connectors → Cursor
Use Auto provider Auto Routing
Use Specs (SDD) SDD Specs
Understand prompt optimization Prompt Optimization
Track tokens and requests User Manual → Spending
Run without VS Code (CLI only) Dual Mode
Fix errors Troubleshooting

What is Todd of AIDLC?

VS Code Extension (UI)  ←→  CLI daemon (IPC)  ←→  Agent connectors
                              │
         Copilot · Devin · Cursor · Claude · Kiro

Three ideas in one product

  1. One IDE, many providers — use Copilot, Claude, Cursor, Devin, and Kiro from VS Code; no separate IDE per AI vendor.
  2. Spec-Driven Development — versioned specs in .toddspect/specs/; Spec+Agent injects them into the prompt.
  3. Context engineering — attach files once; the same context follows you when you switch provider.
  4. Prompt optimization — built-in pipeline for token efficiency and answer quality on every provider (details).
  • Extension — chat sidebar, spec manager, configuration panel
  • CLI — all file I/O, authentication, agent routing (bundled inside the .vsix)
  • Specs — YAML skills/tools/workflows in .toddspect/specs/

Repository: github.com/nbsjunior/todd


Documentation map

Users

Agents

Developers

Help


AI assistants

If you are an AI model working on this codebase, read AGENTS.md in the repository first.

Clone this wiki locally