feature-dev

Guide multi-phase feature development with AI agents for discovery, design, implementation, and review.

134|12|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/6BNBN/FlowPilot --skill feature-dev-6bnbn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-dev
Source: https://github.com/6BNBN/FlowPilot/tree/main/%E5%85%BC%E5%AE%B9codex%40cursor%E4%B8%80%E9%94%AE%E5%AE%89%E8%A3%85%E6%8A%80%E8%83%BD/codex%E4%B8%80%E9%94%AE%E5%AE%89%E8%A3%85%E6%8A%80%E8%83%BD/.codex-home-claude-parity/skills/feature-dev
Command: npx skills add https://github.com/6BNBN/FlowPilot --skill feature-dev-6bnbn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured, phased approach to developing new features, ensuring thorough discovery, design, implementation, and review processes.

Core Features & Use Cases

  • Phased Development: Guides users through discovery, exploration, clarification, design, implementation, and review.
  • Codebase Understanding: Leverages subagents to explore existing code patterns and dependencies.
  • Use Case: When a user requests a new feature, this Skill will systematically break down the request, analyze the existing codebase, ask clarifying questions, propose an architecture, implement the feature, and conduct a thorough review.

Quick Start

Use the feature-dev skill to build a new user authentication module.

Frequently Asked Questions about feature-dev

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

FAQPage Schema
What is a structured feature development workflow?

A structured feature development workflow systematically breaks down software requests into discovery, codebase exploration, architecture design, implementation, and review phases to ensure new features match existing code patterns.

How do I plan architecture design for a new software feature using AI?

You can plan architecture design for a new software feature using AI by deploying subagents to explore existing codebases, ask clarifying questions, and propose a structured architecture that adheres to current dependencies before implementation.

Can AI agents conduct code review and codebase exploration simultaneously?

Yes, AI agents can conduct codebase exploration to analyze existing patterns and dependencies, then perform a comprehensive code review to ensure new feature implementation maintains structural clarity and passes quality checks.

Does this structured feature development approach work for complex modules like user authentication?

Yes, this structured feature development approach handles complex modules like user authentication by systematically analyzing the codebase, clarifying requirements, and proposing an architecture before writing and reviewing the code.

What's the best way to ensure new code adheres to existing codebase patterns?

The best way to ensure new code adheres to existing codebase patterns is using a phased workflow that leverages AI subagents for codebase exploration, followed by a quality review to verify pattern compliance before finalizing the feature.