Do Feature banner
pavel-molyanov pavel-molyanov

Do Feature

Development community

Description

--- description: | Execute feature with team of agents — waves, reviews, commits. Use when: "выполни фичу", "do feature", "execute feature", "запусти фичу" --- # Do Feature Execute a full feature using a team of agents. ## Step 1: Load Skill Invoke Skill tool: `Skill(skill: "feature-execution")` ## Step 2: Find Feature 1. User provides feature path or name 2. Read `work/{feature}/tech-spec.md` — verify exists and approved 3. Read `work/{feature}/tasks/` — verify task files exist 4. If

Installation

Installs to ~/.claude/skills/pavel-molyanov-molyanov-ai-dev-do-feature/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pavel-molyanov-molyanov-ai-dev-do-feature && curl -fsSL https://raw.githubusercontent.com/pavel-molyanov/molyanov-ai-dev/HEAD/commands/do-feature.md -o ~/.claude/skills/pavel-molyanov-molyanov-ai-dev-do-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