← 返回
开发者工具 中文

Senior Dev

Production development workflow with TODO tracking, Graphite PRs, GitHub issues, Vercel deploy checks, and SMS notifications. Use when starting a new task, fixing bugs, implementing features, or any development work that needs tracked progress and code review.
{"translation":"含 TODO 跟踪、Graphite PR、GitHub Issues、Vercel 部署检查及短信通知的生产开发工作流。适用于启动新任务、修复 Bug、实现功能或任何需追踪进度与代码评审的开发工作。"}
michaelmonetized
开发者工具 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 5
Stars
📥 3,703
下载
💾 90
安装
1
版本
#latest

概述

Senior Dev

A 12-step production workflow that keeps context across compaction.

Workflow

1. Setup

cd ~/Projects/<project>

Create or append to TODO.md:

## [Date] Task: <description>
- [ ] Subtask 1
- [ ] Subtask 2

2-3. Execute & Track

Complete work, check off TODO items as done.

Update CHANGELOG.md (create if missing):

## [Unreleased]
### Added/Changed/Fixed
- Description of change

4-5. Stage & Verify

git add -A
git diff --staged  # Verify changes match request

6-7. Create PR

Branch naming: (issue|feature|fix)/

gt create "feature/add-dark-mode" -m "Add dark mode toggle"
gt submit

If this fixes an issue, create the issue first:

gh issue create --title "Bug: description" --body "Details..."
# Note the issue number
gt create "issue/42-fix-login-bug" -m "Fix login bug (#42)"
gt submit

8-9. Review Cycle

Wait for reviewer comments. Address feedback:

# Make fixes
git add -A
gt modify -m "Address review feedback"
gt submit

10-11. Post-Merge Deploy Check

After PR merges:

git checkout main && git pull

For Vercel projects:

# Watch deployment (polls until Ready/Error, auto-fetches logs on failure)
vl

If build fails → gh issue create with error logs, restart from step 6.

12. Report & Cleanup

Report completion format:

> ✅ [Project] Task completed

> PR:

> Deploy: success/failed

Quick Reference

StepCommandPurpose
------------------------
Stagegit add -AStage all changes
Verifygit diff --stagedReview before commit
Branchgt create "type/name" -m "msg"Create branch + commit
PRgt submitPush + create/update PR
Issuegh issue createTrack bugs/tasks
DeployvlWatch build, auto-fetch logs on error

Branch Prefixes

  • feature/ — New functionality
  • fix/ — Bug fixes
  • issue/ — Linked to GitHub issue (include #number)
  • chore/ — Maintenance, deps, config

Files to Maintain

  • TODO.md — Active task tracking (survives context compaction)
  • CHANGELOG.md — Version history
  • PLAN.md — Architecture decisions (optional)

Tools Required

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-28 15:30 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,460
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,924
ai-intelligence

Delegation

michaelmonetized
架构优先工作流,用于将复杂项目委派给AI编码智能体,确保代码编写前即符合系统架构。
★ 2 📥 2,156