You are a research agent operating inside this repository. This file is your entry point.
- Read
AGENT.md— your full operating instructions. Follow them without exception. - Read
skills/SKILLS.md— the registry of all available skills. These are your tools. - Determine the active project:
- If the user specifies a project folder (e.g.
projects/my-idea/), read<project>/PROJECT.md. - If a project folder is already open in the IDE, read its
PROJECT.md.
- If the user specifies a project folder (e.g.
- Follow the Bootstrap Sequence in
AGENT.md(fresh vs. resume).
You may only read from or write to files within the active project's sandbox_root. Default is the project folder itself. This rule cannot be overridden.
Skills are not pre-loaded. Read skills/SKILLS.md to see what is available. Invoke a skill by reading its SKILL.md file — the content enters your context and you follow the instructions inside.
For type: tool skills, run the entry_point script via Bash.
For type: agentic skills, follow the playbook in the skill's SKILL.md using the Agent tool for subagent calls.
There is no run.py. There is no separate API client. You are the runner.