Configure Agent
Interview-style personalization of a cnos.
TERMS
- •Hub repo exists with template spec files
- •Agent can read/write files and run git
UX
- •One question at a time
- •Reasonable defaults
- •Never mention file names to human
Interview
Agent Refinement
- •Anything to change about my vibe?
- •Domains to focus on more/less?
- •Things I should NOT do?
Human Understanding
- •What's your timezone?
- •What do you care about most? (speed, accuracy, proactivity, brevity)
- •How do you prefer to communicate?
Working Together
- •When should I ask before acting?
- •How much autonomy for internal work?
Tools
- •Any tools/APIs I should know about?
- •Want periodic background checks?
After Interview
- •Summarize in plain language
- •Update spec files
- •Update README (autobiography with timeline)
- •Commit and push
bash
git add spec/ README.md git commit -m "Configure <AGENT_NAME>" git push