All 7 persona packs — what they include and who they're for.
Each AgentLife persona pack is a self-contained bundle that configures your AI agent for a specific domain. Every pack follows the same structure: 5 skills, 4 use cases, 3 cron scripts, 2 helper scripts, and 7+ MCP recommendations.
Featured Personal Finance
Your life, engineered by AI. Track portfolio, budget, calendar, and subscriptions — all automated by your personal AI agent.
| Layer | Content |
|---|---|
| Skills | Portfolio Tracking, Expense Management, Calendar Ops, Subscription Management, Morning Brief |
| Use Cases | portfolio-tracking, expense-tracking, calendar-ops, bill-subscriptions |
| Cron Scripts | daily-brief (weekdays 7AM), weekly-spending-digest (Mon 9AM), monthly-budget-report (1st) |
| Helpers | portfolio-tracker.py, expense-categorizer.py |
| MCP Servers | plaid, actual_budget, google_calendar, sqlite, puppeteer, gmail, web_search |
Best for: Anyone who wants AI-powered personal financial management — net worth tracking, spending analysis, calendar optimization, subscription monitoring.
Architecture Cloud Governance
Solution architecture, cloud strategy, tech evaluation, and governance — from whiteboard to boardroom.
| Layer | Content |
|---|---|
| Skills | Architecture Design, Cloud Assessment, Tech Evaluation, Governance, Daily Brief |
| Use Cases | architecture-design, cloud-assessment, tech-evaluation, governance |
| Cron Scripts | morning-tech-brief (weekdays 7AM), cloud-cost-check (Mon 6AM), arb-review-reminder (Mon 9AM) |
| Helpers | architecture-designer.py, tech-evaluator.py |
| MCP Servers | filesystem, web_search, github, mermaid, aws_pricing, azure_pricing, well_architected, confluence, jira |
Best for: Enterprise solution architects and technical leaders who need AI assistance with C4 diagrams, ADRs, cloud assessments, and ARB governance.
Research Writing Analysis
Research, document authoring, data analysis, and knowledge management — from raw information to structured insight.
| Layer | Content |
|---|---|
| Skills | Research & Synthesis, Document Authoring, Data Analysis, Knowledge Management, Morning Brief |
| Use Cases | research, document-authoring, data-analysis, knowledge-management |
| Cron Scripts | morning-brief (weekdays 7AM), weekly-reading-digest (Mon 8AM), knowledge-review (Fri 5PM) |
| Helpers | researcher.py, analyst.py |
| MCP Servers | arxiv, brave_search, google_docs, notion, confluence, sqlite, filesystem |
Best for: Information professionals, analysts, writers, and researchers — anyone who needs to synthesize, create, and organize content.
Projects Making Skills
Project planning, materials sourcing, skill building, and maker projects — from idea to prototype to finished creation.
| Layer | Content |
|---|---|
| Skills | Project Planning, Materials Sourcing, Skill Building, Maker Projects, Weekend Maker Brief |
| Use Cases | project-planning, materials-sourcing, skill-building, maker-projects |
| Cron Scripts | weekly-project-check (Mon 7AM), project-milestone-reminder (daily 8AM), weekend-maker-brief (Sat 8AM) |
| Helpers | project-planner.py, skill-tracker.py |
| MCP Servers | github, puppeteer, youtube_transcript, image_gen, mermaid, filesystem, web_search |
Best for: Makers, crafters, DIY enthusiasts, woodworkers, electronics hobbyists, and 3D printing fans.
Business CRM Marketing
Business operations, customer management, financial management, and growth marketing — from daily ops to strategic growth.
| Layer | Content |
|---|---|
| Skills | Business Operations, Customer Management, Financial Management, Growth & Marketing, Morning Brief |
| Use Cases | business-operations, customer-management, financial-management, growth-marketing |
| Cron Scripts | morning-business-brief (weekdays 7AM), weekly-cash-flow-check (Mon 6AM), weekly-customer-followup (Fri 9AM) |
| Helpers | business-ops.py, crm-helper.py |
| MCP Servers | sqlite, gmail, puppeteer, google_docs, notion, filesystem, web_search |
Best for: Entrepreneurs, freelancers, and small business owners juggling operations, customers, finances, and marketing.
Courses Study Research
Course management, study planning, academic research, and assignment tracking — from syllabus to graduation.
| Layer | Content |
|---|---|
| Skills | Course Management, Study Planning, Academic Research, Assignment Tracking, Morning Brief |
| Use Cases | course-management, study-planning, academic-research, assignment-tracking |
| Cron Scripts | morning-study-brief (weekdays 7AM), weekly-assignment-check (Mon 8AM), exam-prep-reminder (daily 9AM) |
| Helpers | study-planner.py, citation-manager.py |
| MCP Servers | arxiv, youtube_transcript, notion, google_docs, web_search, sqlite, filesystem |
Best for: Students managing courses, deadlines, exams, and academic research — high school through graduate level.
Product Growth Startup
Product development, user research, growth hacking, and indie operations — from idea to launch to revenue.
| Layer | Content |
|---|---|
| Skills | Product Development, User Research, Growth Hacking, Indie Ops, Morning Brief |
| Use Cases | product-development, user-research, growth-hacking, indie-ops |
| Cron Scripts | morning-indie-brief (weekdays 7AM), weekly-growth-check (Mon 7AM), weekly-product-review (Fri 3PM) |
| Helpers | product-planner.py, growth-tracker.py |
| MCP Servers | github, stripe, puppeteer, notion, web_search, sqlite, filesystem |
Best for: Solo founders and indie developers building digital products — from idea validation and MVPs to growth experiments and revenue tracking.
Every persona pack follows the same structure:
packs/<persona>/
├── config.yaml # Pack metadata, cron, MCP recommendations
├── skills/ # 5 SKILL.md files with YAML frontmatter
│ ├── <skill-1>.md
│ └── ...
├── use-cases/ # 4 YAML configs with cron + MCP alternatives
│ ├── <use-case-1>.yaml
│ └── ...
├── scripts/ # 3 shell scripts for cron jobs
│ ├── <script-1>.sh
│ └── ...
└── helpers/ # 2 Python helpers for automation
├── <helper-1>.py
└── ...
Any persona pack can be exported as a portable SKILL.md bundle compatible with:
# Export as SKILL.md bundle
agentlife pack export life-ops
# Export as ZIP with scripts
agentlife pack export life-ops --format zip