{
  "schemaVersion": "1.0",
  "item": {
    "slug": "speckit-workflow",
    "name": "Speckit Workflow for Openclaw",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/vinayakv22/speckit-workflow",
    "canonicalUrl": "https://clawhub.ai/vinayakv22/speckit-workflow",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/speckit-workflow",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=speckit-workflow",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "_meta.json",
      "README.md",
      "SKILL.md",
      ".specify/templates/agent-file-template.md",
      ".specify/templates/constitution-template.md",
      ".specify/templates/checklist-template.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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/speckit-workflow"
    },
    "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/speckit-workflow",
    "agentPageUrl": "https://openagent3.xyz/skills/speckit-workflow/agent",
    "manifestUrl": "https://openagent3.xyz/skills/speckit-workflow/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/speckit-workflow/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Speckit Workflow Skill 🦞",
        "body": "This is the master orchestrator for the SpecKit for OpenClaw engineering workflow."
      },
      {
        "title": "⚠️ Security & Credentials",
        "body": "This workflow is designed to automate git operations to save progress and isolate work.\n\nAgent Requirement:\nBefore starting the workflow or initializing a new project, you MUST ask the user:\n\n\"Do you want to enable automated git commit, git push, and branch creation for this project? (Yes/No)\"\n\nIf YES: Proceed with automated commits, pushes, and branch creation as described in the workflow. Ensure you have write access.\nIf NO: You MUST NOT perform any git operations (commits, pushes, or branch creation). You will only write files locally. The user is responsible for version control."
      },
      {
        "title": "🚀 Step 1: Initialization",
        "body": "If this project has not been initialized with SpecKit yet, you MUST ensure the .specify/ directory is present in the project root.\n\nInitialization Instructions for Agent:\n\nAsk for Git Permission (see above).\nCheck if .specify/ exists in the project root.\nIf missing, copy the .specify/ directory from this skill package (located at ./.specify/) to .specify/ in the project root.\n\nCreate the destination directory if it doesn't exist.\n\n\nConfirm successful initialization."
      },
      {
        "title": "🔄 Resuming Workflow",
        "body": "Before starting or when returning to a project, you MUST determine the current state by checking for the existence of SpecKit artifacts:\n\nCheck for Initialization: Verify if .specify/ exists.\nDetermine Current Phase:\n\nIf .specify/memory/constitution.md exists -> Constitution complete.\nIf specs/<feature>/spec.md exists -> Specify complete.\nIf specs/<feature>/plan.md exists -> Plan complete.\nIf specs/<feature>/tasks.md exists -> Tasks complete.\nIf tasks in tasks.md are partially marked [X] -> Implementation in progress.\n\nAlways resume from the first incomplete phase in the Execution Order."
      },
      {
        "title": "🏗️ Step 2: Workflow Orchestration",
        "body": "Once initialized, you MUST follow the canonical Spec-kit order by delegating to sub-agents."
      },
      {
        "title": "When to Create a Sub-Agent:",
        "body": "For each phase below, you should create or delegate to a specialized sub-agent that uses the corresponding skill found in the subskills/ directory relative to this skill file (./subskills/)."
      },
      {
        "title": "The Execution Order:",
        "body": "📜 Constitution: Delegate to speckit-constitution. Establish code quality, testing standards, and architectural constraints.\n📝 Specify: Delegate to speckit-specify. Transform requirements into a formal spec.md.\n🔍 Clarify (Optional): Delegate to speckit-clarify if the specification is ambiguous.\n🏗️ Plan: Delegate to speckit-plan. Derive technical design and implementation architecture.\n📋 Tasks: Delegate to speckit-tasks. Break the plan into actionable task lists.\n⚖️ Analyze (Optional): Delegate to speckit-analyze for cross-artifact consistency.\n👷 Implement: Delegate to speckit-implement."
      },
      {
        "title": "👷 Implementation Session Management",
        "body": "When executing the speckit-implement phase, you MUST:\n\nIsolate Context: Trigger a new agent session for implementation to ensure focus.\nDynamic Task Chunking: Group tasks from tasks.md dynamically based on requirements and complexity.\n\nIf tasks are small/simple, group 3-5 tasks (e.g., T001 to T005).\nIf tasks are complex, group 1-2 tasks.\n\n\nSub-Agent Execution: For each chunk, delegate to a sub-agent using speckit-implement.\nCommit & Push: After each successfully completed chunk, the sub-agent MUST commit and push the changes to the repository.\nMark Completion: Ensure the sub-agent marks tasks as complete [X] in tasks.md before returning.\nAvoid Over-grouping: Do not group too many tasks in a single sub-agent session to maintain precision and manageable diffs."
      },
      {
        "title": "User Provided Context",
        "body": "{{user_provided_context}}\n\nUse this context to start or resume the workflow. If the project is not yet initialized, begin with Step 1: Initialization."
      }
    ],
    "body": "Speckit Workflow Skill 🦞\n\nThis is the master orchestrator for the SpecKit for OpenClaw engineering workflow.\n\n⚠️ Security & Credentials\n\nThis workflow is designed to automate git operations to save progress and isolate work.\n\nAgent Requirement: Before starting the workflow or initializing a new project, you MUST ask the user:\n\n\"Do you want to enable automated git commit, git push, and branch creation for this project? (Yes/No)\"\n\nIf YES: Proceed with automated commits, pushes, and branch creation as described in the workflow. Ensure you have write access.\nIf NO: You MUST NOT perform any git operations (commits, pushes, or branch creation). You will only write files locally. The user is responsible for version control.\n🚀 Step 1: Initialization\n\nIf this project has not been initialized with SpecKit yet, you MUST ensure the .specify/ directory is present in the project root.\n\nInitialization Instructions for Agent:\n\nAsk for Git Permission (see above).\nCheck if .specify/ exists in the project root.\nIf missing, copy the .specify/ directory from this skill package (located at ./.specify/) to .specify/ in the project root.\nCreate the destination directory if it doesn't exist.\nConfirm successful initialization.\n🔄 Resuming Workflow\n\nBefore starting or when returning to a project, you MUST determine the current state by checking for the existence of SpecKit artifacts:\n\nCheck for Initialization: Verify if .specify/ exists.\nDetermine Current Phase:\nIf .specify/memory/constitution.md exists -> Constitution complete.\nIf specs/<feature>/spec.md exists -> Specify complete.\nIf specs/<feature>/plan.md exists -> Plan complete.\nIf specs/<feature>/tasks.md exists -> Tasks complete.\nIf tasks in tasks.md are partially marked [X] -> Implementation in progress.\n\nAlways resume from the first incomplete phase in the Execution Order.\n\n🏗️ Step 2: Workflow Orchestration\n\nOnce initialized, you MUST follow the canonical Spec-kit order by delegating to sub-agents.\n\nWhen to Create a Sub-Agent:\n\nFor each phase below, you should create or delegate to a specialized sub-agent that uses the corresponding skill found in the subskills/ directory relative to this skill file (./subskills/).\n\nThe Execution Order:\n📜 Constitution: Delegate to speckit-constitution. Establish code quality, testing standards, and architectural constraints.\n📝 Specify: Delegate to speckit-specify. Transform requirements into a formal spec.md.\n🔍 Clarify (Optional): Delegate to speckit-clarify if the specification is ambiguous.\n🏗️ Plan: Delegate to speckit-plan. Derive technical design and implementation architecture.\n📋 Tasks: Delegate to speckit-tasks. Break the plan into actionable task lists.\n⚖️ Analyze (Optional): Delegate to speckit-analyze for cross-artifact consistency.\n👷 Implement: Delegate to speckit-implement.\n👷 Implementation Session Management\n\nWhen executing the speckit-implement phase, you MUST:\n\nIsolate Context: Trigger a new agent session for implementation to ensure focus.\nDynamic Task Chunking: Group tasks from tasks.md dynamically based on requirements and complexity.\nIf tasks are small/simple, group 3-5 tasks (e.g., T001 to T005).\nIf tasks are complex, group 1-2 tasks.\nSub-Agent Execution: For each chunk, delegate to a sub-agent using speckit-implement.\nCommit & Push: After each successfully completed chunk, the sub-agent MUST commit and push the changes to the repository.\nMark Completion: Ensure the sub-agent marks tasks as complete [X] in tasks.md before returning.\nAvoid Over-grouping: Do not group too many tasks in a single sub-agent session to maintain precision and manageable diffs.\nUser Provided Context\n{{user_provided_context}}\n\n\nUse this context to start or resume the workflow. If the project is not yet initialized, begin with Step 1: Initialization."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/vinayakv22/speckit-workflow",
    "publisherUrl": "https://clawhub.ai/vinayakv22/speckit-workflow",
    "owner": "vinayakv22",
    "version": "1.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/speckit-workflow",
    "downloadUrl": "https://openagent3.xyz/downloads/speckit-workflow",
    "agentUrl": "https://openagent3.xyz/skills/speckit-workflow/agent",
    "manifestUrl": "https://openagent3.xyz/skills/speckit-workflow/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/speckit-workflow/agent.md"
  }
}