ワンクリックで
daily
Daily standup summary
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Daily standup summary
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
List and invoke specialized agents
Create and manage agent teams for multi-agent coordination
Enhance ForemanOS construction document processing pipeline — vision extraction, RAG retrieval, material takeoffs, and cross-reference resolution for construction plans (PDF). Triggers when working on: document-processor-batch.ts (vision prompts), intelligence-orchestrator.ts (Phase A/B/C pipeline), rag.ts (scoring/retrieval), takeoff-memory-service.ts (material quantities), symbol-learner.ts (symbol recognition), or any Prisma schema changes to Document/DocumentChunk/DrawingType/SheetLegend/MaterialTakeoff. Also triggers for: new extraction modules, plan processing improvements, RAG tuning for construction queries, or material takeoff accuracy work.
API route scaffolding
Quick health check (lint, types, tests)
Smart commit with message
| name | daily |
| description | Daily standup summary |
Generate a daily standup summary for the project.
# Recent commits
git log --oneline -10 --since="yesterday"
# Current branch status
git status
# Open PRs (if gh available)
gh pr list --state open
## Daily Standup - [Date]
### Yesterday
- [Completed work from commits]
### Today
- [Planned work based on context]
### Blockers
- [Any issues found]
### Notes
- [Build status, test status, etc.]