โ† All skills
Tencent SkillHub ยท Productivity

Speckit Workflow for Openclaw

Complete Spec-Driven Development (SDD) orchestrator for OpenClaw. Initializes SpecKit and manages the full engineering lifecycle.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Complete Spec-Driven Development (SDD) orchestrator for OpenClaw. Initializes SpecKit and manages the full engineering lifecycle.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
_meta.json, README.md, SKILL.md, .specify/templates/agent-file-template.md, .specify/templates/constitution-template.md, .specify/templates/checklist-template.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

Speckit Workflow Skill ๐Ÿฆž

This is the master orchestrator for the SpecKit for OpenClaw engineering workflow.

โš ๏ธ Security & Credentials

This workflow is designed to automate git operations to save progress and isolate work. Agent Requirement: Before starting the workflow or initializing a new project, you MUST ask the user: "Do you want to enable automated git commit, git push, and branch creation for this project? (Yes/No)" If YES: Proceed with automated commits, pushes, and branch creation as described in the workflow. Ensure you have write access. If 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.

๐Ÿš€ Step 1: Initialization

If this project has not been initialized with SpecKit yet, you MUST ensure the .specify/ directory is present in the project root. Initialization Instructions for Agent: Ask for Git Permission (see above). Check if .specify/ exists in the project root. If missing, copy the .specify/ directory from this skill package (located at ./.specify/) to .specify/ in the project root. Create the destination directory if it doesn't exist. Confirm successful initialization.

๐Ÿ”„ Resuming Workflow

Before starting or when returning to a project, you MUST determine the current state by checking for the existence of SpecKit artifacts: Check for Initialization: Verify if .specify/ exists. Determine Current Phase: If .specify/memory/constitution.md exists -> Constitution complete. If specs/<feature>/spec.md exists -> Specify complete. If specs/<feature>/plan.md exists -> Plan complete. If specs/<feature>/tasks.md exists -> Tasks complete. If tasks in tasks.md are partially marked [X] -> Implementation in progress. Always resume from the first incomplete phase in the Execution Order.

๐Ÿ—๏ธ Step 2: Workflow Orchestration

Once initialized, you MUST follow the canonical Spec-kit order by delegating to sub-agents.

When to Create a Sub-Agent:

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/).

The Execution Order:

๐Ÿ“œ Constitution: Delegate to speckit-constitution. Establish code quality, testing standards, and architectural constraints. ๐Ÿ“ Specify: Delegate to speckit-specify. Transform requirements into a formal spec.md. ๐Ÿ” Clarify (Optional): Delegate to speckit-clarify if the specification is ambiguous. ๐Ÿ—๏ธ Plan: Delegate to speckit-plan. Derive technical design and implementation architecture. ๐Ÿ“‹ Tasks: Delegate to speckit-tasks. Break the plan into actionable task lists. โš–๏ธ Analyze (Optional): Delegate to speckit-analyze for cross-artifact consistency. ๐Ÿ‘ท Implement: Delegate to speckit-implement.

๐Ÿ‘ท Implementation Session Management

When executing the speckit-implement phase, you MUST: Isolate Context: Trigger a new agent session for implementation to ensure focus. Dynamic Task Chunking: Group tasks from tasks.md dynamically based on requirements and complexity. If tasks are small/simple, group 3-5 tasks (e.g., T001 to T005). If tasks are complex, group 1-2 tasks. Sub-Agent Execution: For each chunk, delegate to a sub-agent using speckit-implement. Commit & Push: After each successfully completed chunk, the sub-agent MUST commit and push the changes to the repository. Mark Completion: Ensure the sub-agent marks tasks as complete [X] in tasks.md before returning. Avoid Over-grouping: Do not group too many tasks in a single sub-agent session to maintain precision and manageable diffs.

User Provided Context

{{user_provided_context}} Use this context to start or resume the workflow. If the project is not yet initialized, begin with Step 1: Initialization.

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs1 Config
  • SKILL.md Primary doc
  • .specify/templates/agent-file-template.md Docs
  • .specify/templates/checklist-template.md Docs
  • .specify/templates/constitution-template.md Docs
  • README.md Docs
  • _meta.json Config