feature-development

Installation
SKILL.md

Feature Development

Implement the next reviewed slice as a small, test-backed increment that can be reviewed and delivered safely.

Context

Feature development is where plans become working behavior. In Prodcraft, it sits between test-first design and formal review: the task is not "write a lot of code," but "land the smallest useful slice that satisfies the current plan and keeps downstream delivery safe."

This skill is especially important when the architecture, contract, and release boundary are already known. It prevents implementation from drifting into hidden scope expansion, accidental product decisions, or broad rewrites disguised as progress.

Inputs

  • task-list -- Defines the current slice, scope boundary, and success criteria.
  • test-suite -- Gives the executable safety net that the implementation must satisfy.
  • architecture-doc -- Provides component boundaries and constraints.
  • api-contract -- Protects externally visible behavior when the slice changes a public or inter-service interface.

Process

Related skills

More from yknothing/prodcraft

Installs
6
First Seen
Mar 27, 2026