Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/egbertie/satisficing-lab --skill decision-log명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
在 Coze 聊天里需要把文件、图片、截图、图表、PDF、报告或任何可视化/二进制产物送达用户时使用——本地文件 (你刚生成的) 和群文件 (你从 `coze agent` 拿到群文件路径的) 两种来源都走这个技能。聊天默认纯文本, 生成的文件不会自动送达用户。触发: 用户明说要看 ("把图发我"、"send me the chart"); 隐式产出 (你刚生成 plot.png 用户在等结果); 主动展示 (做完该让用户看到的文件); 群文件转发 (你通过 `coze agent` 命令上传/获取到群文件路径后)。不适用于: 纯文本回答、短代码块、大于 50MB 的本地文件。
仅在 `<coze-context>` 标识为"群聊消息"且任务涉及该群组协作时使用——浏览群消息历史、查询群成员、读写编辑群项目文件、协调群里的多方协作、把协作产出衔接给用户。触发场景: 用户问"上次说啥/这次结论是啥"、"谁在群里/有谁的权限"; 用户让你"看一下/改一下/沉淀到"群文件; 用户让你基于群历史/群文件做产出。在"单聊消息"或与该群协作无关的一般性问答下不要使用。
4-agent AI advisory committee for strategic decisions. Runs CS, Marketing, Finance, and Tech agents in sequence to analyze proposals and deliver a majority-vote recommendation. Trigger: when you need help deciding strategy, prioritization, or whether to build something new.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | decision-log |
| description | Decision recording + result tracking skill |
| author | 무펭이 🐧 |
Skill for recording important decisions and automatically tracking results after 30 days.
memory/decisions/YYYY-MM-DD-{slug}.mdTrigger keywords:
Example:
Record decision: Decided to separate Instagram bot account
Rationale: Distribute main account ban risk
Alternatives: Use main account, manual operation
Expected results: Increased safety, increased management complexity
# Decision: {title}
**Date**: YYYY-MM-DD
**Status**: Decided / Review Pending / Results Confirmed
## Decision Content
...
## Rationale
- ...
- ...
## Alternatives Considered
1. **Alternative 1**: ...
- Pros: ...
- Cons: ...
2. **Alternative 2**: ...
## Expected Results
- Positive: ...
- Negative: ...
## Actual Results (Auto-update after 30 days)
_Review date: YYYY-MM-DD_
---
**Decision date**: YYYY-MM-DD | **Review date**: YYYY-MM-DD (scheduled)
After 30 days, automatically:
Publish event when recording decision:
events/decision-YYYY-MM-DD.json{
"type": "decision-logged",
"timestamp": "2026-02-14T12:00:00Z",
"title": "Decision title",
"reviewDate": "2026-03-16",
"filePath": "memory/decisions/2026-02-14-slug.md"
}
decision-log | 무펭이 🐧