Command Overview

This directory contains detailed documentation for each Aegis framework command.

Getting Started

To use the Aegis framework in your project:

  1. Download the latest release package containing:

    • .context directory

    • COMMANDS.md

    • README.md

  2. Copy the .context directory to your project root

  3. Update your IDE's AI rules if necessary

  4. Begin with either:

    • /aegis plan - For new projects needing planning

    • /aegis start - For existing projects or to continue work

Available Commands

Setup Commands

  1. /aegis plan - Create/update planning document

    • Define project goals and requirements

    • Plan technical implementation

    • Set project milestones

Regular Commands

  1. /aegis start - Begin development session

    • Load project context

    • Set current focus

    • Review active tasks

  2. /aegis save - Preserve session progress

    • Create session log

    • Update task progress

    • Record decisions

  3. /aegis status - Show current state

    • View active tasks

    • Check progress

    • Show current focus

  4. /aegis task - Focus on active task

    • Show task details

    • Track progress

    • Update status

  5. /aegis context - Quick context refresh

    • View relevant info

    • Update memory

    • Check state

  6. /aegis help - Display command help

    • Show command list

    • Provide usage guidance

    • Access detailed documentation

Command Flow Examples

  1. New Project Setup:

/aegis plan -> /aegis start
  1. Continue Development:

/aegis start -> /aegis task -> /aegis save
  1. Quick Check:

/aegis status -> /aegis context
  1. Get Assistance:

/aegis help           # General help
/aegis help <command> # Command-specific help

Framework Structure

The Aegis framework uses a .context directory structure. See Framework Structure for details.

Error Recovery

If you encounter issues:

  1. Verify .context directory structure

  2. Check required files exist

  3. Review error messages

  4. Use /aegis help for guidance

Last updated