tracer-bullets

Official

Build features as vertical slices.

Authoroakoss
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the inefficiency of building software in horizontal layers (e.g., all backend, then all frontend), which delays feedback and increases integration risks. It promotes building features as thin, vertical end-to-end slices.

Core Features & Use Cases

  • Vertical Slicing: Decomposes features into manageable vertical slices that span all necessary layers (DB, API, UI, tests).
  • Iterative Verification: Ensures each slice is verified before the next begins, providing rapid feedback.
  • Use Case: When building a new CRUD feature, use this skill to first implement the data layer and tests, then the list view, then the create form, and so on, verifying each step before proceeding.

Quick Start

Use the tracer-bullets skill to decompose the implementation of the new user profile feature into vertical slices.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: tracer-bullets
Download link: https://github.com/oakoss/agent-skills/archive/main.zip#tracer-bullets

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.