⚙️ 自動化
📖 公式
ワークフロー最適化
既存のワークフローを分析し、最適化された自動化スクリプトを作成します
★★★ 上級 40 min 2025年1月13日
📋
シナリオ
繰り返しのワークフローは時間を浪費し、エラーを引き起こします。Cowork は、ドキュメント化されたプロセスを分析し、業務を効率化する自動化スクリプトを作成できます。
💬
プロンプト
I have a documented workflow in ~/Workflows/daily_report.md that describes my daily report generation process. Currently it involves: 1. Export data from 3 Google Sheets 2. Download logs from server 3. Process CSVs to extract KPIs 4. Generate charts 5. Compile into Word document 6. Email to stakeholders Please: 1. Analyze this workflow for automation opportunities 2. Create a single script that automates everything possible 3. Identify steps that still need manual intervention 4. Estimate time savings 5. Create the automation at ~/Scripts/daily_report/
✨
期待される結果
Claude は: 1. ワークフローを分析し、各ステップの時間と自動化の可能性を評価 2. 詳細な分析レポートを生成(通常 90% 以上の時間削減) 3. 完全な Python 自動化スクリプトを作成 4. 自動化の制限事項を特定(例:API 認証情報が必要など)
💡
ヒント
- • 現在のプロセスのドキュメント化から始める
- • 本番環境で使用する前にサンプルデータで自動化をテストする
- • 重要な判断には人間の確認を残す
- • スケジュールタスクと組み合わせて完全な無人自動化を実現する