@sbains2/lifeos 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,127 @@
1
+ {
2
+ "$schema": "https://lifeos.dev/schema/v0.2.json",
3
+ "version": "0.2",
4
+ "_template_notes": "Generic early-career IC starter. Wizard fills user fields, asks which quadrants apply, tunes council priorities. Optional infra quadrant ships active: false.",
5
+ "user": {
6
+ "name": "",
7
+ "persona": "early-career-ic",
8
+ "context": {
9
+ "role": "",
10
+ "affiliations": [],
11
+ "foci": [
12
+ {
13
+ "id": "primary-quarter",
14
+ "horizon": "quarter",
15
+ "description": "[Wizard prompt: what's the single most important outcome you're working toward in the next 3 months? — promo prep, ship a feature, scope expansion, etc.]",
16
+ "priority": "hot"
17
+ },
18
+ {
19
+ "id": "longer-arc",
20
+ "horizon": "year",
21
+ "description": "[Wizard prompt: what's the bigger arc this quarter is a step toward in the next 1-2 years?]",
22
+ "priority": "warm"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ "quadrants": [
28
+ {
29
+ "id": "day-job",
30
+ "name": "Day Job",
31
+ "description": "Active sprints, tickets, code reviews, standup prep",
32
+ "path": "./DayJob",
33
+ "active": true,
34
+ "priority": "warm",
35
+ "council_member_ids": ["tech_lead", "performance_coach", "time_manager", "writing_critic"],
36
+ "mcp_server_ids": ["slack", "linear", "github", "google_calendar"],
37
+ "starter_artifacts": [],
38
+ "auto_actions": [
39
+ { "trigger": "daily", "action": "standup-prep" },
40
+ { "trigger": "weekly", "action": "weekly-impact-summary" }
41
+ ]
42
+ },
43
+ {
44
+ "id": "career-growth",
45
+ "name": "Career Growth",
46
+ "description": "Promo packet, performance review prep, scope expansion",
47
+ "path": "./CareerGrowth",
48
+ "active": true,
49
+ "priority": "warm",
50
+ "council_member_ids": ["performance_coach", "career_coach", "writing_critic", "devils_advocate"],
51
+ "mcp_server_ids": ["google_drive", "gmail"],
52
+ "starter_artifacts": [],
53
+ "auto_actions": [
54
+ { "trigger": "weekly", "action": "log-impact-this-week" }
55
+ ]
56
+ },
57
+ {
58
+ "id": "side-projects",
59
+ "name": "Side Projects",
60
+ "description": "Personal builds, learning, OSS contributions",
61
+ "path": "./SideProjects",
62
+ "active": true,
63
+ "priority": "warm",
64
+ "council_member_ids": ["tech_lead", "devils_advocate", "time_manager"],
65
+ "mcp_server_ids": ["github"],
66
+ "starter_artifacts": [],
67
+ "auto_actions": []
68
+ },
69
+ {
70
+ "id": "life-admin",
71
+ "name": "Life Admin",
72
+ "description": "Email triage, calendar mgmt, relationship maintenance",
73
+ "path": "./LifeAdmin",
74
+ "active": true,
75
+ "priority": "lukewarm",
76
+ "council_member_ids": ["time_manager", "network_builder"],
77
+ "mcp_server_ids": ["gmail", "google_calendar"],
78
+ "starter_artifacts": [],
79
+ "auto_actions": [
80
+ { "trigger": "daily", "action": "inbox-triage-summary" }
81
+ ]
82
+ },
83
+ {
84
+ "id": "infra",
85
+ "name": "Tooling & Automations",
86
+ "description": "[Wizard prompt: do you maintain scripts, automations, internal CLIs, or MCPs you've built? Worth tracking separately from side-projects when they're infrastructure rather than products.]",
87
+ "path": "./Infra",
88
+ "active": false,
89
+ "priority": "cold",
90
+ "council_member_ids": ["tech_lead", "devils_advocate", "writing_critic"],
91
+ "mcp_server_ids": ["github"],
92
+ "starter_artifacts": [],
93
+ "auto_actions": []
94
+ }
95
+ ],
96
+ "council": [
97
+ { "id": "writing_critic", "name": "Writing Critic", "voice": "Voice/clarity reviewer anchored to writing_style.md", "system_prompt_path": "./.claude/agents/council/writing_critic.md", "priority": "warm" },
98
+ { "id": "devils_advocate", "name": "Devil's Advocate", "voice": "Argues the strongest counterposition to current plan", "system_prompt_path": "./.claude/agents/council/devils_advocate.md", "priority": "warm" },
99
+ { "id": "time_manager", "name": "Time Manager", "voice": "Calendar-aware deadline tracker", "system_prompt_path": "./.claude/agents/council/time_manager.md", "priority": "warm" },
100
+ { "id": "network_builder", "name": "Network Builder", "voice": "Relationship CRM — surfaces dormant contacts and outreach moments", "system_prompt_path": "./.claude/agents/council/network_builder.md", "priority": "warm" },
101
+ { "id": "performance_coach", "name": "Performance Coach", "voice": "Career trajectory inside current role — impact framing, promo prep, scope expansion", "system_prompt_path": "./.claude/agents/council/performance_coach.md", "priority": "warm" },
102
+ { "id": "tech_lead", "name": "Tech Lead", "voice": "Engineering judgment — code review, architectural critique, abstraction sanity-checks", "system_prompt_path": "./.claude/agents/council/tech_lead.md", "priority": "warm" },
103
+ { "id": "career_coach", "name": "Career Coach", "voice": "Cross-company moves, interview narratives, resume tightness", "system_prompt_path": "./.claude/agents/council/career_coach.md", "priority": "lukewarm" },
104
+ { "id": "academic_advisor", "name": "Academic Advisor", "voice": "Methodologically rigorous; useful if you write technical specs / RFCs that benefit from research-style rigor", "system_prompt_path": "./.claude/agents/council/academic_advisor.md", "priority": "cold" },
105
+ { "id": "research_director", "name": "Research Director", "voice": "Strategy-level — gap-finding, publication pacing. Cold by default for ICs, warm if you publish technical content", "system_prompt_path": "./.claude/agents/council/research_director.md", "priority": "cold" },
106
+ { "id": "editor", "name": "Editor", "voice": "What gets read — headlines, intros, channel-fit. Relevant if you publish under your own name", "system_prompt_path": "./.claude/agents/council/editor.md", "priority": "cold" }
107
+ ],
108
+ "mcp_servers": [
109
+ { "id": "slack" },
110
+ { "id": "linear" },
111
+ { "id": "github" },
112
+ { "id": "google_calendar" },
113
+ { "id": "gmail", "config_overrides": { "send_permission": false } },
114
+ { "id": "google_drive", "config_overrides": { "scopes": ["read", "write"] } }
115
+ ],
116
+ "agent_runtime": { "primary": "claude-code", "fallback": null },
117
+ "brain": {
118
+ "graphify": {
119
+ "enabled": true,
120
+ "paths": ["./DayJob", "./CareerGrowth", "./SideProjects"],
121
+ "refresh": "manual",
122
+ "output": "./.lifeos/brain"
123
+ },
124
+ "memory_path": "./.lifeos/memory"
125
+ },
126
+ "writing_style_path": "./writing_style.md"
127
+ }
@@ -0,0 +1,136 @@
1
+ {
2
+ "$schema": "https://lifeos.dev/schema/v0.2.json",
3
+ "version": "0.2",
4
+ "_template_notes": "Generic grad-student starter. Wizard fills user fields, asks which quadrants apply, tunes council priorities. Optional quadrants (leadership, infra) ship active: false — wizard turns them on if user has them.",
5
+ "user": {
6
+ "name": "",
7
+ "persona": "grad-student",
8
+ "context": {
9
+ "role": "",
10
+ "affiliations": [],
11
+ "foci": [
12
+ {
13
+ "id": "primary-quarter",
14
+ "horizon": "quarter",
15
+ "description": "[Wizard prompt: what's the single most important outcome you're working toward in the next 3 months?]",
16
+ "priority": "hot"
17
+ },
18
+ {
19
+ "id": "longer-arc",
20
+ "horizon": "year",
21
+ "description": "[Wizard prompt: what's the bigger arc this quarter is a step toward in the next 1-2 years?]",
22
+ "priority": "warm"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ "quadrants": [
28
+ {
29
+ "id": "classes",
30
+ "name": "Classes",
31
+ "description": "Coursework, assignments, study materials",
32
+ "path": "./Classes",
33
+ "active": true,
34
+ "priority": "warm",
35
+ "council_member_ids": ["academic_advisor", "writing_critic", "time_manager"],
36
+ "mcp_server_ids": ["google_drive", "google_calendar"],
37
+ "starter_artifacts": [],
38
+ "auto_actions": [
39
+ { "trigger": "weekly", "action": "summarize-assignments-due" }
40
+ ]
41
+ },
42
+ {
43
+ "id": "research",
44
+ "name": "Research",
45
+ "description": "Thesis, lit review, lab work, paper drafting. Lukewarm-by-default for the persona because n=4 grad-student interviews surfaced zero research use; toggle to warm/hot if you have an active thesis or RA role.",
46
+ "path": "./Research",
47
+ "active": true,
48
+ "priority": "lukewarm",
49
+ "council_member_ids": ["academic_advisor", "research_director", "writing_critic", "devils_advocate"],
50
+ "mcp_server_ids": ["google_drive", "github", "zotero"],
51
+ "starter_artifacts": [],
52
+ "auto_actions": []
53
+ },
54
+ {
55
+ "id": "job-search",
56
+ "name": "Job Search",
57
+ "description": "Applications, alumni outreach, interview prep",
58
+ "path": "./JobSearch",
59
+ "active": true,
60
+ "priority": "warm",
61
+ "council_member_ids": ["career_coach", "network_builder", "time_manager", "writing_critic", "performance_coach"],
62
+ "mcp_server_ids": ["gmail", "linkedin", "google_calendar"],
63
+ "starter_artifacts": [],
64
+ "auto_actions": [
65
+ { "trigger": "weekly", "action": "review-pipeline" }
66
+ ]
67
+ },
68
+ {
69
+ "id": "personal-projects",
70
+ "name": "Personal Projects",
71
+ "description": "Side projects, learning, passion work",
72
+ "path": "./PersonalProjects",
73
+ "active": true,
74
+ "priority": "lukewarm",
75
+ "council_member_ids": ["devils_advocate", "time_manager", "tech_lead"],
76
+ "mcp_server_ids": ["github"],
77
+ "starter_artifacts": [],
78
+ "auto_actions": []
79
+ },
80
+ {
81
+ "id": "leadership",
82
+ "name": "Leadership Role",
83
+ "description": "[Wizard prompt: do you have a leadership role — club officer, TA coordinator, RA, student government, OSS maintainer? If so, replace this description with what it covers.]",
84
+ "path": "./Leadership",
85
+ "active": false,
86
+ "priority": "cold",
87
+ "council_member_ids": ["time_manager", "network_builder", "writing_critic", "performance_coach"],
88
+ "mcp_server_ids": ["gmail", "google_calendar", "google_drive"],
89
+ "starter_artifacts": [],
90
+ "auto_actions": []
91
+ },
92
+ {
93
+ "id": "infra",
94
+ "name": "Tooling & Automations",
95
+ "description": "[Wizard prompt: do you maintain scripts, automations, internal CLIs, MCPs? Often the seed of side projects worth tracking separately from coursework.]",
96
+ "path": "./Infra",
97
+ "active": false,
98
+ "priority": "cold",
99
+ "council_member_ids": ["tech_lead", "devils_advocate", "writing_critic"],
100
+ "mcp_server_ids": ["github"],
101
+ "starter_artifacts": [],
102
+ "auto_actions": []
103
+ }
104
+ ],
105
+ "council": [
106
+ { "id": "writing_critic", "name": "Writing Critic", "voice": "Voice/clarity reviewer anchored to writing_style.md", "system_prompt_path": "./.claude/agents/council/writing_critic.md", "priority": "warm" },
107
+ { "id": "devils_advocate", "name": "Devil's Advocate", "voice": "Argues the strongest counterposition to current plan", "system_prompt_path": "./.claude/agents/council/devils_advocate.md", "priority": "warm" },
108
+ { "id": "time_manager", "name": "Time Manager", "voice": "Calendar-aware deadline tracker. Lukewarm-default per interview signal — useful as background but not a primary daily voice for most grad students.", "system_prompt_path": "./.claude/agents/council/time_manager.md", "priority": "lukewarm" },
109
+ { "id": "network_builder", "name": "Network Builder", "voice": "Relationship CRM — surfaces dormant contacts and outreach moments", "system_prompt_path": "./.claude/agents/council/network_builder.md", "priority": "warm" },
110
+ { "id": "performance_coach", "name": "Performance Coach", "voice": "Career trajectory inside current role — impact framing, internship return-offer prep, scope expansion", "system_prompt_path": "./.claude/agents/council/performance_coach.md", "priority": "warm" },
111
+ { "id": "academic_advisor", "name": "Academic Advisor", "voice": "Methodologically rigorous; shapes research design and paper structure. Lukewarm-default — relevant for paper-style coursework but not daily-active for the median grad student.", "system_prompt_path": "./.claude/agents/council/academic_advisor.md", "priority": "lukewarm" },
112
+ { "id": "career_coach", "name": "Career Coach", "voice": "Early-career-focused — interview narratives, resume tightness, alumni outreach framing", "system_prompt_path": "./.claude/agents/council/career_coach.md", "priority": "warm" },
113
+ { "id": "research_director", "name": "Research Director", "voice": "Strategy-level — gap-finding, experiment design, publication pacing. Cold-default — n=4 interviews surfaced zero research signal; toggle warm if you have an active research portfolio.", "system_prompt_path": "./.claude/agents/council/research_director.md", "priority": "cold" },
114
+ { "id": "tech_lead", "name": "Tech Lead", "voice": "Engineering judgment — code review, architectural critique, abstraction sanity-checks. Warm-default — n=4 interviews showed 4/4 grad students using LLMs for coding/ML on a routine basis.", "system_prompt_path": "./.claude/agents/council/tech_lead.md", "priority": "warm" },
115
+ { "id": "editor", "name": "Editor", "voice": "What gets read — headlines, intros, cuts, channel-fit. Relevant if you publish under your own name.", "system_prompt_path": "./.claude/agents/council/editor.md", "priority": "cold" }
116
+ ],
117
+ "mcp_servers": [
118
+ { "id": "google_drive", "config_overrides": { "scopes": ["read", "write"] } },
119
+ { "id": "google_calendar" },
120
+ { "id": "gmail", "config_overrides": { "send_permission": false } },
121
+ { "id": "github" },
122
+ { "id": "linkedin" },
123
+ { "id": "zotero" }
124
+ ],
125
+ "agent_runtime": { "primary": "claude-code", "fallback": null },
126
+ "brain": {
127
+ "graphify": {
128
+ "enabled": true,
129
+ "paths": ["./Classes", "./Research", "./JobSearch"],
130
+ "refresh": "manual",
131
+ "output": "./.lifeos/brain"
132
+ },
133
+ "memory_path": "./.lifeos/memory"
134
+ },
135
+ "writing_style_path": "./writing_style.md"
136
+ }
@@ -0,0 +1,114 @@
1
+ {
2
+ "$schema": "https://lifeos.dev/schema/v0.2.json",
3
+ "version": "0.2",
4
+ "_template_notes": "Generic solo-researcher starter. Wizard fills user fields, asks which quadrants apply, tunes council priorities.",
5
+ "user": {
6
+ "name": "",
7
+ "persona": "solo-researcher",
8
+ "context": {
9
+ "role": "",
10
+ "affiliations": [],
11
+ "foci": [
12
+ {
13
+ "id": "primary-quarter",
14
+ "horizon": "quarter",
15
+ "description": "[Wizard prompt: what's the single most important outcome you're working toward in the next 3 months? — finish a paper, ship a series, land a client, etc.]",
16
+ "priority": "hot"
17
+ },
18
+ {
19
+ "id": "longer-arc",
20
+ "horizon": "year",
21
+ "description": "[Wizard prompt: what's the bigger arc this quarter is a step toward in the next 1-2 years?]",
22
+ "priority": "warm"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ "quadrants": [
28
+ {
29
+ "id": "active-research",
30
+ "name": "Active Research",
31
+ "description": "Current investigation — lit review, experiments, drafts in flight",
32
+ "path": "./ActiveResearch",
33
+ "active": true,
34
+ "priority": "warm",
35
+ "council_member_ids": ["research_director", "academic_advisor", "writing_critic", "devils_advocate"],
36
+ "mcp_server_ids": ["google_drive", "github", "zotero", "obsidian"],
37
+ "starter_artifacts": [],
38
+ "auto_actions": []
39
+ },
40
+ {
41
+ "id": "publishing",
42
+ "name": "Publishing & Distribution",
43
+ "description": "Blog, Substack, talks, X threads — what gets read by whom",
44
+ "path": "./Publishing",
45
+ "active": true,
46
+ "priority": "warm",
47
+ "council_member_ids": ["editor", "writing_critic", "devils_advocate"],
48
+ "mcp_server_ids": ["google_drive", "twitter_x"],
49
+ "starter_artifacts": [],
50
+ "auto_actions": [
51
+ { "trigger": "weekly", "action": "review-publishing-pipeline" }
52
+ ]
53
+ },
54
+ {
55
+ "id": "clients",
56
+ "name": "Clients & Income",
57
+ "description": "Active client work, billing, pipeline",
58
+ "path": "./Clients",
59
+ "active": true,
60
+ "priority": "warm",
61
+ "council_member_ids": ["network_builder", "time_manager", "writing_critic", "performance_coach"],
62
+ "mcp_server_ids": ["gmail", "google_calendar", "stripe"],
63
+ "starter_artifacts": [],
64
+ "auto_actions": [
65
+ { "trigger": "weekly", "action": "client-pipeline-review" }
66
+ ]
67
+ },
68
+ {
69
+ "id": "learning",
70
+ "name": "Learning",
71
+ "description": "Long-term skill build, deep reading, exploratory side bets",
72
+ "path": "./Learning",
73
+ "active": true,
74
+ "priority": "lukewarm",
75
+ "council_member_ids": ["research_director", "devils_advocate"],
76
+ "mcp_server_ids": ["zotero", "obsidian"],
77
+ "starter_artifacts": [],
78
+ "auto_actions": []
79
+ }
80
+ ],
81
+ "council": [
82
+ { "id": "writing_critic", "name": "Writing Critic", "voice": "Voice/clarity reviewer anchored to writing_style.md", "system_prompt_path": "./.claude/agents/council/writing_critic.md", "priority": "warm" },
83
+ { "id": "devils_advocate", "name": "Devil's Advocate", "voice": "Argues the strongest counterposition to current plan", "system_prompt_path": "./.claude/agents/council/devils_advocate.md", "priority": "warm" },
84
+ { "id": "time_manager", "name": "Time Manager", "voice": "Calendar-aware deadline tracker", "system_prompt_path": "./.claude/agents/council/time_manager.md", "priority": "warm" },
85
+ { "id": "network_builder", "name": "Network Builder", "voice": "Relationship CRM — dormant contacts and outreach moments", "system_prompt_path": "./.claude/agents/council/network_builder.md", "priority": "warm" },
86
+ { "id": "performance_coach", "name": "Performance Coach", "voice": "Career trajectory — for solo workers, focuses on professional reputation arcs, conference acceptances, client engagement quality", "system_prompt_path": "./.claude/agents/council/performance_coach.md", "priority": "lukewarm" },
87
+ { "id": "academic_advisor", "name": "Academic Advisor", "voice": "Methodologically rigorous; shapes argument structure and study design", "system_prompt_path": "./.claude/agents/council/academic_advisor.md", "priority": "warm" },
88
+ { "id": "research_director", "name": "Research Director", "voice": "Strategy-level — portfolio of bets, gap-finding, publication pacing", "system_prompt_path": "./.claude/agents/council/research_director.md", "priority": "warm" },
89
+ { "id": "editor", "name": "Editor", "voice": "What gets read — headlines, intros, cuts, channel-fit", "system_prompt_path": "./.claude/agents/council/editor.md", "priority": "warm" },
90
+ { "id": "tech_lead", "name": "Tech Lead", "voice": "Engineering judgment — useful if your research involves code/data pipelines", "system_prompt_path": "./.claude/agents/council/tech_lead.md", "priority": "lukewarm" },
91
+ { "id": "career_coach", "name": "Career Coach", "voice": "Cross-company moves, interview prep. Cold by default for solo workers; warm if considering a return to a corporate role", "system_prompt_path": "./.claude/agents/council/career_coach.md", "priority": "cold" }
92
+ ],
93
+ "mcp_servers": [
94
+ { "id": "google_drive", "config_overrides": { "scopes": ["read", "write"] } },
95
+ { "id": "google_calendar" },
96
+ { "id": "gmail", "config_overrides": { "send_permission": false } },
97
+ { "id": "github" },
98
+ { "id": "zotero" },
99
+ { "id": "obsidian" },
100
+ { "id": "twitter_x" },
101
+ { "id": "stripe" }
102
+ ],
103
+ "agent_runtime": { "primary": "claude-code", "fallback": null },
104
+ "brain": {
105
+ "graphify": {
106
+ "enabled": true,
107
+ "paths": ["./ActiveResearch", "./Publishing", "./Learning"],
108
+ "refresh": "manual",
109
+ "output": "./.lifeos/brain"
110
+ },
111
+ "memory_path": "./.lifeos/memory"
112
+ },
113
+ "writing_style_path": "./writing_style.md"
114
+ }