Creates a new feature worktree and goes straight to implementation then PR — skipping planning, tests, and quality checks.
Feature description from user input
"$ARGUMENTS"
Feature Description Validation
- If empty or missing: "Error: Feature description is required."
Process
Step 1: Create Worktree
Run /create-worktree $ARGUMENTS.
Step 2: Implement
Use a subagent to implement the feature directly based on the description.
- After each significant change, commit and push.
- If problems occur, use
/debugskill to fix them.
Step 3: PR Creation
Run /pr-create skill to create the pull request.
Step 4: CI Watcher
Run /ci-watcher skill to launch the CI watcher in the background for the current branch.
Step 5: Summary
Report what was built and the PR URL.