weekly-catchup
Use at the start of a weekly session. Syncs all sources and generates a catch-up summary.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use at the start of a weekly session. Syncs all sources and generates a catch-up summary.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use periodically (weekly or before a release) to find stale numbers, outdated descriptions, broken links, and inconsistencies across the codebase. Run after merging multiple PRs or before preparing a meeting report.
Use before a Sutro Group meeting to compile results and prepare a presentation report.
Use when running a new experiment. Follows the two-phase protocol from LAB.md.
Use before any research task, experiment, or PR review. Loads current project state from DISCOVERIES.md, open questions, and recent Telegram discussion.
Use at the start of any session and before pushing. Syncs Telegram, Google Docs, and GitHub state for the Sutro Group research workspace.
Use when drafting, editing, or reviewing any prose to detect and remove AI writing patterns including overused vocabulary (delve, tapestry, landscape), formulaic structures (binary contrasts, rule of three), throat-clearing openers, business jargon, and other LLM tells
| name | weekly-catchup |
| description | Use at the start of a weekly session. Syncs all sources and generates a catch-up summary. |
Sync Google Docs. Run python3 src/sync_google_docs.py. Check for new meeting docs.
Sync Telegram. Run bun run sync_telegram.ts. Check chat-yad, chat-yaroslav, challenge channels.
Check GitHub. Run gh issue list --repo cybertronai/SutroYaro --state open and gh pr list.
Read the last catch-up in docs/catchups/ for context on what happened last week.
Generate the catch-up page. Create docs/catchups/YYYY-MM-DD.md with:
Update docs/catchups/index.md with the new entry.
Update mkdocs.yml nav if needed.