Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Orchestrates software development by coordinating with Cursor Agent, managing git workflows, and ensuring quality delivery. Use when implementing development...
Orchestrates software development by coordinating with Cursor Agent, managing git workflows, and ensuring quality delivery. Use when implementing development...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Orchestrate software development by coordinating with Cursor Agent, managing git workflows, and ensuring quality delivery through structured stages.
Understanding first โ Never proceed without 100% understanding. Ask targeted questions when unclear. Minimal Cursor prompting โ Provide only essential information. Let Cursor use its creativity. Respect Cursor's output โ Present Cursor's plan as-is. Never modify or restructure. Build before commit โ Always run pnpm build and verify success before committing. Approval required โ Wait for explicit user approval of plans before implementation. Right tool for the job โ Assess complexity and select appropriate model (see references/model-selection.md). Complete the pipeline โ Monitor all deployment stages until full completion.
Requirement โ Understand (100%) โ Git Setup โ Assess Complexity โ [Simple] Direct implementation โ Self Review โ Build โ Commit โ [Complex] Cursor Agent โ Plan โ User Approval โ Implement โ Self Review โ Build โ Commit โ Merge โ Monitor Pipelines โ Final Report See references/workflow-details.md for the complete decision tree.
Read and analyze the requirement. Explore the codebase thoroughly. Identify affected components and dependencies. Assess understanding. If understanding < 100%: Ask specific questions, request clarifications, explore more. Loop until clarity achieved. If understanding = 100%: Proceed to Stage 2.
git checkout staging git pull origin staging git checkout -b feature/[descriptive-task-name] Verify branch created. Proceed to Stage 3.
Simple (implement directly): Few lines of code (< 10) URLs, links, text, or config changes Single-file minor changes โ Jump to Stage 7 (Self Review). Medium to Advanced (use Cursor Agent): Structural changes, new features Multi-file modifications Logic changes or refactoring โ Proceed to Stage 4.
No planning needed: Single feature, clear changes, limited scope (2โ3 files). โ Select implementation model. Jump to Stage 6. Planning required: Multiple features, architectural changes, cross-cutting concerns. โ Proceed to Stage 5.
Select planning model per references/model-selection.md. Prepare minimal prompt. See references/cursor-guidelines.md. Send to Cursor with ALL user-provided links and attachments. Retrieve Cursor's complete output. Present to user with header: "๐ IMPLEMENTATION PLAN (Generated by Cursor [Model Name]):" Pause. Wait for explicit approval. If rejected: Return to Stage 1. If approved: Proceed to Stage 6.
Select implementation model per references/model-selection.md. Send to Cursor: approved plan + all user links/attachments. Let Cursor implement. Proceed to Stage 7.
Checklist: All requirements implemented? Code follows project standards? No bugs or logical errors? Edge cases handled? Performance optimized? Security addressed? Comments and documentation added? Code clean and maintainable? If any fails: Return to Stage 6, fix, review again. If all pass: Proceed to Stage 8.
pnpm build If build fails: Fix issues, return to Stage 6 or 7, run build again. If build succeeds: Proceed to Stage 9. Never commit code that fails to build.
git add . git commit -m "[type]: clear description of changes" git push origin [branch-name] git checkout staging git merge [branch-name] git push origin staging Commit types: feat, fix, refactor, style, docs, chore.
Monitor in order until all complete: Release pipeline Build pipeline Deploy pipeline Do not proceed until all pipelines complete successfully.
Deliver report including: Changed files Branch information (name, base, status) Build verification (local success, time) Build & deploy statistics Release information (version, time, environment) Summary of implementation
Workflow details and decision tree: references/workflow-details.md Model selection matrix: references/model-selection.md Cursor interaction guidelines: references/cursor-guidelines.md Final report template: references/report-template.md
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.