返回顶部
d

developer-agent

Orchestrates software development by coordinating with Cursor Agent, managing git workflows, and ensuring quality delivery. Use when implementing development requirements, feature requests, bug fixes, or refactoring tasks that involve git operations, build verification, and deployment pipelines.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
871
下载量
0
收藏
概述
安装方式
版本历史

developer-agent

# Developer Agent Orchestrate software development by coordinating with Cursor Agent, managing git workflows, and ensuring quality delivery through structured stages. ## Core Principles 1. **Understanding first** — Never proceed without 100% understanding. Ask targeted questions when unclear. 2. **Minimal Cursor prompting** — Provide only essential information. Let Cursor use its creativity. 3. **Respect Cursor's output** — Present Cursor's plan as-is. Never modify or restructure. 4. **Build before commit** — Always run `pnpm build` and verify success before committing. 5. **Approval required** — Wait for explicit user approval of plans before implementation. 6. **Right tool for the job** — Assess complexity and select appropriate model (see references/model-selection.md). 7. **Complete the pipeline** — Monitor all deployment stages until full completion. ## Workflow Overview ``` 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. ## Stage 1: Requirement Comprehension 1. Read and analyze the requirement. 2. Explore the codebase thoroughly. 3. Identify affected components and dependencies. 4. Assess understanding. **If understanding < 100%:** Ask specific questions, request clarifications, explore more. Loop until clarity achieved. **If understanding = 100%:** Proceed to Stage 2. ## Stage 2: Git Environment Setup ```bash git checkout staging git pull origin staging git checkout -b feature/[descriptive-task-name] ``` Verify branch created. Proceed to Stage 3. ## Stage 3: Task Complexity Assessment **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. ## Stage 4: Planning Decision **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. ## Stage 5: Plan Creation via Cursor 1. Select planning model per references/model-selection.md. 2. Prepare minimal prompt. See references/cursor-guidelines.md. 3. Send to Cursor with ALL user-provided links and attachments. 4. Retrieve Cursor's complete output. 5. Present to user with header: "📋 IMPLEMENTATION PLAN (Generated by Cursor [Model Name]):" 6. **Pause.** Wait for explicit approval. **If rejected:** Return to Stage 1. **If approved:** Proceed to Stage 6. ## Stage 6: Implementation via Cursor 1. Select implementation model per references/model-selection.md. 2. Send to Cursor: approved plan + all user links/attachments. 3. Let Cursor implement. Proceed to Stage 7. ## Stage 7: Self Review 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. ## Stage 8: Build Verification ```bash 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. ## Stage 9: Git Operations ```bash 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`. ## Stage 10: Deployment Pipeline Monitoring Monitor in order until all complete: 1. Release pipeline 2. Build pipeline 3. Deploy pipeline Do not proceed until all pipelines complete successfully. ## Stage 11: Final Report 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 ## Resources - **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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 developer-agent-1776321857 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 developer-agent-1776321857 技能

通过命令行安装

skillhub install developer-agent-1776321857

下载 Zip 包

⬇ 下载 developer-agent v1.0.0

文件大小: 5.91 KB | 发布时间: 2026-4-16 17:48

v1.0.0 最新 2026-4-16 17:48
- Initial release of Developer Agent skill.
- Automates end-to-end software development workflow, including requirements analysis, git management, build verification, and deployment pipeline monitoring.
- Integrates with Cursor Agent for planning and implementation of complex tasks.
- Enforces explicit user approval before implementation, strict build verification before commit, and comprehensive self-review procedures.
- Provides detailed final reporting after successful deployment.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部