What problem does it solve?
This Skill creates a repeatable workflow to initialize a feature development environment, including a git worktree, a dedicated branch, and a standardized documentation scaffold.
Core Features & Use Cases
- Automated worktree and branch setup: Creates a distinct workspace per feature to prevent cross-contamination between tasks.
- Documentation scaffolding: Generates a docs directory structure (docs/1.0/001-IN-PROGRESS/<slug>) and template files for PRD, workplan, README, and implementation summary.
- Use Case: When starting a new feature, you run the setup to automatically prepare the repository with a new feature branch and a ready-to-edit docs suite, enabling immediate PR readiness.
- Definition-driven workflow: If a feature-definition file exists at /tmp/feature-definition-<slug>.md, its contents are used to populate templates; otherwise blank templates are created.
Quick Start
Run the feature-define flow to create templates and initialize a new feature worktree.