agentsclimarketplace

Due guardrail ja

Skill tokimoa/jitsumu-skills/skills/due-guardrail-ja

日本語実務向けAgent Skills — ベンチマーク実測つき(議事録・社内規程QA・期日ガードレール・稟議・敬語メール)

Install
npx -y skills add tokimoa/jitsumu-skills --skill due-guardrail-ja

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

  • 18 days oldThe repository was created 18 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 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.

What its author says it does

Copied from the file, not written here

文書や会話から期日・締切を抽出し、基準日からのカレンダー計算で検証する。「来週月曜まで」のような相対表現の日付換算と、換算結果の妥当性チェックに使用する。期日・締切・スケジュールを扱う作業で使用する。

SKILL.md

1.8 KB, 588 tokens by cl100k_base, as published. Nobody here has run it

期日ガードレール

LLMはカレンダー計算を間違える前提で作業する。相対的な日付表現の換算は、自分で暗算せず同梱スクリプトに任せる。

使い方

基準日(会議日・文書の日付)と表現を渡すと、ISO日付か UNRESOLVED が返る。

python scripts/resolve_date.py 2026-04-01 "4月22日まで"     # → 2026-04-22
python scripts/resolve_date.py 2026-05-20 "再来週の月曜"     # → 2026-06-01
python scripts/resolve_date.py 2026-04-01 "なるべく早く"     # → UNRESOLVED

既に日付が書かれた文書を検証する場合は verify を使う。

python scripts/resolve_date.py --verify 2026-05-20 "6月6日" 2026-06-06   # → OK
python scripts/resolve_date.py --verify 2026-05-20 "来週金曜" 2026-06-05  # → NG (expected 2026-05-29)

ルール

  1. 明示された表現だけを日付にする。「4月22日まで」「来週月曜」は換算してよい。「なるべく早く」「近日中」「今月中を目処」のような曖昧表現は UNRESOLVED のまま、原文の表現を期日欄に添えて残す
  2. 換算にはスクリプトの出力をそのまま使う。スクリプトが UNRESOLVED を返した表現を、自分の判断で日付にしない
  3. 年をまたぐ換算に注意。12月の会議での「1月15日まで」は翌年になる。スクリプトは基準日から自動判定する
  4. 成果物に日付を書いたら、出力前に verify で1件ずつ検算する

Keep looking

Skills are one crate of 328,083. 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.