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.