create-feature

Orchestrate feature creation workflows with plan-first, TDD-driven steps and automated sub-agent reviews.

3|1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/yon/agentic-dev-os --skill create-feature-yon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-feature
Source: https://github.com/yon/agentic-dev-os/tree/main/.claude/skills/create-feature
Command: npx skills add https://github.com/yon/agentic-dev-os --skill create-feature-yon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new software features by enforcing a structured, TDD-first, and plan-first methodology, ensuring quality and reducing errors.

Core Features & Use Cases

  • Guided Planning: Assists in gathering requirements and drafting detailed implementation plans.
  • TDD Enforcement: Guides the user through writing failing tests before implementation and refactoring.
  • Automated Review: Integrates with sub-agents for code, security, and architectural reviews.
  • Use Case: A developer needs to add a new user authentication module. This Skill will guide them through defining acceptance criteria, writing initial tests, implementing the code, refactoring, and finally submitting it for automated review.

Quick Start

Use the create-feature skill to start building a new user profile page.

Frequently Asked Questions about create-feature

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

FAQPage Schema
How do I start feature development with a test-driven development workflow?

To enforce TDD during feature development, you write failing tests before implementation, refactor the code, and then submit it for automated sub-agent reviews. This structured methodology ensures quality and reduces errors from conception to final review.

What is a plan-first approach for software feature creation?

A plan-first approach to software feature creation requires gathering requirements and drafting a detailed implementation plan before any coding begins. This structured methodology reduces errors by guiding development from conception through final review.

Can I automate code review and security checks during feature implementation?

You can automate code review and security checks during feature implementation by integrating sub-agents into the workflow. This facilitates automated architectural reviews alongside code generation and refactoring.

Does this feature creation workflow support refactoring after writing tests?

The feature creation workflow fully supports refactoring after writing tests. It guides you through writing failing tests, implementing the code, and refactoring to ensure quality and reduce errors before automated sub-agent reviews.

What is the best way to structure a new user authentication module from scratch?

The best way to structure a new user authentication module is using a structured feature creation workflow. This method enforces defining acceptance criteria, writing initial tests, implementing code, refactoring, and submitting for automated review.