ATLAS Career Coach Life Strategist Business Consultant Plugin
ATLAS β Adaptive Total Life Advisory System. AI-powered career coach, life strategist, and business consultant. A Claude Code plugin.
Ask AI about ATLAS Career Coach Life Strategist Business Consultant Plugin
Powered by Claude Β· Grounded in docs
I know everything about ATLAS Career Coach Life Strategist Business Consultant Plugin. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
ATLAS β Adaptive Total Life Advisory System
Your AI-powered career coach, life strategist, and business consultant.
ATLAS is a Claude Code plugin that transforms Claude into a retained personal advisor β one that remembers your context, tracks your commitments, flags contradictions, and holds you accountable.
βββββββββββββββββββββββββββββββ
β ATLAS MCP β
β Advisory Intelligence β
ββββββββββββ¬βββββββββββββββββββ
β
ββββββββββββββββββΌβββββββββββββββββ
β β β
ββββββββββΌββββββββ βββββββΌβββββββ βββββββββΌβββββββββ
β Therapist β β Business β β Functional β
β Lens β β Coach β β Advisor β
β β β Lens β β Lens β
β β’ Patterns β β β’ Strategy β β β’ Genetics β
β β’ Behaviors β β β’ Markets β β β’ Energy β
β β’ Psychology β β β’ Accounta- β β β’ Health β
β β’ Blind spots β β bility β β β’ Optimization β
ββββββββββ¬ββββββββ βββββββ¬βββββββ βββββββββ¬βββββββββ
β β β
ββββββββββββββββββΌβββββββββββββββββ
β
ββββββββββββΌβββββββββββββββββββ
β Integrated Advisory Output β
β Grounded in verified data β
βββββββββββββββββββββββββββββββ
Install as Claude Code Plugin (Recommended)
Step 1 β Add the marketplace
In Claude Code, run:
/config
Then add to your settings.json:
{
"extraKnownMarketplaces": {
"atlas": {
"source": {
"source": "github",
"repo": "Ak47dev-biz/atlas-mcp-server"
}
}
},
"enabledPlugins": {
"atlas@atlas": true
}
}
Step 2 β Restart Claude Code
The plugin loads on startup. Once active, you get four slash commands:
| Command | Description |
|---|---|
/atlas | Start an advisory session |
/atlas-onboard | First-time setup β create your client profile |
/atlas-review | Weekly accountability and progress review |
/atlas-opportunity | Deep-dive multi-lens analysis of a specific opportunity |
Step 3 β Get started
/atlas-onboard
This walks you through a guided intake conversation to build your profile.
Alternative: Standalone MCP Server
If you prefer to use ATLAS as a standalone MCP server without the plugin system:
Claude Code
claude mcp add atlas node /absolute/path/to/atlas-mcp-server/dist/index.js
Remove when done:
claude mcp remove atlas
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"atlas": {
"command": "node",
"args": ["/absolute/path/to/atlas-mcp-server/dist/index.js"],
"env": {
"ATLAS_DATA_DIR": "/path/to/your/atlas/data"
}
}
}
}
Build from Source
git clone https://github.com/Ak47dev-biz/atlas-mcp-server.git
cd atlas-mcp-server
npm install
npm run build
Features
- Three Advisory Lenses β Therapist (behavioral patterns), Business Coach (strategy & accountability), Functional Advisor (health & optimization)
- Persistent Memory β All data stored locally as JSON files. Nothing leaves your machine.
- Slash Commands β
/atlas,/atlas-onboard,/atlas-review,/atlas-opportunity - Accountability Tracking β Commitments with deadlines and automatic overdue detection
- Advice Consistency β Every piece of advice is logged so Claude can check past recommendations
- Anti-Hallucination β System prompt enforces that Claude only uses verified facts, never invents details
- Document Ingestion β Feed in resumes, LinkedIn profiles, chat histories, genetic data, and health markers
- Structured Frameworks β Career decision matrices, business decision frameworks, opportunity analysis
- Session Continuity β Sessions are logged so Claude picks up where you left off
Slash Commands
/atlas β Start a Session
Opens a full advisory session. ATLAS loads your profile, checks pending commitments, and greets you with context. Use this for career discussions, decision-making, goal-setting, or any advisory need.
/atlas-onboard β First-Time Setup
Guided onboarding conversation that builds your client profile across all three lenses. Covers career background, goals, decision-making patterns, and optional health/genetic data.
/atlas-review β Weekly Review
Structured accountability review:
- Commitment status (completed, pending, overdue)
- Goal progress and milestone tracking
- Pattern detection across all three lenses
- Forward planning with new commitments
/atlas-opportunity β Opportunity Analysis
Deep-dive analysis of a specific opportunity (job offer, business deal, partnership, career move) using all three advisory lenses with a structured recommendation.
Tools Reference
Profile Management
| Tool | Description |
|---|---|
atlas_onboard_client | Create a new client profile |
atlas_get_profile | Retrieve full profile across all lenses |
atlas_update_profile | Update specific profile sections |
Document Ingestion
| Tool | Description |
|---|---|
atlas_ingest_resume | Parse and store career facts from resume text |
atlas_ingest_linkedin | Store LinkedIn profile data |
atlas_ingest_chat_history | Analyze past conversations for behavioral patterns |
atlas_ingest_genetic_data | Store SNP/genetic data (23andMe, Ancestry, etc.) |
atlas_ingest_health_data | Store health markers, labs, sleep, nutrition |
Structured Data
| Tool | Description |
|---|---|
atlas_add_career_fact | Add a single verified career entry |
atlas_add_pattern | Record an observed behavioral pattern |
atlas_add_goal | Track a new goal with milestones |
atlas_update_goal | Update goal status or complete milestones |
Accountability
| Tool | Description |
|---|---|
atlas_track_commitment | Log a commitment with a deadline |
atlas_complete_commitment | Mark a commitment as completed |
atlas_review_accountability | Full review with automatic overdue detection |
Advisory
| Tool | Description |
|---|---|
atlas_log_session | Log an advisory session for continuity |
atlas_search_advice_history | Search past advice for consistency |
atlas_analyze_opportunity | Structured multi-lens opportunity analysis |
Resources
Resources provide read-only access to ATLAS data:
| URI | Description |
|---|---|
atlas://profile/summary | Client profile overview |
atlas://profile/facts | All verified career facts |
atlas://profile/patterns | Observed behavioral patterns |
atlas://profile/goals | Active goals and milestones |
atlas://profile/accountability | Commitments and tracking |
atlas://profile/functional | Genetic and health data |
atlas://history/sessions | Past session logs |
atlas://history/advice | Past advice for consistency |
Data Storage
All data is stored locally as JSON files. No external services, no databases, no cloud.
~/.atlas/data/ # Default (override with ATLAS_DATA_DIR)
βββ profile.json # Core client profile
βββ facts/
β βββ career.json # Verified career facts
β βββ achievements.json # Notable achievements
βββ patterns/
β βββ behavioral.json # Observed patterns
β βββ themes.json # Recurring themes
βββ goals/
β βββ active.json # Goals with milestones
βββ accountability/
β βββ commitments.json # Tracked commitments
β βββ advice_log.json # Past advice for consistency
βββ functional/
β βββ genetic.json # SNP/genetic data
β βββ health.json # Health markers
βββ documents/ # Raw ingested documents
β βββ resume.json
β βββ linkedin.json
β βββ chat_*.json
βββ sessions/
βββ log.json # Session history
Your data is yours. Back it up, version control it, or delete it anytime.
Philosophy
ATLAS exists because the best advice comes from advisors who know you deeply β your patterns, your goals, your contradictions, and your context. Most people can't afford a team of a therapist, business coach, and health optimizer working together. ATLAS bridges that gap by giving Claude the memory and structure to serve as that integrated advisory team.
Principles:
- Privacy first β Your data never leaves your machine. Period.
- Facts over assumptions β ATLAS only works with verified information.
- Accountability over comfort β Good advisors tell you what you need to hear.
- Integration over isolation β Career, psychology, and health are interconnected.
- Tools over magic β The MCP server is a data layer. Claude provides the intelligence.
Contributing
Contributions welcome! Areas where help is appreciated:
- Additional ingestion tools β support for more data formats
- Visualization β dashboards for goals, patterns, accountability
- Export β structured reports in various formats
- Testing β test coverage for all tools
- Documentation β guides for specific use cases
- New skills β additional slash commands for specific workflows
Please open an issue before starting work on major features.
Roadmap
- Core MCP server with tools, resources, and prompts
- Local JSON storage
- Three advisory lenses
- Accountability tracking with overdue detection
- Advice consistency logging
- Claude Code plugin with slash commands
- GitHub Actions CI pipeline
- Comprehensive test suite
- Data export and reporting
- Web-based dashboard
- Multi-client support
- Encrypted data storage
- Plugin system for custom lenses
License
MIT β see LICENSE.
Disclaimer
ATLAS is an AI advisory tool, not a replacement for licensed professionals. It does not provide medical, legal, or financial advice. Always consult qualified professionals for decisions in those domains. ATLAS provides strategic context, pattern recognition, and accountability β the thinking is yours.
