Tools, Techniques, and Practices (TTPs)
The modular unit of this handbook: a named, reusable pattern for shaping how a product moment feelsâsmall enough to apply in a sprint, precise enough to audit.
Definition
Section titled âDefinitionâA Tool, Technique, or Practice (TTP) is one deliberate moveâEmpty States, Intentional Friction, Graceful Exitâdescribed with a consistent anatomy so that a founder, designer, or agent can pick it up cold. The term is borrowed from tradecraft (âtactics, techniques, and proceduresâ): a shared vocabulary for describing how an outcome is achieved, separate from whether to pursue it.
A Product Strategy is the composition layer: a goal-shaped bundle (Onboarding, Retention, MonetisationâŚ) that names which TTPs carry the goal, which support it, and which metrics tell you whether the feelingâand not just the funnelâis working.
Why it matters
Section titled âWhy it mattersâMost product advice arrives as anecdotes (âDuolingo does streaksâ) or as abstractions (âbuild habitsâ). Neither is actionable or auditable. TTPs sit in between: concrete enough to implement, general enough to transfer, and separable enough that you can adopt one without swallowing an ideology. The card format also makes the ethical boundary explicitâevery TTP defines its own misuse, so the same vocabulary that spreads a pattern also spreads its guardrails.
Deep dive
Section titled âDeep diveâEvery TTP card in this handbook has the same anatomy:
- Tagline â the pattern in one honest sentence; if the tagline requires deception to be true, it is not a TTP, it is a dark pattern.
- What it is / Why it works â the mechanism and the evidence behind it, usually one or two behavioural findings, not a literature review.
- When to use it â the situations where the mechanism actually applies; most TTP misuse is a timing error.
- Do / Donât â the boundary between the pattern and its evil twin (e.g. Limited Offer vs. fake urgency).
- Founder Tip â the compressed judgement call a busy builder needs.
- Make It Yours â prompts that adapt the pattern to your product instead of copying a competitorâs implementation.
- Further reading â durable primary sources.
- Agent skill â how ProductFeelingâs agent commands load and apply the TTP, including the feeling north star it serves and its anti-goals.
Strategies then do the combining. Each strategy page lists carrying TTPs (the moves that do the strategic work), supporting TTPs (amplifiers), Insights & Metrics (how to measure the feeling, with formulas), and Behind the Data (diagnostic questions). The same TTP appears under several strategies because patterns are reusable; the strategy supplies intent and sequence.
For engineers and agents
Section titled âFor engineers and agentsâ- Read a TTP card the way you read an API contract: When to use it is the precondition, Do/Donât is the spec, Anti-goals are the invariants that must never be violated. A pattern applied outside its preconditions is a bug even when the code is clean.
- TTPs decompose review work into checkable units. âDoes this PR feel right?â is unanswerable; âdoes this empty state teach the next step?â (Empty States) and âdoes this wait explain itself?â (Loading Feedback) are yes/no questions an agent can answer from the diff.
- Strategies are dependency graphs, not menus: a strategy page tells you which TTPs carry the goal and which merely support it, so you implement carriers first. Building the supporting TTPs without the carriers is scaffolding with no building.
- The Insights & Metrics blocks are instrumentation specsâeach metric names its formula and its failure modes. Wire the events before shipping the pattern, or you will never know whether the feeling landed.
- One card per concern: when a change touches several TTPs (a paywall touches The Paywall, Limited Offer, and JTBD Copywriting), review against each card separately rather than blending them into vibes.
Where it shows up
Section titled âWhere it shows upâ- The full alphabetical catalogue lives in Tools, Techniques, and Practices.
- The twelve compositions live in Product Strategies.
- The Feeling North Star concept explains the line every TTP cardâs agent section must declare.
Further reading
Section titled âFurther readingâ- The Behavior Change Wheel (Michie et al.) â A rigorous precedent for taxonomising behaviour-change techniques rather than trading anecdotes.
- Deceptive Patterns (Harry Brignull) â The negative catalogue: named patterns of manipulation, and why naming a pattern is the first step to policing it.
- Growth Design Case Studies â Pattern-level teardowns of real products, in a spirit close to TTP analysis.