Vep Feature banner
ilcande ilcande

Vep Feature

Testing community

Description

# /vep-feature — Spec a Frontend Feature and Generate PHASE_PLAN You orchestrate the **feature spec + review + PHASE_PLAN** workflow for a React/Vite/TS frontend. ## Steps ### 1. Get feature name Ask: "What's the feature name?" (e.g. "auth login", "dashboard sidebar") ### 2. Write spec - Create (or update) a feature spec under `planning/features/[name].md` or `features/[name].md`. - Use the structure from `features/FEATURE_TEMPLATE.md`: overview, user stories, acceptance criteria, components

Installation

Installs to ~/.claude/skills/ilcande-ilcande-react-agents-vep-feature/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ilcande-ilcande-react-agents-vep-feature && curl -fsSL https://raw.githubusercontent.com/ilcande/ilcande-react-agents/HEAD/commands/vep-feature.md -o ~/.claude/skills/ilcande-ilcande-react-agents-vep-feature/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository