feature-dev

Define completion criteria requiring implementation, test, and changelog files for feature development.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps development agents implement features under a simple governance policy, reducing ambiguity about what counts as complete work.

Core Features & Use Cases

  • Implementation Governance: Defines completion criteria for feature delivery through required implementation, test, and changelog artifacts.
  • Consistent Dev Output: Guides agents to produce code changes that are easier for review and assurance stages to validate.
  • Use Case: When an agent is assigned a new product feature, this Skill ensures the resulting work includes the feature code, accompanying tests, and a documented changelog entry before it moves forward.

Quick Start

Ask the agent to implement a feature using the feature-dev skill and ensure it includes an implementation file, a test file, and a changelog entry.

Frequently Asked Questions about feature-dev

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

FAQPage Schema
How do I ensure my agent workflow includes required deliverables for feature development?

Feature development governance requires agents to produce an implementation file, a test file, and a changelog entry before work can be considered complete and ready for review.

What does it mean to apply governance to agent-driven software engineering tasks?

Applying governance to agent-driven software engineering tasks means defining strict completion criteria, ensuring new features are built, tested, and documented before moving to the assurance and review stages.

How do I set completion criteria for an agent building a new product feature?

To set completion criteria for an agent building a new product feature, require the presence of three artifacts: the feature implementation file, an accompanying test file, and a documented changelog entry.

Does this feature development approach require any specific testing frameworks or dependencies?

No specific testing frameworks or dependencies are required. The governance policy applies to agent-driven feature implementation by validating the presence of a test file, regardless of the underlying testing framework.

What is the best way to automate consistent development output for agent-assisted feature delivery?

The best way to automate consistent development output is to enforce a governance policy that requires agents to generate implementation code, tests, and a changelog entry, reducing ambiguity about what counts as complete work.

When should I not use a governance policy for agent-driven feature implementation?

You should not use this feature development governance policy for simple bug fixes or non-feature tasks that do not require a full implementation file, test file, and changelog entry to satisfy review criteria.