// Core productivity workflows (daily planning, task triage, reporting) that work across any life domain. Not intended for direct use - imported by context-specific skills like covenant-marketing-ops or personal-life-ops.
| name | core-life-ops |
| description | Core productivity workflows (daily planning, task triage, reporting) that work across any life domain. Not intended for direct use - imported by context-specific skills like covenant-marketing-ops or personal-life-ops. |
This skill provides domain-agnostic productivity workflows that can be imported and configured by context-specific skills. It handles Linear integration, agent coordination, and common productivity patterns.
Not user-facing: This skill is imported by other skills, not invoked directly.
Importing skills must provide these configuration values:
# Required
LINEAR_TEAM_NAME="Team Name" # or LINEAR_TEAM_ID
REPO_PATH="/path/to/narrative/repo" # Documentation repository
# Optional
LABEL_PREFIX="" # Prefix for custom labels
WORKFLOW_CUSTOMIZATIONS="" # JSON override config
Import: workflows/daily-planning.md
What it does:
Usage from importing skill:
[Import and execute core daily planning workflow]
Source: ~/.claude/skills/core-life-ops/workflows/daily-planning.md
Config: LINEAR_TEAM_NAME="${YOUR_TEAM_NAME}"
Import: workflows/task-triage.md
What it does:
Usage from importing skill:
[Import and execute core task triage workflow]
Source: ~/.claude/skills/core-life-ops/workflows/task-triage.md
Config: LINEAR_TEAM_NAME="${YOUR_TEAM_NAME}"
Import: workflows/reporting.md
What it does:
Usage from importing skill:
[Import and execute core reporting workflow]
Source: ~/.claude/skills/core-life-ops/workflows/reporting.md
Config: LINEAR_TEAM_NAME="${YOUR_TEAM_NAME}"
This skill reuses linear-workflow-manager for all Linear GraphQL queries.
Required:
~/.claude/skills/linear-workflow-manager~/.claude/.envQuery Helper:
~/.claude/skills/linear-workflow-manager/scripts/linear.sh query queries/planning/my-priorities.json
See references/linear-integration.md for detailed query patterns.
See references/agent-patterns.md for reusable patterns for: