Install
1
Install the plugin$
npx claudepluginhub sd0xdev/sd0x-dev-flow --plugin sd0x-dev-flowWant 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
| Parameter | Description |
|---|---|
<feature> | Feature requirement description |
--skip-design | Skip 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 --executeseparately. - Mandatory test review:
/codex-test-reviewafter/verifyfor 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.mdfor 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