{
  "schemaVersion": "1.0",
  "item": {
    "slug": "double729-plansuite",
    "name": "PlanSuite",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/double729/double729-plansuite",
    "canonicalUrl": "https://clawhub.ai/double729/double729-plansuite",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/double729-plansuite",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=double729-plansuite",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "templates/findings.md",
      "templates/progress.md",
      "templates/task_plan.md",
      "_meta.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/double729-plansuite"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/double729-plansuite",
    "agentPageUrl": "https://openagent3.xyz/skills/double729-plansuite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/double729-plansuite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/double729-plansuite/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "PlanSuite",
        "body": "把“写计划（含子计划）→ 冻结计划（变更控制）→ 独立会话执行（带检查点）”合成一个最小可用流程。"
      },
      {
        "title": "文件结构（在当前工作目录创建/维护）",
        "body": "task_plan.md：计划主文件（含子计划/里程碑）\nprogress.md：执行进度（每次推进都要写）\nfindings.md：发现/决策/坑点（避免重复踩坑）\n\n不要把这三份写到聊天里：写到文件，才能恢复/续跑。"
      },
      {
        "title": "0) 初始化（第一次做这个项目）",
        "body": "如果缺文件：用模板创建 task_plan.md/progress.md/findings.md（见 templates/）。\n让用户确认目标、范围、约束、完成定义（DoD）。"
      },
      {
        "title": "1) 计划阶段（拆子计划）",
        "body": "在 task_plan.md 里输出：\n\n背景/目标\n范围（做/不做）\n风险 & 回滚\n子计划（Milestones）：每个子计划要有\n\n输入/输出\n验收标准\n预计工具调用/文件改动\n风险与回滚点"
      },
      {
        "title": "2) 冻结阶段（FINALIZED）",
        "body": "只有当用户明确说“按这个计划执行”后：\n\n在 task_plan.md 顶部写入：STATUS: FINALIZED + 时间戳。\n把“接下来要执行的子计划编号/名称”写入 progress.md 的 Next。\n\n规则：未 FINALIZED 不允许进入执行阶段（最多做调查/补充计划）。"
      },
      {
        "title": "3) 执行阶段（独立会话 + 检查点）",
        "body": "当进入执行：\n\n建议用 sessions_spawn 开一个隔离执行会话（避免污染主会话上下文）。\n每完成一个子计划：\n\n更新 progress.md（Done/Next/Blockers）\n更新 findings.md（关键决策、踩坑、验证命令、回滚步骤）\n\n\n检查点策略（默认每个子计划至少一次）：\n\n执行前：复述子计划的 DoD + 风险 + 回滚\n执行后：给出验证步骤 + 结果"
      },
      {
        "title": "4) 变更控制（计划变更）",
        "body": "如果执行中发现计划不成立：\n\n不要“边做边改”。先写入 findings.md，再把变更提案写入 task_plan.md。\n把 STATUS 改为 DRAFT，等待用户重新确认。"
      },
      {
        "title": "你在什么时候用什么文件",
        "body": "需要问清楚/拆任务 → task_plan.md\n需要告诉用户进度/下一步 → progress.md\n需要记录结论/命令/坑/回滚 → findings.md"
      },
      {
        "title": "模板",
        "body": "templates/task_plan.md\ntemplates/progress.md\ntemplates/findings.md"
      }
    ],
    "body": "PlanSuite\n\n把“写计划（含子计划）→ 冻结计划（变更控制）→ 独立会话执行（带检查点）”合成一个最小可用流程。\n\n文件结构（在当前工作目录创建/维护）\ntask_plan.md：计划主文件（含子计划/里程碑）\nprogress.md：执行进度（每次推进都要写）\nfindings.md：发现/决策/坑点（避免重复踩坑）\n\n不要把这三份写到聊天里：写到文件，才能恢复/续跑。\n\n工作流（强约束，防跑偏）\n0) 初始化（第一次做这个项目）\n如果缺文件：用模板创建 task_plan.md/progress.md/findings.md（见 templates/）。\n让用户确认目标、范围、约束、完成定义（DoD）。\n1) 计划阶段（拆子计划）\n\n在 task_plan.md 里输出：\n\n背景/目标\n范围（做/不做）\n风险 & 回滚\n子计划（Milestones）：每个子计划要有\n输入/输出\n验收标准\n预计工具调用/文件改动\n风险与回滚点\n2) 冻结阶段（FINALIZED）\n\n只有当用户明确说“按这个计划执行”后：\n\n在 task_plan.md 顶部写入：STATUS: FINALIZED + 时间戳。\n把“接下来要执行的子计划编号/名称”写入 progress.md 的 Next。\n\n规则：未 FINALIZED 不允许进入执行阶段（最多做调查/补充计划）。\n\n3) 执行阶段（独立会话 + 检查点）\n\n当进入执行：\n\n建议用 sessions_spawn 开一个隔离执行会话（避免污染主会话上下文）。\n每完成一个子计划：\n更新 progress.md（Done/Next/Blockers）\n更新 findings.md（关键决策、踩坑、验证命令、回滚步骤）\n检查点策略（默认每个子计划至少一次）：\n执行前：复述子计划的 DoD + 风险 + 回滚\n执行后：给出验证步骤 + 结果\n4) 变更控制（计划变更）\n\n如果执行中发现计划不成立：\n\n不要“边做边改”。先写入 findings.md，再把变更提案写入 task_plan.md。\n把 STATUS 改为 DRAFT，等待用户重新确认。\n你在什么时候用什么文件\n需要问清楚/拆任务 → task_plan.md\n需要告诉用户进度/下一步 → progress.md\n需要记录结论/命令/坑/回滚 → findings.md\n模板\ntemplates/task_plan.md\ntemplates/progress.md\ntemplates/findings.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/double729/double729-plansuite",
    "publisherUrl": "https://clawhub.ai/double729/double729-plansuite",
    "owner": "double729",
    "version": "0.2.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/double729-plansuite",
    "downloadUrl": "https://openagent3.xyz/downloads/double729-plansuite",
    "agentUrl": "https://openagent3.xyz/skills/double729-plansuite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/double729-plansuite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/double729-plansuite/agent.md"
  }
}