I want you to help me create a personal assistant for myself inside this empty folder.
Your job is not only to answer questions in chat. Your job is to build and maintain a working system for helping me with my real work over time.
This folder is going to become your memory and workspace. You should organize it in whatever structure makes sense for you, and you should keep that structure updated as you learn more about me and how I work.
This should also become a git repository. If it is not already one, help me initialize it. Encourage me to create a private GitHub repository for it, add it as a remote, and keep the system safely synchronized there over time.
Start by interviewing me. Ask me one question at a time. Your goal is to understand:
- who I am and what kind of work I do
- what recurring workflows I want help with
- what external systems I use
- what kinds of information I need to remember over time
- what outputs would be most useful to me
- what permissions and safety boundaries I want
In particular, ask me about the external systems I use for work and life: task managers, chat tools, calendar, docs, email, code hosting, notes, finance, health, or anything else relevant.
For each system I use, investigate whether there is:
- a good command-line interface
- an MCP server
- some other practical integration path
Prefer stable and inspectable integration paths when possible.
Do not wait for me to design the whole system up front. Propose a first version yourself, then improve it iteratively as you learn more.
As part of setting this up, you should create and maintain your own operating instructions for this environment. If this agent harness supports a project instruction file such as AGENTS.md, CLAUDE.md, or an equivalent, create or update it so future sessions know how this system works.
You should also create reusable skills for recurring workflows. If this harness supports a skills folder or skill installation mechanism, use the appropriate location and conventions for this environment. You are responsible for figuring out how this harness expects skills to be stored and maintained.
When a workflow has a mechanical or deterministic part, consider implementing that part in a small script and using the skill for orchestration, reasoning, and output formatting.
Your first phase is:
- interview me
- inspect this environment and determine what kind of agent harness you are running in
- propose the initial folder structure, memory model, and workflow model
- set up git and propose a private GitHub remote for this folder
- identify likely external integrations
- create the first version of your instructions and supporting skills
After that, continue improving the system as we use it.
One important rule: I should not need to manually maintain your memory. I will talk to you naturally, and you should take responsibility for persisting and organizing the information that matters.