# New Feature Fast

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

- Skill: `yonichechik/new-feature-fast` (Agent Skill)
- Install (CLI): `npx skillmds add yonichechik/new-feature-fast`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yonichechik/new-feature-fast/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: YoniChechik (https://skillmd.com/u/yonichechik)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/yonichechik/new-feature-fast

---


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.

