Loading...
Loading...
Compare original and translation side by side
threads/{domain}/{thread-name}/
├── 1-input.md # Goal context (written by sys-activating-goals, NEVER by this skill)
├── 2-hypothesis.md # Approach, assumptions, expected outcomes
├── 3-implication.md # If hypothesis true, what follows
├── 4-decision.md # Chosen course of action
├── 5-actions.md # Execution steps and status
└── 6-learning.md # Outcomes, insights, improvementsthreads/{domain}/{thread-name}/
├── 1-input.md # 目标上下文(由sys-activating-goals写入,此技能绝不会写入)
├── 2-hypothesis.md # 方法、假设、预期成果
├── 3-implication.md # 若假设成立,后续影响
├── 4-decision.md # 选定的行动方案
├── 5-actions.md # 执行步骤与状态
└── 6-learning.md # 成果、洞察、改进建议| Type | Stages Written | Agents |
|---|---|---|
| planning | 2, 3, 4 | mkt-strategist, sls-strategist |
| execution | 5, 6 | mkt-campaign-manager, sls-outbound-manager, cst-advocacy-manager |
| spec | 2, 3, 4, 5 | prd-engineer, prd-growth-engineer |
| full-cycle | 2, 3, 4, 5, 6 | ops-manager |
| lifecycle | 2, 4, 5, 6 | cst-success-manager, cst-expansion-manager, cst-retention-manager |
| content | 2, 5 | mkt-content-manager, sls-enablement-manager |
| inbound | 2, 3, 5 | mkt-inbound-manager |
| partnership | 2, 4, 5, 6 | sls-partner-manager |
| 类型 | 写入阶段 | Agent |
|---|---|---|
| 规划型 | 2, 3, 4 | mkt-strategist, sls-strategist |
| 执行型 | 5, 6 | mkt-campaign-manager, sls-outbound-manager, cst-advocacy-manager |
| 规格型 | 2, 3, 4, 5 | prd-engineer, prd-growth-engineer |
| 全周期型 | 2, 3, 4, 5, 6 | ops-manager |
| 生命周期型 | 2, 4, 5, 6 | cst-success-manager, cst-expansion-manager, cst-retention-manager |
| 内容型 | 2, 5 | mkt-content-manager, sls-enablement-manager |
| 入站型 | 2, 3, 5 | mkt-inbound-manager |
| 合作伙伴型 | 2, 4, 5, 6 | sls-partner-manager |
thread_path: threads/{domain}/{thread-name}
agent_name: {agent that produced the output}
agent_type: planning | execution | spec | full-cycle | lifecycle | content | inbound | partnership
outputs:
hypothesis: | # Stage 2 content (if in agent's stages)
...
implication: | # Stage 3 content
...
decision: | # Stage 4 content
...
actions: | # Stage 5 content
...
learning: | # Stage 6 content
...thread_path: threads/{domain}/{thread-name}
agent_name: {agent that produced the output}
agent_type: planning | execution | spec | full-cycle | lifecycle | content | inbound | partnership
outputs:
hypothesis: | # Stage 2 content (if in agent's stages)
...
implication: | # Stage 3 content
...
decision: | # Stage 4 content
...
actions: | # Stage 5 content
...
learning: | # Stage 6 content
...1. Confirm thread_path exists
2. Confirm 1-input.md exists (thread was properly activated)
3. Read 1-input.md frontmatter for thread_id and goal_id1. 确认thread_path存在
2. 确认1-input.md存在(线程已正确激活)
3. 读取1-input.md的前置元数据以获取thread_id和goal_id1. Look up agent_type in mapping table
2. Get list of stage numbers to write
3. Confirm agent provided content for each stage1. 在映射表中查找agent_type
2. 获取需写入的阶段编号列表
3. 确认Agent已提供每个阶段的内容1. Create stage file with frontmatter:
- status: completed
- completed_by: {agent_name}
- completed_at: {YYYY-MM-DD}
2. Write agent output as file body
3. Save file1. 创建包含前置元数据的阶段文件:
- status: completed
- completed_by: {agent_name}
- completed_at: {YYYY-MM-DD}
2. 将Agent输出写入文件主体
3. 保存文件1. Confirm all mapped stages have status: completed
2. Return summary of stages written1. 确认所有映射阶段的状态均为completed
2. 返回已写入阶段的摘要---
status: completed
completed_by: mkt-strategist
completed_at: 2026-02-01
---4-decision.md---
status: completed
decided_by: mkt-strategist
decided_at: 2026-02-01
---5-actions.md---
status: completed
started_at: 2026-02-01
completed_at: 2026-02-01
------
status: completed
completed_by: mkt-strategist
completed_at: 2026-02-01
---4-decision.md---
status: completed
decided_by: mkt-strategist
decided_at: 2026-02-01
---5-actions.md---
status: completed
started_at: 2026-02-01
completed_at: 2026-02-01
---execution_summary:
thread_path: threads/{domain}/{thread-name}
agent: {agent_name}
type: {agent_type}
stages_written: [2, 3, 4] # example for planning type
completed_at: 2026-02-01
status: all_stages_written | partialexecution_summary:
thread_path: threads/{domain}/{thread-name}
agent: {agent_name}
type: {agent_type}
stages_written: [2, 3, 4] # example for planning type
completed_at: 2026-02-01
status: all_stages_written | partialsys-activating-goalssys-activating-goalssys-tracking-goals6-learning.mdsys-tracking-goals6-learning.md1-input.md1-input.md