sadiksaifi
@sadiksaifi
Public Skills
gh-pr-create
by sadiksaifi
Use when opening a pull request, submitting code for review, or when the user says "create PR," "open PR," or "/gh-pr-create." Generates conventional-commit title and structured body from branch commits.
tdd
by sadiksaifi
Guides test-driven development using a vertical-slice tracer bullet workflow. Use when implementing features, fixing bugs, or writing tests that should drive design. Enforces planning before coding, incremental red-green-refactor cycles, and behavior-based testing through public interfaces. Triggers: "TDD," "test first," "write tests," "tracer bullet," or incremental feature implementation with tests.
prd-to-issues
by sadiksaifi
Breaks a PRD into independently-grabbable GitHub issues using vertical slices (tracer bullets). Use when decomposing a PRD into implementation work, creating tracer-bullet issues, or when the user says "break down PRD," "create issues from PRD," or "/prd-to-issues."
ladder-execute
by sadiksaifi
Executes a Ladder phase spec step-by-step with commit discipline and progress tracking. Use when ready to implement a spec, resume an interrupted phase, or when the user says "ladder execute."
ladder-create
by sadiksaifi
Creates new phase specs in canonical Ladder format with step sequences and acceptance criteria. Use when adding an implementation phase or when the user describes a feature to spec out.
ladder-refine
by sadiksaifi
Rewrites a phase spec into canonical Ladder format without altering intent. Use when a spec is malformed, incomplete, or fails validation.
ladder-init
by sadiksaifi
Initializes Ladder project structure with OVERVIEW.md and progress tracking. Use when starting phased spec-driven development or when the user says "ladder init."