Skip to content

docs(skills): phase 14 audit cluster B1 (SKILL.md vocabulary 反映漏れ修正)#311

Merged
ozzy-3 merged 2 commits into
mainfrom
docs/skill-md-phase-14-vocabulary
May 31, 2026
Merged

docs(skills): phase 14 audit cluster B1 (SKILL.md vocabulary 反映漏れ修正)#311
ozzy-3 merged 2 commits into
mainfrom
docs/skill-md-phase-14-vocabulary

Conversation

@ozzy-3
Copy link
Copy Markdown
Contributor

@ozzy-3 ozzy-3 commented May 31, 2026

Summary

Phase 14 (Gmail / Google Calendar connector) 後の SKILL.md 反映漏れを修正 (audit cluster B1)。secretary-agent.md (L35 / L60 / L76 で Phase 14 反映済) と整合させ、operator が「Gmail に来てた件」「Google Calendar の予定」などの自然語で skill を発火できるようにする。

変更 4 SKILL.md

  • find-document: description trigger phrase に Gmail / Google Calendar 追記、connector_name list / table に gmail_message (google_mail) + google_calendar (google_calendar) 2 行追加、narrative / 出力フォーマット / 参考 ADR に Phase 14 反映
  • meeting-prep: source_type=ms365_calendar hard-code を ms365_calendar または google_calendar に拡張、description / Step 1 narrative も同型修正
  • meeting-followup: 同型 (Step 1 / Step 2 / 参考)
  • reply-draft: source_type list に gmail_message 追加、Phase 14 で Outlook と symmetric な body 取得経路が成立した旨を narrative に明記

DoD

  • 4 SKILL.md で Phase 14 source_type / connector vocabulary 反映
  • secretary-agent.md (L35 / L60 / L76 が既に Phase 14 反映済) と SKILL.md 間で drift 解消
  • markdownlint pass (0 errors)
  • description trigger phrase に「Gmail」「Google Calendar」追記

関連

Scope 境界 (cluster B2 / cluster C との並列実行考慮)

  • meeting-prep/SKILL.md L130 / L48 の Phase 14+Phase 15+ 表記は 本 PR で触らない (cluster B2 担当)
  • 本 PR は vocabulary 拡張 (source_type / connector_name / trigger phrase) のみに集中

Test plan

  • markdownlint-cli2 --fix で 4 ファイル lint pass (0 errors)
  • secretary-agent.md L35 / L60 / L76 と SKILL.md 表記が一致 (drift 解消) を目視確認

🤖 Generated with Claude Code

ozzy-3 and others added 2 commits June 1, 2026 01:50
Phase 14 (Gmail / Google Calendar connector) 後の SKILL.md 反映漏れを修正。
secretary-agent.md (L35 / L60 / L76 で Phase 14 反映済) と整合させる。

- find-document/SKILL.md: gmail_message / google_calendar を description /
  connector_name list / table / narrative / 出力フォーマット / 参考に追加
- meeting-prep/SKILL.md: source_type=ms365_calendar hard-code を
  ms365_calendar または google_calendar に拡張、description trigger phrase
  にも Google Calendar 追記
- meeting-followup/SKILL.md: 同型 (Step 1 / Step 2 / 参考)
- reply-draft/SKILL.md: source_type list に gmail_message 追加、Phase 14
  symmetric body 取得経路の説明追加

closes #306

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
review iteration 1 で検出: `CALENDAR_SOURCE_TYPE` → `GOOGLE_CALENDAR_SOURCE_TYPE`。
`src/opshub/connectors/google_calendar/mapper.py:82` の constant 名と整合
させる。3 SKILL.md (find-document / meeting-prep / meeting-followup) の
mapper SSOT 参照を修正。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@ozzy-3
Copy link
Copy Markdown
Contributor Author

ozzy-3 commented May 31, 2026

Review (quick mode, iteration 2/3)

適用観点: correctness, conventions, security, documentation (4/11)

Findings

iteration 1

  • documentation / warning: CALENDAR_SOURCE_TYPE 表記が src/opshub/connectors/google_calendar/mapper.py:82GOOGLE_CALENDAR_SOURCE_TYPE と不一致 (SSOT drift)
    • 修正済 (commit c6accf4)、3 SKILL.md (find-document / meeting-prep / meeting-followup) を SSOT 整合

iteration 2

  • (なし)

Exit criteria (drive_loop)

axis critical warning info exit_criteria 達成
correctness 0 0 0
conventions 0 0 0
security 0 0 0
documentation 0 0 0 ✅ (iter 1 で warning 解消)

全観点 exit_criteria.drive_loop = {critical: 0, warning: 0} 達成、merge-ready。

@ozzy-3 ozzy-3 merged commit 16504fc into main May 31, 2026
2 checks passed
@ozzy-3 ozzy-3 deleted the docs/skill-md-phase-14-vocabulary branch May 31, 2026 16:52
ozzy-3 pushed a commit that referenced this pull request May 31, 2026
🤖 I have created a release *beep* *boop*
---


## [0.2.6](v0.2.5...v0.2.6)
(2026-05-31)


### Added

* **connectors/google_calendar:** events api sync token + master event
mapper + override + cursor + fallback (Phase 14 G4)
([#301](#301))
([a4cefab](a4cefab))
* **connectors/google_mail:** gmail api history + message mapper +
cursor + fallback
([#303](#303))
([3c621c1](3c621c1))


### Changed

* **connectors/google_auth:** shared OAuth foundation + 3-scope
expansion (Phase 14 G2)
([#300](#300))
([bd74191](bd74191))


### Documentation

* **adr,plan:** adr-0010 + 0014 amendments + phase-14-plan (Gmail +
Google Calendar)
([#298](#298))
([f5d43c8](f5d43c8))
* phase 14 audit cluster B2 (Phase 14+ → 15+ unification + anchor links
+ outlook + mapper symmetry counts)
([#312](#312))
([02667d7](02667d7)),
closes [#307](#307)
* phase 14 audit cluster C (operator-facing docs vs code drift)
([#310](#310))
([bfefa82](bfefa82))
* phase 14 closeout (docs + e2e + status lines + phase-13 forecast
realign) ([#304](#304))
([ab0b792](ab0b792))
* **skills:** phase 14 audit cluster B1 (SKILL.md vocabulary 反映漏れ修正)
([#311](#311))
([16504fc](16504fc))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Phase 14 audit cluster B1: SKILL.md vocabulary 更新 (Phase 14 source_type / connector 反映漏れ)

1 participant