What problem does it solve?
Donna-start automates the initial onboarding steps required for an agent to operate within Donna-managed workflows by ensuring a session is created and the project's introductory artifacts are loaded, preventing confusion and wasted steps at the start of work.
Core Features & Use Cases
- Session Initialization: Ensures a fresh Donna session is started so subsequent workflow commands execute in a managed context.
- Project Introduction Retrieval: Directs the agent to load the project's intro artifacts to gain necessary context before performing tasks.
- Use Case: When a developer asks an agent to work on a repository using Donna, use this Skill to bootstrap the environment and then select the appropriate Donna workflow to perform the requested task.
Quick Start
Start by running donna -p llm -r <project-root> artifacts view '*:intro' to read the introduction and then run donna -p llm -r <project-root> sessions start to begin a new Donna session.