New Feature Fast

Fast feature development: worktree → implement → PR (no planning, no tests)

YoniChechik 900b112 933 B Updated

File contents

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 /debug skill 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.

YoniChechik/claude-code-config/tree/main/skills/new-feature-fast commit 900b1127cc

Frequently asked questions

npx skillmds add yonichechik/new-feature-fast