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
npx -y skills add janewu77/jw-skills --skill jw-agenda-v2Assembled 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
- Route: Match the target mode based on the trigger phrase table below
- Load conventions: Read
assets/conventions.mdfor shared rules; loadassets/conventions-marks.mdand/orassets/conventions-cascade.mdper mode pre-conditions - Execute mode: Read the corresponding
references/mode-*.mdand 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).
| Mode | Exact Triggers | Fuzzy / Colloquial Triggers | Instruction File |
|---|---|---|---|
| Daily Todo | 生成今天的计划、today plan、today's plan、加一项、add a task、把 X 移到、move X to、推迟到、postpone to、明天要、tomorrow need、本周要、下周要、daily-todo | 帮我安排今天、今日计划、今天做什么、help me plan today、plan today、what to do today | references/mode-daily-todo.md |
| Daily Log | 整理日志、总结昨天、summarize yesterday、汇报今天、report today、记录一下、log it、我完成了、I finished、daily log、daily-log | 日报、今天的总结、recap today、今天干了什么、daily report、what did I do today | references/mode-daily-log.md |
| Weekly Plan | 生成本周计划、周规划、weekly plan、weekly-plan | 规划本周、规划下周、plan this week、plan next week | references/mode-weekly-plan.md |
| Weekly Review | 周总结、本周回顾、上周回顾、weekly review、weekly-review | 这周怎么样、review this week、上周总结、how was this week、last week summary | references/mode-weekly-review.md |
| Monthly Review | 月总结、本月回顾、上月回顾、monthly review、monthly-review | 月报、recap this month、Q1总结–Q4总结、Q1 review–Q4 review | references/mode-monthly-review.md |
| Planning Sync | 同步规划、检查一致性、planning sync、planning-sync | 检查规划、sync plans、规划有没有对齐、are plans aligned | references/mode-planning-sync.md |
| Archive Logs | 归档日志、归档 daily、archive daily、archive 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.10、postpone to 2.10 → see references/mode-add-or-move.md.
Matching Priority
- Exact command > fuzzy match
- Key action words:
加一项/add a task/移到/move to→ Daily Todo;完成了/I finished→ Daily Log - Time scope words:
今天/today→ day-level;本周/上周/this week/last week→ week-level;本月/上月/this month/last month/Q1–Q4→ month-level - When ambiguous, ask the user to clarify intent
Mode 1 Sub-mode Routing
| Sub-mode | Trigger Scenario |
|---|---|
| A: Generate Daily Todo | 生成今天的计划、today plan |
| B1: Query Progress | 完成得怎么样、还剩哪些、how's it going、what's left |
| B2: Update Status | 不做了、取消、推迟、cancel it、postpone (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
assets/
- conventions-cascade.md4.7 KB
- conventions-marks.md3.4 KB
- conventions.md10.4 KB
- schedule-config.example.md1.1 KB
- summary-categories.example.md845 B
- template-conventions.md1.2 KB
references/
- mode-add-or-move.md4.0 KB
- mode-daily-log.md4.4 KB
- mode-daily-todo.md5.6 KB
- mode-monthly-review.md4.8 KB
- mode-planning-sync.md5.4 KB
- mode-weekly-plan.md4.3 KB
- mode-weekly-review.md4.2 KB
scripts/
- date_utils.pyruns6.1 KB
- dedup_todos.pyruns3.8 KB
templates/
- daily-todo-template.md253 B
- log-template.mdruns716 B
- monthly-review-template.md976 B
- review-template.md1.0 KB
- sync-report-template.md1.0 KB
- week-template.md1.4 KB
- .gitignore59 B