feature-dev

Coordinate planning, implementation, review, and documentation for end-to-end feature delivery.

2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/nextc/nextc-claude --skill feature-dev-nextc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-dev
Source: https://github.com/nextc/nextc-claude/tree/main/nextc-core/skills/feature-dev
Command: npx skills add https://github.com/nextc/nextc-claude --skill feature-dev-nextc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating end-to-end feature development across multiple teams and artifacts is complex and error-prone.

Core Features & Use Cases

  • Orchestrates the full lifecycle from idea to committed code, including planning, implementation, review, cleanup, and docs.
  • Auto-detects UI vs backend to route workflows and compose existing skills instead of reimplementing.
  • Tracks tasks, gates, dependencies, and artifacts across docs/spec to ensure alignment and traceability.

Quick Start

Invoke the feature-dev pipeline with a feature brief to generate a full plan and execute the end-to-end lifecycle.

Frequently Asked Questions about feature-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-to-end feature development from planning to committed code?

End-to-end feature development automation is achieved by invoking the pipeline with a feature brief to generate a phased plan, execute implementation, route workflows, and track artifacts through gate checks to production-ready code.

What is the best way to coordinate feature delivery tasks across UI and backend domains?

Coordinating feature delivery across UI and backend domains is handled through automatic workflow routing, which detects the target domain and composes appropriate skills to execute implementation, review, and cleanup tasks.

Can I use automated gate checks to ensure alignment and traceability during product initiative planning?

Automated gate checks ensure alignment and traceability during product initiative planning by tracking tasks, dependencies, and generated artifacts across docs/spec throughout the full feature lifecycle.

How does parallel execution work for feature implementation workflows?

Parallel execution for feature implementation workflows is managed by the orchestrator, which routes independent tasks simultaneously across UI and backend domains while maintaining dependency tracking and gate enforcement.

Do I need a feature brief to start the feature delivery lifecycle?

A feature brief is required to start the feature delivery lifecycle, serving as the initial input for the pipeline to generate a full phased plan, route workflows, and orchestrate implementation through to documentation.

When should I not use a plan-driven approach for feature delivery?

A plan-driven approach for feature delivery is not suited for isolated, single-domain code changes that bypass the full lifecycle, as it enforces phased plans, gate checks, and artifact generation designed for complex cross-team initiatives.