start-feature

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Pre-operation Checks

操作前检查

Verify working tree is clean per
${CLAUDE_PLUGIN_ROOT}/references/invariants.md
.
根据
${CLAUDE_PLUGIN_ROOT}/references/invariants.md
验证工作树是否干净。

Phase 1: Start Feature

阶段1:启动功能开发

Goal: Create feature branch using git-flow-next CLI.
Actions:
  1. Run
    git flow feature start $ARGUMENTS
  2. Push the branch to origin:
    git push -u origin feature/$ARGUMENTS
目标:使用git-flow-next CLI创建功能分支。
操作步骤:
  1. 运行
    git flow feature start $ARGUMENTS
  2. 将分支推送到远程仓库:
    git push -u origin feature/$ARGUMENTS