personal-planner

personal-planner is a skill for Claude Code, Codex from yokingma/weclaws. It costs 26 tokens per session (319 once invoked), scanned A, original, MIT.

A planning-first workflow that confirms the goal, constraints, expected result, and approval before implementation begins.

In plain words
What is it for?
Clarifying ambiguous tasks, planning larger changes, identifying affected files, and agreeing on how the result will be checked.
Why use it?
It reduces the risk of starting work from hidden assumptions or changing direction after implementation has begun.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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.

agentmods
npx agentmods add skills/yokingma/weclaws/personal-planner
Any agent
npx skills add yokingma/weclaws --skill personal-planner
Clone the repo
git clone --depth 1 https://github.com/yokingma/weclaws

Made for: Claude Code, Codex.

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-planner

README.md
[![agentmods](https://agentmods.dev/badge/skills/yokingma/weclaws/personal-planner.svg)](https://agentmods.dev/skills/yokingma/weclaws/personal-planner)
Your own site
<a href="https://agentmods.dev/skills/yokingma/weclaws/personal-planner"><img src="https://agentmods.dev/badge/skills/yokingma/weclaws/personal-planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 319 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00026 $0.00319
Opus 5 $0.00013 $0.00160
Sonnet 5 $0.00005 $0.00064
Haiku 4.5 $0.00003 $0.00032

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

Security

Grade A, and why

personal-planner 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 6d ago.

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.

resources/skills/managed/personal-planner/SKILL.md · 59 lines

What it actually says

Personal Planner

Overview

Use a confirmation gate before exploration and an approval gate before execution.

Do not assume hidden requirements. If the task changes in a material way, stop and re-plan.

Workflow

1. Confirm The Task First

Before exploring or implementing, confirm:

  • The goal
  • Constraints or preferences
  • Expected output or success criteria

If any of these are missing or ambiguous, ask and wait for the answer.

2. Assess Scope

  • If the task is simple, prepare a concise execution plan.
  • If the task is complex, break it into phases before implementation.

3. Draft The Plan

Include:

  • Restated goal
  • Constraints
  • Proposed approach
  • Main implementation steps
  • Files, systems, or areas likely to change
  • Verification approach

4. Review Before Execution

Present the draft plan and wait for explicit approval such as continue, start, or an equivalent confirmation.

Do not start implementation before that approval.

5. Reconfirm When The Plan Moves

  • If new information changes scope, constraints, or design materially, stop and re-confirm.
  • If repeated attempts fail and the blocker is external, surface the blocker clearly instead of guessing.

Guardrails

  • Confirm before exploring.
  • Collect constraints before designing.
  • Review the plan before executing.
  • Escalate blockers instead of improvising around them.
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. 6d ago First seen · 59 lines · 26 tokens per session scan A 0253c2503f6c

Subscribe to this mod's changes

personal-planner is a skill published in the GitHub repository yokingma/weclaws (38 stars, last pushed 3mo ago), licensed MIT. It adds 26 tokens to every session and 319 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-30.

Related

Other skills, from other repositories

wxjava-api-contributor

按 WxJava 的 Maven 多模块、Java 8、公共 API 兼容性和 TestNG 约定,为微信官方接口新增或维护 SDK 支持。适用于新增 Service API、请求响应 Bean、序列化、HTTP 实现、Starter 配置或回归测试时。.

binarywang/WxJava · 68 tokens

wxjava-integration-guide

为 Java、Spring Boot 或 Solon 项目生成可验证的 WxJava 接入方案,包括模块选择、BOM、配置、最小调用代码以及单/多账号集成。适用于用户要求接入公众号、小程序、支付、企业微信、开放平台、视频号或微信小店时。.

binarywang/WxJava · 72 tokens

wxjava-module-selector

根据微信公众号、小程序、微信支付、企业微信、开放平台、视频号或微信小店、腾讯企点和微信智能对话等业务场景,为用户选择合适的 WxJava Maven 模块、BOM 和示例入口。适用于用户询问“该用哪个模块”、依赖坐标、产品边界或单/多账号 Starter 选择时。.

binarywang/WxJava · 86 tokens

wxjava-troubleshooter

排查 WxJava 在配置初始化、access token、签名验签、支付证书、回调通知、序列化、网络请求和多账号隔离方面的问题。适用于用户提供异常、日志、请求响应或“WxJava 为什么不能调用”的场景。.

binarywang/WxJava · 65 tokens

wxjava-upgrade-guide

规划 WxJava 的版本升级与迁移,检查 BOM、模块依赖、Java 版本、配置与公共 API 兼容性,并提供可回滚的验证步骤。适用于用户从旧版升级、切换依赖管理方式、处理兼容性告警或制定升级发布计划时。.

binarywang/WxJava · 72 tokens

ian-xiaohei-illustrations

生成 Ian 风格的中文正文配图。用于用户要求为中文文章、帖子、博客、Notion 文档、工作流文档、方法论、流程、结构、状态、隐喻或观点生成“怪诞”“小黑”“手绘”“正文配图”“文章插图”“配图建议”“shot list”“去标题/改图”等任务;默认使用小黑 IP、纯白手绘、少量红橙蓝批注、简洁清爽但天马行空的视觉风格。.

chaitanyagiri/munder-difflin · 122 tokens