Reference

Engineering skill catalog

Every skill in the engineering plugin, grouped by what it's for. Each row links to a dedicated page with the full instructions, trigger phrases, and skills it pairs with. 34 skills total.

Stacked-PR workflow

The stacked-PR workflow: spec a feature, implement it as a chain of small PRs, address review comments, rebase the next PR on top, repeat.

Code review & quality

Catch problems before they ship. Multiple review lenses (general, fresh-eyes, security, second-opinion) and a coverage-gap survey.

Testing

Test-first development with real signal, plus end-to-end smoke testing of the deployed app.

Architecture & design

Architectural decisions and system design at the start of a feature. Different from refactoring an existing codebase.

Engineering disciplines

Habits for hard problems: disciplined diagnosis, throwaway prototypes, getting grilled on a plan, zooming out, finding deepening opportunities in the codebase.

Planning & triage

Turn conversations into PRDs, PRDs into issues, and route issues through a triage state machine.

Operations

The day-to-day mechanics: debug, deploy checklist, incident response, standups, docs.

Setup & tooling

One-time scaffolding for a repo: domain docs, pre-commit hooks, git guardrails, shipping flow.