Назад към всички

build-feature

// Use when creating or developing a feature, this contains a focused instructions for building features.

$ git log --oneline --stat
stars:201
forks:38
updated:February 27, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namebuild-feature
descriptionUse when creating or developing a feature, this contains a focused instructions for building features.

Rules

  • Make sure you're certain from all ambiguities, otherwise ask for clarification
  • If there's a plan, follow it and ask for clarification if needed
  • Follow the Tracer Bullets to build a small, focused, end-to-end slice of the feature

Tracer Bullets

When building features, build a tiny, end-to-end slice of the feature first, seek feedback, then expand out from there. Tracer bullets comes from the Pragmatic Programmer. When building systems, you want to write code that gets you feedback as quickly as possible. Tracer bullets are small slices of functionality that go through all layers of the system, allowing you to test and validate your approach early. This helps in identifying potential issues and ensures that the overall architecture is sound before investing significant time in development.