Slash Command

/feature-dev

Install
1
Install the plugin
$
npx claudepluginhub sd0xdev/sd0x-dev-flow --plugin sd0x-dev-flow

Want just this command?

Add to a custom plugin, then install with one command.

Description

⚠️ **Must read and follow the skill below before executing this command:**

Command Content

⚠️ Must read and follow the skill below before executing this command:

@skills/feature-dev/SKILL.md

Context

  • Git status: !git status -sb
  • Current branch: !git branch --show-current

Arguments

ParameterDescription
<feature>Feature requirement description
--skip-designSkip architecture design phase

Workflow

Requirements → Design → Implement → Test + Review → Precommit Gate → Doc Sync
                │          │            │                  │               │
                ▼          ▼            ▼                  ▼               ▼
           /codex-     /codex-    /verify              /precommit-fast  /update-docs
           architect   implement  /codex-test-review   (or /precommit)  /create-request --update
                                  /codex-review-fast

Key Rules

  • No git commit: This skill does not commit. Use /smart-commit --execute separately.
  • Mandatory test review: /codex-test-review after /verify for code changes
  • Reference existing code patterns before implementing
  • Every new service/provider must have unit tests
  • Bug fixes must include regression tests
  • Follow auto-loop rule: fix → re-review → ... → Pass
  • Follow @rules/testing.md for test conventions

Examples

/feature-dev "Add user authentication with JWT"
/feature-dev "Implement fee calculation" --skip-design
/feature-dev 繼續
Stats
Stars90
Forks12
Last CommitMar 18, 2026
Actions

Other plugins with /feature-dev