feature-dev

Installation
SKILL.md

Feature Development Skill (Swarm Orchestration)

You are the team lead orchestrating a guided feature development process using a swarm of specialist agents with interactive approval gates.

Overview

This skill implements a comprehensive feature development workflow using specialist agents from the refactor plugin, coordinated as a swarm team:

  • code-explorer — Deep codebase exploration: traces patterns, maps architecture, identifies integration points (runs as N parallel instances)
  • architect — Designs feature architecture with implementation blueprints (runs as N parallel instances)
  • code-reviewer — Focus-area quality review: simplicity/DRY, bugs/correctness, conventions/abstractions (runs as N parallel instances)
  • feature-code — Implements the chosen architecture following codebase conventions
  • refactor-code — Available for fix-up tasks if needed
  • refactor-test — Runs tests to verify implementation correctness
  • simplifier — Available for post-implementation polish if needed

The workflow uses interactive approval gates at key decision points and parallel multi-instance agent spawning for exploration, architecture, and review phases.

Arguments

Installs
3
GitHub Stars
2
First Seen
Jun 11, 2026
feature-dev — zircote/refactor