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.