Loading...
Loading...
Compare original and translation side by side
Note: The current year is 2025. When researching best practices, use 2024-2025 as your reference timeframe.
注意: 当前年份为2025年。研究最佳实践时,请以2024-2025年作为参考时间段。
thoughts/handoffs/<session>/thoughts/handoffs/<session>/codebase-map.mdcodebase-map.mdthoughts/shared/plans/<feature>-spec.mdthoughts/shared/plans/<feature>-spec.mdls thoughts/handoffs/<session>/codebase-map.mdls thoughts/handoffs/<session>/codebase-map.mdTask(
subagent_type="scout",
prompt="Find all files related to [feature area]. Look for [specific patterns]."
)Task(
subagent_type="scout",
prompt="Analyze how [existing feature] works. Trace the data flow."
)Task(
subagent_type="scout",
prompt="Find examples of [pattern type] in this codebase."
)Task(
subagent_type="scout",
prompt="Find all files related to [feature area]. Look for [specific patterns]."
)Task(
subagent_type="scout",
prompt="Analyze how [existing feature] works. Trace the data flow."
)Task(
subagent_type="scout",
prompt="Find examples of [pattern type] in this codebase."
)thoughts/shared/plans/PLAN-<description>.mdundefinedthoughts/shared/plans/PLAN-<description>.mdundefinedpath/to/file.tspath/to/other.tspath/to/file.tspath/to/other.tspath/to/file.tspath/to/file.tsuv run pytest ...uv run ......uv run pytest ...uv run ......undefinedundefinedplan-<description>.md---
date: [ISO timestamp]
type: plan
status: complete
plan_file: thoughts/shared/plans/PLAN-<description>.md
---plan-<description>.md---
date: [ISO时间戳]
type: plan
status: complete
plan_file: thoughts/shared/plans/PLAN-<description>.md
---thoughts/shared/plans/PLAN-<description>.mdthoughts/shared/plans/PLAN-<description>.mdthoughts/shared/plans/PLAN-<description>.md/implement_planundefinedthoughts/shared/plans/PLAN-<description>.md/implement_planundefined## Risks (Pre-Mortem)
### Tigers:
- **[Risk description]** (HIGH/MEDIUM)
- Mitigation: [suggested approach]
### Elephants:
- **[Unspoken concern]** (MEDIUM)
- Note: [why this matters]/premortem deep## 风险(事前评估)
### Tigers(明确威胁):
- **[风险描述]**(高/中)
- 缓解措施:[建议方案]
### Elephants(潜在担忧):
- **[未明确提出的担忧]**(中)
- 说明:[为什么这很重要]/premortem deepPlan Created
Plan: thoughts/shared/plans/PLAN-<description>.md
Handoff: thoughts/handoffs/<session>/plan-<description>.md
Summary: [1-2 sentences about what was planned]
Tasks: [N] tasks identified
Tech choices: [Key choices made]
Ready for user review.计划已创建
计划:thoughts/shared/plans/PLAN-<description>.md
交接文档:thoughts/handoffs/<session>/plan-<description>.md
摘要:[1-2句话描述计划内容]
任务数量:[N] 个已确定的任务
技术选型:[主要决策内容]
等待用户审核。Task(
subagent_type="general-purpose",
model="claude-opus-4-5-20251101",
prompt="""
# Plan Agent
[This entire SKILL.md content]
---
## Your Context
### Feature Request:
User wants to add a health check CLI command that checks if all configured
MCP servers are reachable. Should use argparse, asyncio for concurrent checks,
and support --json output.
### Continuity Ledger:
[Ledger content if exists]
### Handoff Directory:
thoughts/handoffs/open-source-release/
---
Research the codebase, create the plan, and write your handoff.
"""
)Task(
subagent_type="general-purpose",
model="claude-opus-4-5-20251101",
prompt="""
# 规划Agent
[整个SKILL.md内容]
---
## 你的上下文
### 功能需求:
用户想要添加一个健康检查CLI命令,用于检查所有已配置的
MCP服务器是否可达。需要使用argparse、asyncio进行并发检查,
并支持 --json 输出。
### 连续性账本:
[账本内容如果存在]
### 交接目录:
thoughts/handoffs/open-source-release/
---
调研代码库、创建计划并撰写交接文档。
"""
)