personal-strategic-planning

personal-strategic-planning is a skill for Claude Code from krishagel/geoffrey. It costs 24 tokens per session (4,956 once invoked), scanned A, original, MIT.

A guided annual and quarterly review system for setting and tracking personal and work goals across five areas, including technology work, consulting, products, real estate, and finances.

In plain words
What is it for?
Use it to run an annual review, plan the year, set goals, or conduct a quarterly progress check.
Why use it?
It gives you a structured way to reflect on progress and turn that reflection into concrete goals and check-ins.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the geoffrey plugin — 33 skills, 2 commands, 4 hooks shipped together

Good fit Use it to run an annual review, plan the year, set goals, or conduct a quarterly progress check.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/krishagel/geoffrey/personal-strategic-planning
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add krishagel/geoffrey --skill personal-strategic-planning
Clone the repo
git clone --depth 1 https://github.com/krishagel/geoffrey

Made for: Claude Code.

Or install geoffrey, the plugin that ships this one along with the rest of its 33 skills, 2 commands, 4 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for personal-strategic-planning

README.md
[![agentmods](https://agentmods.dev/badge/skills/krishagel/geoffrey/personal-strategic-planning/github.svg)](https://agentmods.dev/skills/krishagel/geoffrey/personal-strategic-planning)
Your own site
<a href="https://agentmods.dev/skills/krishagel/geoffrey/personal-strategic-planning"><img src="https://agentmods.dev/badge/skills/krishagel/geoffrey/personal-strategic-planning/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for personal-strategic-planning

Your own site · 80×15
<a href="https://agentmods.dev/skills/krishagel/geoffrey/personal-strategic-planning"><img src="https://agentmods.dev/badge/skills/krishagel/geoffrey/personal-strategic-planning.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,956 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.04956
Opus 5 $0.00012 $0.02478
Sonnet 5 $0.00005 $0.00991
Haiku 4.5 $0.00002 $0.00496

Measured 11d ago against content hash e60f1fe274ec, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

personal-strategic-planning scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/generate_annual_review.py, scripts/generate_quarterly_review.py, scripts/sync_to_omnifocus.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/personal-strategic-planning/SKILL.md · 590 lines

How it starts

The opening of the file, as written. The whole thing — 590 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Personal Strategic Planning Skill

Annual strategic review and goal-setting system combining interview-driven planning with evidence-based reflection across five personal life/work domains.

Note: For organizational/K-12 district strategic planning, use the strategic-planning-manager skill instead.

When to Activate

This skill activates when the user requests:

Annual Review (Primary Mode):

  • "Let's do my annual review"
  • "Help me plan for [year]"
  • "I want to do strategic planning"
  • "Set goals for next year"

Quarterly Check-In (Lighter Mode):

  • "Quarterly check-in"
  • "Review my progress"
  • "How am I tracking against my goals?"

Domain Modes: Each review covers 5 domains:

  1. CIO Role (day job - Technology, Communications, Safety/Security)
  2. Consulting/Speaking (reputation building, CoSN board, conferences)
  3. Product Development (AI products: voice app, survey tool)
  4. Real Estate Investing (portfolio management)
  5. Financial Planning (entrepreneurial income, retirement prep)

Available Scripts

scripts/generate_annual_review.py

Generates formatted annual review markdown file in Obsidian.

Usage:

uv run scripts/generate_annual_review.py '{json_data}' --year 2026

Input: JSON with interview data (all domains, goals, indicators) Output: Markdown file at Personal_Notes/Reviews/Annual/{YEAR}-Annual-Review.md

scripts/generate_quarterly_review.py

Generates quarterly check-in markdown file in Obsidian.

Usage:

uv run scripts/generate_quarterly_review.py '{json_data}' --year 2026 --quarter Q1

Input: JSON with progress data per domain Output: Markdown file at Personal_Notes/Reviews/Quarterly/{YEAR}-Q{N}-Review.md

scripts/sync_to_omnifocus.js

Creates OmniFocus projects and tasks from Priority Goals.

Usage:

osascript -l JavaScript scripts/sync_to_omnifocus.js '{json_data}'

Input: JSON with goals, indicators, actions, milestones Output: OmniFocus projects created, returns confirmation JSON

Read the full file on GitHub · 590 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 590 lines · 24 tokens per session scan A e60f1fe274ec

Subscribe to this mod's changes

personal-strategic-planning is a skill published in the GitHub repository krishagel/geoffrey (5 stars, last pushed 6mo ago), licensed MIT. It adds 24 tokens to every session and 4,956 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.