Implement feature from specification

implement-featureskillsetup L33,035
davepoon/buildwithclaude
What it does

Add a feature to an existing codebase with test coverage

Best for

Implements small-to-medium features end-to-end with tests and git commits.

Inputs
  • · [object Object]
  • · [object Object]
Outputs
  • · [object Object]
  • · [object Object]
Requires
  • · Bash
  • · Read
  • · Write
  • · Edit
Preconditions

Codebase has test setup; feature spec unambiguous; development environment ready

Failure modes
  • · Spec too vague (scope creep)
  • · Tests don't cover edge cases
  • · No CI/CD integration
Trust signals
  • · Test coverage >80%
  • · PR-ready commit messages
  • · No breaking changes to API