feature-dev

Automate end-to-end feature development from brief to validated tests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers and teams struggle to turn briefs into concrete, tested features in a repeatable, low-friction workflow.

Core Features & Use Cases

  • Plan from brief: parse requirements and acceptance criteria from AGENTS.md context and produce a concrete plan.
  • Stack-aware implementation: detect the target stack from project configs and apply appropriate patterns.
  • Test-driven verification: integrate tests and verify changes against the repository's test suite.
  • Use Case: A developer receives a feature brief and uses this workflow to implement, review, and validate the feature within the project.

Quick Start

Read the feature brief from AGENTS.md and initiate the end-to-end workflow to implement and verify the feature.

Frequently Asked Questions about feature-dev

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

FAQPage Schema
How do I turn a feature brief into working code with tests?

Feature development automation parses requirements from a brief, detects the project stack, implements code changes, and validates them against the repository's test suite. This provides a repeatable, end-to-end workflow from brief to verified tests.

What is the best way to plan feature development from a brief?

Planning from a brief involves parsing requirements and acceptance criteria from AGENTS.md context to produce a concrete implementation plan. This ensures end-to-end planning is grounded in the actual project scope before any code changes occur.

Does automated feature development detect my project's tech stack?

Stack detection reads project configurations to identify the target stack and applies appropriate implementation patterns. This ensures the code changes align with the existing framework and technology conventions.

How do I integrate tests when implementing new features?

Test-driven verification integrates tests and validates changes against the repository's existing test suite. This ensures new feature development is verified within a single, repeatable workflow.

Can I use this workflow for any feature brief in my repository?

This workflow applies to projects that start from a feature brief in AGENTS.md. It requires reading the brief and initiating the end-to-end workflow to implement, review, and validate the feature within your project.

Does feature development automation generate documentation?

The workflow ensures verifiable documentation within the single, repeatable feature development process. It produces end-to-end planning, code changes, and test integration alongside the documentation.