Start Feature banner
bijutharakan bijutharakan

Start Feature

Git community

Description

--- name: start-feature description: Start a new feature with full orchestration - creates GitHub issue, worktrees, and assigns agents --- # Start Feature Command This command initiates a new feature development with full Multi-Agent Squad orchestration. ## What This Command Does 1. **Gathers Requirements** - Prompts for feature details 2. **Creates GitHub Issue** - Tracks the feature (if integrated) 3. **Analyzes Impact** - Determines which repositories are affected 4. **Creates Worktrees**

Installation

Installs to ~/.claude/commands/bijutharakan-multi-agent-squad-start-feature.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/bijutharakan/multi-agent-squad/HEAD/.claude/commands/start-feature.md -o ~/.claude/commands/bijutharakan-multi-agent-squad-start-feature.md

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

Full documentation available on GitHub

View Source Repository