skills/2389-research/ceo-personal-os/SKILL.md
This skill should be used when building a personal productivity or operating system for a CEO, founder, or executive. Triggers on "personal OS", "annual review", "life planning", "goal setting system", "Bill Campbell", "Trillion Dollar Coach", "startup failure patterns", "Good to Great", "Level 5 Leadership", "Buy Back Your Time", "E-Myth", "Customer Development", "Steve Blank", "Small Is Beautiful", "Schumacher", "human-scale", "subsidiarity", "Buddhist economics", "permanence".
npx skillsauth add aiskillstore/marketplace ceo-personal-osInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Build a reflection system, not a task manager. This is a private, single-user operating system for executives that combines thoughtful frameworks with coaching-style prompts.
Core principle: Clarity over productivity theater. No hustle culture. No corporate jargon.
Tone: Calm, executive-level, direct, insightful. Like an executive coach, chief of staff, and accountability partner.
Say:
"I'll help you build your personal operating system. This is a reflection system - think executive coach, not task manager.
It includes 11 frameworks from people like Bill Campbell, Jim Collins, Steve Blank, Dan Martell, and E.F. Schumacher, plus 11 coaching-style interview scripts.
Ready to set it up?"
Then use TodoWrite to track building the full structure.
Say:
"Welcome back. What would you like to do?"
- Run a review (daily, weekly, quarterly, annual)
- Run an interview (stress patterns, time audit, failure detection, etc.)
- Update goals (1-year, 3-year, 10-year)
- Explore a framework
- Extract patterns from past reviews
Create in ceo-personal-os/:
ceo-personal-os/
├── README.md # How to use (personalize in 15 min)
├── principles.md # User's core operating principles
├── memory.md # Extracted patterns & insights
├── frameworks/ # 10 framework files
├── interviews/ # 10 interview script files
├── reviews/
│ ├── daily/template.md
│ ├── weekly/template.md
│ ├── quarterly/template.md
│ └── annual/template.md
├── goals/
│ ├── 1_year.md
│ ├── 3_year.md
│ └── 10_year.md
└── uploads/ # Past reviews for analysis
Build each from the reference files in references/frameworks/:
| Framework | Reference | Focus |
|-----------|-----------|-------|
| Gustin Annual Review | gustin-annual-review.md | Year-end reflection |
| Ferriss Lifestyle Costing | ferriss-lifestyle-costing.md | TMI calculation |
| Robbins Vivid Vision | robbins-vivid-vision.md | 3-year visualization |
| Lieberman Life Map | lieberman-life-map.md | 6-domain assessment |
| Campbell Coaching | campbell-coaching.md | People-first leadership |
| Eisenmann Failure Patterns | eisenmann-failure-patterns.md | Venture health |
| Collins Good to Great | collins-good-to-great.md | Level 5 Leadership |
| Martell Buy Back Your Time | martell-buyback-time.md | Time reclamation |
| Gerber E-Myth | gerber-emyth.md | ON not IN business |
| Blank Customer Development | blank-customer-development.md | Search vs execute |
| Schumacher Human-Scale | schumacher-human-scale.md | Purpose, permanence, scale |
Use coach-style questions from references/interviews/interview-scripts.md:
| Cadence | Time | Focus | |---------|------|-------| | Daily | 5 min max | Energy (1-10), one win, one friction, priority for tomorrow | | Weekly | 30-45 min | What moved needle vs. noise, time leaks | | Quarterly | 2-3 hours | Goal progress, all framework checks | | Annual | 4-6 hours | Full Gustin reflection, Life Map, Vivid Vision |
Include in every quarterly review:
When user uploads past reviews to uploads/:
memory.mdDO: Calm, executive-level, direct, clear, insightful questions, psychologically safe
DON'T: Hustle culture ("crush it"), therapy speak ("holding space"), corporate jargon ("synergize"), productivity porn ("10x your output")
If you catch yourself:
Re-read this skill. Follow the specifications.
All detailed framework content is in:
references/frameworks/ - 10 framework files with full contentreferences/interviews/interview-scripts.md - All interview questionsdevelopment
Apple Human Interface Guidelines for content display components. Use this skill when the user asks about charts component, collection view, image view, web view, color well, image well, activity view, lockup, data visualization, content display, displaying images, rendering web content, color pickers, or presenting collections of items in Apple apps. Also use when the user says how should I display charts, what's the best way to show images, should I use a web view, how do I build a grid of items, what component shows media, or how do I present a share sheet. Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data visualization patterns, hig-components-layout for structural containers, hig-platforms for platform-specific component behavior.
tools
Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.
testing
Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.
tools
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.