agentsclimarketplace

Jw agenda v2

Skill janewu77/jw-skills/jw-agenda-v2/skills/jw-agenda-v2

Agenda management / 日程管理: daily todo, daily log, weekly plan, weekly review, monthly review, planning sync. Trigger phrases: 今天计划、日报、周规划、周总结、月总结、同步规划、today plan、weekly review、monthly reviewFrom its SKILL.md

Install
npx -y skills add janewu77/jw-skills --skill jw-agenda-v2

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

5.0 KB, ~1.3k tokens by cl100k_base, as published. Nobody here has run it

jw-agenda-v2

Six agenda management modes in one: Daily Todo, Daily Log, Weekly Plan, Weekly Review, Monthly Review, Planning Sync.

Execution Flow

  1. Route: Match the target mode based on the trigger phrase table below
  2. Load conventions: Read assets/conventions.md for shared rules; load assets/conventions-marks.md and/or assets/conventions-cascade.md per mode pre-conditions
  3. Execute mode: Read the corresponding references/mode-*.md and follow its instructions

Trigger Phrase Mapping

Matching is case-insensitive and ignores leading/trailing whitespace. Two tiers: exact (direct trigger) and fuzzy (context-dependent, confirm if needed).

ModeExact TriggersFuzzy / Colloquial TriggersInstruction File
Daily Todo生成今天的计划today plantoday's plan加一项add a task把 X 移到move X to推迟到postpone to明天要tomorrow need本周要下周要daily-todo帮我安排今天今日计划今天做什么help me plan todayplan todaywhat to do todayreferences/mode-daily-todo.md
Daily Log整理日志总结昨天summarize yesterday汇报今天report today记录一下log it我完成了I finisheddaily logdaily-log日报今天的总结recap today今天干了什么daily reportwhat did I do todayreferences/mode-daily-log.md
Weekly Plan生成本周计划周规划weekly planweekly-plan规划本周规划下周plan this weekplan next weekreferences/mode-weekly-plan.md
Weekly Review周总结本周回顾上周回顾weekly reviewweekly-review这周怎么样review this week上周总结how was this weeklast week summaryreferences/mode-weekly-review.md
Monthly Review月总结本月回顾上月回顾monthly reviewmonthly-review月报recap this monthQ1总结Q4总结Q1 reviewQ4 reviewreferences/mode-monthly-review.md
Planning Sync同步规划检查一致性planning syncplanning-sync检查规划sync plans规划有没有对齐are plans alignedreferences/mode-planning-sync.md
Archive Logs归档日志归档 dailyarchive dailyarchive logs清理 daily 目录references/mode-weekly-review.md (Step 6 only)

Add/Move Task (Mode 1 Sub-mode C): 加一项add a task明天要tomorrow need移到周三move to Wednesday推迟到 2.10postpone to 2.10 → see references/mode-add-or-move.md.

Matching Priority

  1. Exact command > fuzzy match
  2. Key action words: 加一项/add a task/移到/move to → Daily Todo; 完成了/I finished → Daily Log
  3. Time scope words: 今天/today → day-level; 本周/上周/this week/last week → week-level; 本月/上月/this month/last month/Q1–Q4 → month-level
  4. When ambiguous, ask the user to clarify intent

Mode 1 Sub-mode Routing

Sub-modeTrigger Scenario
A: Generate Daily Todo生成今天的计划today plan
B1: Query Progress完成得怎么样还剩哪些how's it goingwhat's left
B2: Update Status不做了取消推迟cancel itpostpone (no target date)
C: Add/Move Task加一项add a task明天要移到周三move to Wednesday推迟到 2.10

Shared conventions: see assets/conventions.md.

What ships with it: 22 files

69.5 KB alongside SKILL.md, 3 of them executable

scripts/

Keep looking

Skills are one crate of 326,852. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.