ワンクリックで
agenthub-docs-journal
Journal writing for rollout notes and validation evidence.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Journal writing for rollout notes and validation evidence.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when a Team inbox, channel, thread, or human-visible message must be routed into a direct reply, thread reply, mailbox update, task note, or canonical Team task.
Use before editing Team system prompts, runtime prompt tails, prompt-linked skills, or prompt tests to keep prompts bounded, tool-neutral, and pointer-first.
ACP rendering fixes for Team web surfaces.
Backend-first diagnosis for stuck AgentHub agents.
Canonical feature spec writing for stable contracts.
Focused AgentHub test planning for behavior changes.
| name | agenthub-docs-journal |
| description | Journal writing for rollout notes and validation evidence. |
Use this skill when writing or reviewing docs/journal/YYYY-MM-DD-topic.md files, especially for rollout notes, implementation checkpoints, or validation evidence.
Keep journals as concise, dated implementation records:
Journals are not canonical specs and are not historical dumping grounds for every scratch note.
docs/journal/YYYY-MM-DD-topic.mddocs/features/, not only in a journaldocs/todo.md, not buried in proseKeep the structure operational and predictable. A normal journal should contain:
SummaryBackgroundScopeKey DecisionsValidationFollow-UpsYou may add a short Files section for implementation-heavy notes, but do not turn the journal into a file-by-file changelog unless that is the point of the record.
Do not leave pre-fix wording in place once the same PR already changed the code or doc.
Examples:
If docs/todo.md references a journal estimate, the journal and TODO must agree.
Do not let:
docs/todo.md say ~12h~8hList the focused checks that actually support the journal entry.
Good examples:
cargo test -p agenthub-acp prompt_prefix_blocks_append_runtime_context_after_skills -- --nocapture
cd web && npm exec vitest -- run src/pages/team_page.smoke.test.tsx
gh pr checks 468 | cat
Bad examples:
If a step landed in the same change, remove it from the remaining-work list or rewrite it as the narrower unresolved tail.
When journals start repeating the same surface:
docs/features/<topic>.mdWrite a journal when:
Do not create a journal for:
docs/features/Check these:
YYYY-MM-DD-topic.mddocs/features/ file