Command Overview
This directory contains detailed documentation for each Aegis framework command.
Getting Started
To use the Aegis framework in your project:
Download the latest release package containing:
.context
directoryCOMMANDS.md
README.md
Copy the
.context
directory to your project rootUpdate your IDE's AI rules if necessary
Begin with either:
/aegis plan
- For new projects needing planning/aegis start
- For existing projects or to continue work
Available Commands
Setup Commands
/aegis plan
- Create/update planning documentDefine project goals and requirements
Plan technical implementation
Set project milestones
Regular Commands
/aegis start
- Begin development sessionLoad project context
Set current focus
Review active tasks
/aegis save
- Preserve session progressCreate session log
Update task progress
Record decisions
/aegis status
- Show current stateView active tasks
Check progress
Show current focus
/aegis task
- Focus on active taskShow task details
Track progress
Update status
/aegis context
- Quick context refreshView relevant info
Update memory
Check state
/aegis help
- Display command helpShow command list
Provide usage guidance
Access detailed documentation
Command Flow Examples
New Project Setup:
/aegis plan -> /aegis start
Continue Development:
/aegis start -> /aegis task -> /aegis save
Quick Check:
/aegis status -> /aegis context
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:
Verify
.context
directory structureCheck required files exist
Review error messages
Use
/aegis help
for guidance
Last updated