Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
examples/digital-brain-skill/operations/goals.yaml
1# Goals & OKRs2# Review quarterly, update progress weekly34current_period:5quarter: "[PLACEHOLDER: e.g., Q1 2025]"6theme: "[PLACEHOLDER: What's the overarching focus]"78objectives:9# Objective 110- objective: "[PLACEHOLDER: e.g., Build a strong personal brand]"11why: "[PLACEHOLDER: Why this matters]"12key_results:13- description: "[PLACEHOLDER: e.g., Reach 10k Twitter followers]"14target: 1000015current: 016unit: "followers"17status: "on_track|at_risk|behind|completed"1819- description: "[PLACEHOLDER: e.g., Publish 12 newsletter issues]"20target: 1221current: 022unit: "issues"23status: "on_track"2425- description: "[PLACEHOLDER: e.g., Get featured in 3 podcasts]"26target: 327current: 028unit: "appearances"29status: "on_track"3031# Objective 232- objective: "[PLACEHOLDER: e.g., Launch MVP]"33why: "[PLACEHOLDER]"34key_results:35- description: "[PLACEHOLDER]"36target: 037current: 038unit: "[PLACEHOLDER]"39status: "on_track"4041- description: "[PLACEHOLDER]"42target: 043current: 044unit: "[PLACEHOLDER]"45status: "on_track"4647# Objective 348- objective: "[PLACEHOLDER: e.g., Expand network]"49why: "[PLACEHOLDER]"50key_results:51- description: "[PLACEHOLDER]"52target: 053current: 054unit: "[PLACEHOLDER]"55status: "on_track"5657annual_goals:58- goal: "[PLACEHOLDER: Big picture goal for the year]"59progress: "[PLACEHOLDER: Current status]"6061- goal: "[PLACEHOLDER]"62progress: "[PLACEHOLDER]"6364personal_goals:65# Non-work goals66health:67- "[PLACEHOLDER: e.g., Exercise 4x/week]"6869relationships:70- "[PLACEHOLDER: e.g., Weekly calls with family]"7172growth:73- "[PLACEHOLDER: e.g., Read 24 books]"7475north_star:76metric: "[PLACEHOLDER: The one metric that matters most right now]"77current: "[PLACEHOLDER]"78target: "[PLACEHOLDER]"79why: "[PLACEHOLDER: Why this is the focus]"8081review_log:82- date: "[DATE]"83notes: "[PLACEHOLDER: What you reviewed, adjusted, learned]"84