feature
Installation
SKILL.md
Feature Implementation Skill
Implement features using isolated git worktrees, TDD methodology, and structured PR creation.
Key principle: Don't start implementing until the spec is implementation-ready.
Usage
/skill:feature [feature-name] # Implement from existing spec
/skill:feature [feature-name] --no-worktree # Implement in current branch
/skill:feature [feature-name] --continue # Resume work on existing worktree
/skill:feature [feature-name] --reset # Delete existing worktree and start fresh
/skill:feature [feature-name] --skip-checks # Skip readiness assessment (use with caution)