AiDE — Summary
AiDE (AI-assisted Development Environment) is a minimal, dependency-free framework that standardizes AI-assisted development by providing a .context/ folder drop-in with structured templates for project state, tasks, decisions, and session logs — optionally seeded by a companion ChatGPT GPT for initial project planning.
Problem it solves: AI code assistants lack a standardized way to understand project context across sessions; AiDE provides a lightweight convention (.context/current_state.md, roadmap, tasks, decisions, sessions) so any AI assistant can quickly orient itself at the start of each chat.
Distinctive trait: AiDE ships an explicit "Global Rules" block for AI assistants — a paste-ready instruction set for tools that support persistent system-level instructions — bridging the gap between framework convention and AI behavior even in tools without plugin support.
Target audience: Individual developers who want a zero-dependency, copy-paste context framework compatible with any AI assistant, with optional kickoff support from the AiDE Planning GPT.
Production-readiness: Stable but dormant (106 GitHub stars, last pushed January 2025). A companion ChatGPT custom GPT is available for generating initial project planning documents.
Differs from seeds: Nearly identical architecture to agent-os (Archetype 4 — markdown scaffold); AiDE's distinguishing element is the companion ChatGPT Planning GPT that uses a multi-expert "AI Conductor" orchestration pattern to generate the initial planning document, something agent-os does not offer.