feature-dev-mini

Automate gated, stepwise feature development with approval stages and test-first implementation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This structured workflow automates gated, stepwise feature development for AI-assisted teams, ensuring no code is written before explicit approval.

Core Features & Use Cases

  • Multi-stage workflow: discovery, grill, plan, implement, validate, with explicit approvals at each gate.
  • AI-assisted planning and governance for small, non-trivial features requiring user consent.
  • Use Case: Teams can safely prototype a tiny feature without leaking risk of unapproved code, then incrementally implement after approval.

Quick Start

Start by initiating discovery and grill to align on scope, then progress to planning and gated, test-first implementation.

Frequently Asked Questions about feature-dev-mini

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

FAQPage Schema
How do I automate gated feature development for AI-assisted teams?

Automated gated feature development uses explicit stage gates and approval hooks to ensure no code is written before explicit user consent. It structures the workflow into discovery, grilling, planning, test-first implementation, and validation stages.

What is a test-first implementation cycle for small non-trivial features?

A test-first implementation cycle requires defining tests before coding to ensure safe, auditable changes. It enforces a structured test-or-then-implement sequence within the gated workflow to incrementally add functionality only after passing validation.

How do I prevent unapproved AI code generation during feature planning?

Preventing unapproved AI code generation requires explicit stage gates and approval hooks. This enforces user consent during the discovery and planning phases, stopping the AI from writing code until scope is aligned and explicitly approved.

Does this gated workflow support small non-trivial feature prototyping?

Yes, this gated workflow supports small non-trivial feature prototyping. It allows teams to safely prototype features without leaking the risk of unapproved code, incrementally implementing only after passing explicit approval gates.

How do I start a stepwise feature development workflow?

Start stepwise feature development by initiating discovery and grilling to align on scope. After this initial phase, progress to planning and gated, test-first implementation to ensure safe, auditable changes throughout the process.

When should I not use a gated stepwise feature workflow?

You should not use a gated stepwise feature workflow for trivial changes that require no discovery or validation. It is designed for small, non-trivial features requiring explicit user consent, grilling, and test-first implementation to ensure safety.