Skip to content

AIDF — AI-Integrated Development Framework

Structure your AI context. Automate your development tasks.

AI assistants are powerful but context-blind. They don’t know your architecture, conventions, or boundaries. AIDF fixes that.

Structured Context

Define your project’s architecture, conventions, and boundaries in a single AGENTS.md file that any AI assistant can understand.

Automated Execution

Run tasks autonomously with scope enforcement, validation, auto-commit, and real-time status tracking via the CLI.

Safety Built In

Explicit scope control prevents accidental changes. Forbidden paths, allowed paths, and Definition of Done criteria keep AI focused.

Tool Agnostic

Works with Claude Code, Cursor, GitHub Copilot, or any LLM. The value is in the structured context, not the tool.

Terminal window
# Install the CLI
npm install -g aidf
# Initialize AIDF in your project
aidf init
# Create and run a task
aidf task create "Add login form component"
aidf run .ai/tasks/add-login-form.md