What problem does it solve?
This Skill unit provides tools for managing agent context during development sessions, enhancing output quality and ensuring efficient interaction between developers and AI systems.
Core Features & Use Cases
- Context Optimization: Deliberately curate agent context based on project requirements.
- Rule File Creation: Generate and manage project-wide rules files to maintain consistent development standards.
- Specs and Architecture Docs Loading: Load relevant documentation to ensure the agent follows best practices.
- Source Files Integration: Integrate source code for the agent to refer during sessions.
- Error Output and Test Results: Provide error and test results to enhance agent understanding.
- Conversation Management: Manage conversation history to maintain relevance and avoid repetition.
- Use Case: A developer wants to optimize the context for an AI-assisted code review, so they create a rules file detailing project-specific conventions and load relevant documentation.
Quick Start
To start a new coding session with optimized context, run the command: context-engineering start-session --project <project-name>