What problem does it solve?
This foundational Skill provides domain-agnostic productivity workflows, eliminating the need to re-implement common operational logic across different life domains. It centralizes daily planning, task triage, and reporting, allowing other skills to focus on context-specific automation rather than core mechanics.
Core Features & Use Cases
- Daily Planning Workflow: Queries Linear for tasks, analyzes priorities, and generates time-boxed schedules.
- Task Triage Workflow: Fetches untriaged items from Linear, categorizes them, suggests routing, and updates Linear.
- Productivity Reporting Workflow: Aggregates completed tasks, calculates velocity metrics, identifies trends, and generates formatted reports.
- Linear Integration: Provides robust integration patterns for Linear GraphQL queries, simplifying data interaction.
- Use Case: A "Personal Life Ops" skill could import this to manage personal tasks, while a "Marketing Ops" skill could leverage it for project management, both benefiting from the same underlying, configurable operational logic.
Quick Start
This skill is a foundational component and not intended for direct invocation. To utilize its capabilities, import its workflows into a domain-specific skill. For example, to integrate the daily planning workflow, an importing skill would include:
Import and execute core daily planning workflow
Source: ~/.claude/skills/core-life-ops/workflows/daily-planning.md
Config: LINEAR_TEAM_NAME="${YOUR_TEAM_NAME}"