feature-dev

Orchestrate feature development from idea brainstorming to pull request creation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hicucu/forge --skill feature-dev-hicucu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-dev
Source: https://github.com/hicucu/forge/tree/main/skills/feature-dev
Command: npx skills add https://github.com/hicucu/forge --skill feature-dev-hicucu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the disjointed, error-prone manual coordination of feature development workflows that often skip critical steps like design validation, spec breakdown, and documentation sync, leading to incomplete or inconsistent feature deliveries.

Core Features & Use Cases

  • End-to-end lifecycle orchestration: Automates the full feature development process from initial idea brainstorming to pull request creation, coordinating multiple specialized forge skills and agents.
  • Context-aware project setup: Automatically refreshes project context when the codebase state changes or context is stale, ensuring all work aligns with the latest project structure.
  • Staged implementation with guardrails: Breaks features into independent, ordered specs, supports both simple direct implementation and complex multi-agent pipeline execution, and enforces documentation sync before commits.
  • Use Case: For a new user authentication feature, the skill guides you through design approval, splits work into separate specs for login flow and password reset, implements each in order, runs automated code review, and opens a complete PR with all changes.

Quick Start

Use the feature-dev skill to build a new user profile editing feature from initial idea to open pull request.

Frequently Asked Questions about feature-dev

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

FAQPage Schema
How do I orchestrate feature development from an initial idea to a pull request?

Feature development orchestration automates the full lifecycle from idea brainstorming to pull request creation, coordinating spec breakdown, staged implementation, and automated code review to ensure consistent delivery.

How does spec breakdown work for complex feature development?

Spec breakdown splits complex code changes into independent, ordered specs, supporting both simple direct implementation and multi-agent pipeline execution to enforce correct implementation sequencing.

Does feature development workflow enforce documentation updates before commit?

Yes, feature development workflows apply guardrails that enforce documentation sync before commits, ensuring all code changes include necessary documentation updates to maintain project consistency.

Can I use automated code review for a new user authentication feature?

Automated code review validates new features like user authentication by running checks after staged implementation, ensuring code quality before opening a complete pull request with all changes.

What's the best way to maintain project context when the codebase state changes?

Context-aware project setup automatically refreshes project context when the codebase state changes or context is stale, ensuring all feature development aligns with the latest project structure.

Why does manual feature development skip critical validation steps?

Manual feature development skips critical steps like design validation, spec breakdown, and documentation sync due to disjointed coordination, leading to incomplete or inconsistent feature deliveries.