ワンクリックで
chat
Post messages to the team chat log (agents/CHAT.md). Use to communicate between personas, log progress updates, and coordinate handoffs.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Post messages to the team chat log (agents/CHAT.md). Use to communicate between personas, log progress updates, and coordinate handoffs.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Prompt Engineering Expert. Use for agent creation, prompt updates, and team process improvements.
Product Manager. Use for product vision, requirements, PRDs, user stories, prioritization, and acceptance criteria.
Tech Lead and Architect. Use for architectural decisions, design guidance, task planning, code quality, and refactoring strategy.
Scrum Master and Project Coordinator. Use for sprint status, task tracking, velocity metrics, and team coordination.
Senior Software Engineer (Python). Use for implementation, coding, debugging, testing, and refactoring tasks.
Knowledge Officer and Documentation Architect. Use for documentation, knowledge queries, recording decisions/lessons, and file organization.
| name | chat |
| description | Post messages to the team chat log (agents/CHAT.md). Use to communicate between personas, log progress updates, and coordinate handoffs. |
| triggers | ["*msg","*chat log"] |
The chat skill posts structured messages to agents/CHAT.md, the shared team communication log. All personas use this to coordinate work and hand off tasks.
make chat MSG="<message>" [PERSONA="<Name>"] [CMD="<command>"] [TO="<recipient>"]
| Argument | Make Variable | Default | Description |
|---|---|---|---|
| message | MSG | required | Message content |
| persona | PERSONA | $USER | Who is sending (e.g. Neo, Trin) |
| cmd | CMD | chat | Command prefix (auto-prefixed with *) |
| to | TO | all | Recipient persona name |
[DATETIME] [**Persona**]->[**recipient**] *cmd*:
message
make chat MSG="fix the bug in parser.py" PERSONA="User" CMD="request"
make chat MSG="Fixed bug in parser.py line 42" PERSONA="Neo" CMD="swe fix" TO="Trin"
make chat MSG="@Trin please verify the fix in parser.py" PERSONA="Neo" CMD="handoff" TO="Trin"
Always read agents/CHAT.md (newest messages at the END) before starting work:
Read agents/CHAT.md # last 10-20 messages for context