{
  "schemaVersion": "1.0",
  "item": {
    "slug": "executing-plans",
    "name": "Executing Plans",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/chenleiyanquan/executing-plans",
    "canonicalUrl": "https://clawhub.ai/chenleiyanquan/executing-plans",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/executing-plans",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=executing-plans",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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",
      "slug": "executing-plans",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T01:57:37.523Z",
      "expiresAt": "2026-05-10T01:57:37.523Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=executing-plans",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=executing-plans",
        "contentDisposition": "attachment; filename=\"executing-plans-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "executing-plans"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/executing-plans"
    },
    "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/executing-plans",
    "agentPageUrl": "https://openagent3.xyz/skills/executing-plans/agent",
    "manifestUrl": "https://openagent3.xyz/skills/executing-plans/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/executing-plans/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": "Overview",
        "body": "Load plan, review critically, execute tasks in batches, report for review between batches.\n\nCore principle: Batch execution with checkpoints for architect review.\n\nAnnounce at start: \"I'm using the executing-plans skill to implement this plan.\""
      },
      {
        "title": "Step 1: Load and Review Plan",
        "body": "Read plan file\nReview critically - identify any questions or concerns about the plan\nIf concerns: Raise them with your human partner before starting\nIf no concerns: Create TodoWrite and proceed"
      },
      {
        "title": "Step 2: Execute Batch",
        "body": "Default: First 3 tasks\n\nFor each task:\n\nMark as in_progress\nFollow each step exactly (plan has bite-sized steps)\nRun verifications as specified\nMark as completed"
      },
      {
        "title": "Step 3: Report",
        "body": "When batch complete:\n\nShow what was implemented\nShow verification output\nSay: \"Ready for feedback.\""
      },
      {
        "title": "Step 4: Continue",
        "body": "Based on feedback:\n\nApply changes if needed\nExecute next batch\nRepeat until complete"
      },
      {
        "title": "Step 5: Complete Development",
        "body": "After all tasks complete and verified:\n\nAnnounce: \"I'm using the finishing-a-development-branch skill to complete this work.\"\nREQUIRED SUB-SKILL: Use superpowers:finishing-a-development-branch\nFollow that skill to verify tests, present options, execute choice"
      },
      {
        "title": "When to Stop and Ask for Help",
        "body": "STOP executing immediately when:\n\nHit a blocker mid-batch (missing dependency, test fails, instruction unclear)\nPlan has critical gaps preventing starting\nYou don't understand an instruction\nVerification fails repeatedly\n\nAsk for clarification rather than guessing."
      },
      {
        "title": "When to Revisit Earlier Steps",
        "body": "Return to Review (Step 1) when:\n\nPartner updates the plan based on your feedback\nFundamental approach needs rethinking\n\nDon't force through blockers - stop and ask."
      },
      {
        "title": "Remember",
        "body": "Review plan critically first\nFollow plan steps exactly\nDon't skip verifications\nReference skills when plan says to\nBetween batches: just report and wait\nStop when blocked, don't guess"
      }
    ],
    "body": "Executing Plans\nOverview\n\nLoad plan, review critically, execute tasks in batches, report for review between batches.\n\nCore principle: Batch execution with checkpoints for architect review.\n\nAnnounce at start: \"I'm using the executing-plans skill to implement this plan.\"\n\nThe Process\nStep 1: Load and Review Plan\nRead plan file\nReview critically - identify any questions or concerns about the plan\nIf concerns: Raise them with your human partner before starting\nIf no concerns: Create TodoWrite and proceed\nStep 2: Execute Batch\n\nDefault: First 3 tasks\n\nFor each task:\n\nMark as in_progress\nFollow each step exactly (plan has bite-sized steps)\nRun verifications as specified\nMark as completed\nStep 3: Report\n\nWhen batch complete:\n\nShow what was implemented\nShow verification output\nSay: \"Ready for feedback.\"\nStep 4: Continue\n\nBased on feedback:\n\nApply changes if needed\nExecute next batch\nRepeat until complete\nStep 5: Complete Development\n\nAfter all tasks complete and verified:\n\nAnnounce: \"I'm using the finishing-a-development-branch skill to complete this work.\"\nREQUIRED SUB-SKILL: Use superpowers:finishing-a-development-branch\nFollow that skill to verify tests, present options, execute choice\nWhen to Stop and Ask for Help\n\nSTOP executing immediately when:\n\nHit a blocker mid-batch (missing dependency, test fails, instruction unclear)\nPlan has critical gaps preventing starting\nYou don't understand an instruction\nVerification fails repeatedly\n\nAsk for clarification rather than guessing.\n\nWhen to Revisit Earlier Steps\n\nReturn to Review (Step 1) when:\n\nPartner updates the plan based on your feedback\nFundamental approach needs rethinking\n\nDon't force through blockers - stop and ask.\n\nRemember\nReview plan critically first\nFollow plan steps exactly\nDon't skip verifications\nReference skills when plan says to\nBetween batches: just report and wait\nStop when blocked, don't guess"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/chenleiyanquan/executing-plans",
    "publisherUrl": "https://clawhub.ai/chenleiyanquan/executing-plans",
    "owner": "chenleiyanquan",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/executing-plans",
    "downloadUrl": "https://openagent3.xyz/downloads/executing-plans",
    "agentUrl": "https://openagent3.xyz/skills/executing-plans/agent",
    "manifestUrl": "https://openagent3.xyz/skills/executing-plans/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/executing-plans/agent.md"
  }
}