Search Skills
Search across 54932 indexed skills
bookforge-object-relational-structural-mapping-guide
Six PEAA patterns that bridge between OO domain objects and relational tables: Identity Field, Foreign Key Mapping, Association Table Mapping, Depende...
bookforge-inheritance-mapping-selector
Relational databases have no native concept of inheritance. Every time an OO hierarchy needs to be persisted, a structural decision must be made: how ...
bookforge-offline-concurrency-strategy-selector
This skill applies whenever a business transaction spans multiple system transactions — the user loads a record in one HTTP request, works with it (se...
bookforge-enterprise-base-pattern-catalog
The 11 base patterns in Chapter 18 of Patterns of Enterprise Application Architecture are cross-cutting utility patterns that appear everywhere in ent...
bookforge-transaction-isolation-level-auditor
Applies Fowler's Table 5.1 isolation-level matrix to audit a system's transaction configuration, map the current isolation level to its permitted anom...
bookforge-session-state-location-selector
Use this skill when your web application must remember user state across HTTP requests — shopping carts, multi-step forms, auth context, edits-in-prog...
bookforge-lazy-load-strategy-implementer
You have an object graph backed by a relational database. Loading some objects eagerly pulls in far more data than any single use case needs — but loa...
bookforge-pessimistic-offline-lock-implementer
This skill implements the Pessimistic Offline Lock pattern after offline-concurrency-strategy-selector (or your team) has confirmed it is the right co...
bookforge-call-outcome-classifier
You have just completed a B2B sales call and want to know whether it represented real progress. You have call notes or a transcript. You want a rigoro...
bookforge-benefit-statement-drafter
You have completed a discovery call or series of calls. The customer has expressed specific Explicit Needs (wants, desires, or intentions — not just p...
bookforge-closing-attitude-self-assessment
You are working with a salesperson — B2B account executive, enterprise rep, solutions consultant, or founder-led seller — who wants to evaluate whethe...
bookforge-optimistic-offline-lock-implementer
This skill implements the Optimistic Offline Lock pattern after offline-concurrency-strategy-selector (or your team) has confirmed it is the right con...