From tdp
Start a new bugfix or feature workflow for this repo. Use when a new requirement needs its own bugfix/ or feature/ branch, matching specs folder, and an initial goal.md created through user discussion before planning or coding.
npx claudepluginhub bryant-tang/turbo-plugins-claude --plugin tdpThis skill uses the workspace's default tool permissions.
- A new bug fix starts and it should live on its own `bugfix/<slug>` branch.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
bugfix/<slug> branch.feature/<slug> branch.specs/.../goal.md.specs/bugfix/ or specs/feature/.goal.md exists and reflects the currently agreed requirement.bugfix/ or feature/.feature/add-payment-flow, bugfix/fix-login-error.bugfix/<slug> maps to specs/bugfix/<slug>/.feature/<slug> maps to specs/feature/<slug>/.<slug>: sql files/local-db/<slug>/, sql files/test-db/<slug>/, and sql files/main-db/<slug>/. This allows finish-dev to detect and archive them automatically when the work is complete.goal.md from the goal template.goal.md until scope, expected behavior, constraints, impact, and validation direction are clear enough for planning. While defining goals in 修正或開發目標, validate each one:
goal.md is ready. Do not create plan.md, test-plan.md, test-n.md, or review reports in this skill. Do not hand off to any specific next skill. When test-n.md is created later, replace n with the actual verification task number.goal.md.goal.md; do not jump ahead to implementation planning.goal.md exists in that specs folder.goal.md is ready for the next phase.After goal.md is confirmed, tell the user:
goal.md已完成。你可以選擇以下任一路線:路線 A:直接使用 plan mode(推薦) 開新的 chat session,選一個目標使用 plan mode 直接規劃與實作(建議從沒有依賴關係的目標開始)。 實作完成後,自行決定:
- 開新的 chat session,使用 plan mode 規劃測試計畫並執行測試
- 或改以人工 review 代替
路線 B:TDP 完整流程 適合需要詳細規劃文件、分類 AC、subagent 評審的需求。
/tdp:write-plan— 建立plan.md、test-plan.md、test-n.md/tdp:implement-task— 透過 subagent 逐步實作並評審- (可選)
/tdp:testing-and-proof— 執行驗證並產出截圖或非 browser 證據如果目標範圍或細節還需要調整,繼續在這裡討論並修正
goal.md,再進入下一步。