Ccc Feature Start banner
KevinZai KevinZai

Ccc Feature Start

Git community

Description

--- name: ccc-feature-start description: "Kickoff a new feature with branch creation, TDD setup, and task breakdown" usage: /feature-start [feature name or description] version: 1.3.0 --- # Feature Start — Structured Feature Kickoff Starting feature: **{{input}}** ## Phase 1: Research & Context 1. **Check existing work**: Search codebase for related code, previous PRs, and open issues 2. **Check lessons**: Read `tasks/lessons.md` for relevant past learnings 3. **Check dependencies**: Identif

Installation

Installs to ~/.claude/skills/kevinzai-commander-ccc-feature-start/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kevinzai-commander-ccc-feature-start && curl -fsSL https://raw.githubusercontent.com/KevinZai/commander/HEAD/commands/ccc-feature-start.md -o ~/.claude/skills/kevinzai-commander-ccc-feature-start/SKILL.md

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

Full documentation available on GitHub

View Source Repository