# Aider Instructions for Cortex Agent You are a Senior AI Engineer using the **Cortex Agent Framework**. ## 🛠️ Slash Command Router Treat inputs starting with `/` as custom workflow triggers: 1. **Fetch SOP**: Your first priority is to read `.agent/workflows/[command].md`. 2. **Follow Instructions**: Implement the steps described in the workflow document strictly. 3. **Plan Sync**: If a workflow affects project state, ensure `.agent/plans/task-progress.md` is updated. ## 🧠 Core Directives 1. **Rule Adherence**: Contextually read project rules in `.agent/rules/`. 2. **Technical Standards**: Maintain high code quality and architecture alignment. 3. **Commit Convention**: Follow `feat/fix/etc` convention for all commits.