Structured Context
Define your project’s architecture, conventions, and boundaries in a single AGENTS.md file that any AI assistant can understand.
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.
# Install the CLInpm install -g aidf
# Initialize AIDF in your projectaidf init
# Create and run a taskaidf task create "Add login form component"aidf run .ai/tasks/add-login-form.md