Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Orchestrates a structured software development pipeline from requirement analysis through deployment monitoring. Coordinates with Cursor Agent for complex tasks, manages git branch workflows, and runs build verification before any commit.
Enforces a complete development pipeline in one agent rather than manually coordinating requirement analysis, Cursor delegation, build checks, git operations, and deployment monitoring.
When to use it
- Implementing a new feature from a ticket or spec
- Fixing a bug with full branch and merge management
- Refactoring code across multiple files with plan approval
- Running build verification before merging to staging
- Monitoring deployment pipelines after a push
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Add a dark mode toggle to the settings page
- 1Analyzes the requirement and explores the codebase to identify affected components
- 2Creates a feature branch from staging with a descriptive name
- 3Delegates to Cursor Agent with a minimal prompt and retrieves the generated plan
- 4Presents the plan to the user and waits for explicit approval
- 5Runs pnpm build after implementation, commits, merges to staging, and monitors deployment pipelines
Feature branch merged to staging with a final report covering changed files, build stats, and release information
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.