An autonomous, spec-driven development framework that uses the OpenSpec CLI and Claude Code to orchestrate the full software lifecycle from issue to pull request.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openspec-workflow
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openspec-workflow using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenSpec Workflow is a robust methodology designed to manage autonomous code changes through rigorous specification and automated review gates. Built for Openclaw Skills, it positions the AI agent as a high-level orchestrator that drafts technical artifacts and makes critical judgment calls, while delegating deep codebase exploration and implementation tasks to Claude Code. This separation of concerns ensures that every code change is grounded in technical truth, significantly reducing regressions and improving architectural consistency.
By following this workflow, developers can leverage Openclaw Skills to handle the heavy lifting of repository analysis and code generation while maintaining human-in-the-loop oversight. The process moves through a structured lifecycle—starting from a GitHub issue, progressing through a multi-stage artifact loop (Proposal, Design, Specs, and Tasks), and culminating in a verified pull request and automated spec synchronization.
To get started with this workflow, ensure you have the necessary CLI tools installed and authenticated.
# Install the OpenSpec CLI
npm install -g @fission-ai/openspec
# Ensure Claude Code and GitHub CLI are installed and authenticated
# Then initialize OpenSpec in your repository root
openspec init
The workflow organizes its data within an openspec/ directory at the repository root, ensuring a clean taxonomy of changes and specifications.
| Location | Content Type | Description |
|---|---|---|
openspec/changes/ |
Change Folders | Contains active and pending development work organized by kebab-case names. |
openspec/specs/ |
Global Specs | The source of truth for current system requirements and capabilities. |
.../proposal.md |
Artifact | High-level summary of the 'Why' and 'What' of the change. |
.../tasks.md |
Metadata | A structured checklist for Claude Code to track implementation progress. |
Loading
A robust API-driven charting tool that generates professional PNG visualizations from raw data via simple CLI commands or JSON configurations.

A technical optimization skill designed to minimize Feishu API consumption by extending probe cache durations in OpenClaw.

A professional-grade A-share market report generator that produces detailed HTML and image-based technical analysis for personal research.

A professional solution for fixing garbled Chinese characters and emoji display issues in Python-generated images and charts.

A comprehensive Gmail API integration for AI agents that provides managed OAuth authentication to read, send, and organize emails and threads.

A specialized tool for tuning and calibrating Megasquirt engine management systems via TunerStudio and automated MSQ file analysis.








































