> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/jp/advanced-basic/cases/notes-weekly-report.md).

# ノートから週報を生成

プロジェクト責任者は1週間の間に会議メモ、進捗更新、断片的なタスクを蓄積しており、金曜日までに構造が安定し、事実確認できる週報にまとめたい。重要なのは、まず記録方法を統一し、その後で Agent に集約させることで、欠けている状態を推測させないこと。

<figure><img src="/files/f267f55b904a946893ef71b1698b70479a272724" alt="笔记中的文件夹、新建、编辑预览和导出入口"><figcaption><p>同じ構成で継続的に記録すれば、週末に整理する際に状態と担当者を照合しやすい。</p></figcaption></figure>

<figure><img src="https://3562065924-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Ut5BptC3t8CtSU1UWpM%2Fuploads%2Fgit-blob-af2b16bd1259a4d59cbab0420062ec9a791a8e5c%2Fcherry-v2-guide-case-notes-weekly-report.png?alt=media" alt="笔记中已经填写完成事项、进行中工作、风险与阻塞和下周计划的第 32 周工作复盘"><figcaption><p>① 左側に元の記録と今週の振り返りを残す；② 右側の週報にはすでに実内容があり、引き続き人手で編集、プレビュー、エクスポートできる。</p></figcaption></figure>

## 操作手順

{% stepper %}
{% step %}

### 1. 記録方法を統一する

毎日同じメモフォルダに事項を記録し、少なくとも日付、結果、担当者、状態を含める。未完了の事項を、すでに納品済みのように書かない。
{% endstep %}

{% step %}

### 2. 金曜日にまず人手で整理する

重複する事項を統合し、重要な数値とリンクを補う。長期的な背景はナレッジベースに入れ、今週の変化は現在のメモに残す。
{% endstep %}

{% step %}

### 3. Agent に下書きを生成させる

「今週完了、進行中、リスク、来週の予定」の形式で出力するよう要求し、資料が不足している場合は追記項目を列挙する。
{% endstep %}

{% step %}

### 4. 確認してエクスポートする

状態、数値、責任者を確認してから、【メモ】で仕上げてエクスポートする。安定したフォーマットはスキルとして作成し、来週も再利用できる。
{% endstep %}
{% endstepper %}

## サンプルタスク

```
今週のメモを読み取り、週報の下書きを生成する。同じ事項はまとめるが、日付ごとの状態変化は保持し、完了状況は推測しない。担当者、数値、次の一手が不足している場合は「要補足」に記載する。
```

## 推奨の組み合わせと完成基準

| 項目    | 推奨方法                                                  |
| ----- | ----------------------------------------------------- |
| 日常入力  | メモは日付またはプロジェクトごとに記録し、事実とタスクのみを書く                      |
| Agent | 固定の週報構成を使い、今週のメモを読み取ってから生成する                          |
| 出力    | 週報は独立したファイルに書き込み、元のメモを上書きしない                          |
| 完了基準  | 各進捗は元のメモまで遡れること；未完了事項には担当者または次の一手があること；データを勝手に増やさないこと |

すでに記録された作業を週報に整理するのに適しており、Agent に断片的な記憶から1週間の成果を推測させるのには適していない。

{% hint style="info" %}
固定時間に週報を自動生成する前に、まず手動で数週間実行する。入力形式が安定し、不足情報の処理が信頼できるようになってから、定期実行タスクを作成する。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/jp/advanced-basic/cases/notes-weekly-report.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
