bullet-tracer
✓Implement features using tracer bullet approach - build minimal end-to-end vertical slice first, then expand.
Installation
SKILL.md
From The Pragmatic Programmer: "Use Tracer Bullets to Find the Target" — build a minimal end-to-end vertical slice that touches all layers first, then expand.
Not all tickets/features are fully compatible with the tracer bullet approach (e.g., pure refactors, config changes, single-layer fixes). Be smart: apply tracer bullet concepts to compatible parts, use general best practices for the rest.
❌ Building the perfect DB schema before any code ❌ Implementing full validation before happy path works ❌ Writing all unit tests before integration test ❌ Building frontend in isolation from backend ❌ "I'll connect it later"
Implement features using tracer bullet approach - build minimal end-to-end vertical slice first, then expand. Source: sebastiaanwouters/dotagents.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/sebastiaanwouters/dotagents --skill bullet-tracer- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is bullet-tracer?
Implement features using tracer bullet approach - build minimal end-to-end vertical slice first, then expand. Source: sebastiaanwouters/dotagents.
How do I install bullet-tracer?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sebastiaanwouters/dotagents --skill bullet-tracer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/sebastiaanwouters/dotagents
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01