Casa

Playbooks are contracts, not prompts

Casa ships 174 playbooks that turn operating knowledge into executable, reviewable units of company work, selected by business fit and sequenced by a deterministic router.

CASA 03PLAYBOOK CONTRACT STUDYPRODUCT / LEVEL 3
FIRST-VALUE PATH

Map the shortest path from first session to a measurable outcome.

READY FOR ROUTING
REQUIRESREADINESS
01ICP synthesis
02Event taxonomy
PRODUCESDURABLE OUTPUT
01Activation map
02Test plan
REVIEW RUBRICPINNED
4 checks

Evidence, scope, measurement, and decision quality.

REVIEW EXPECTATIONS TRAVEL WITH THE WORK
A playbook as the session sees it: requirements, deliverables, and a pinned review rubric.

The contract

FieldWhat it declares
ApplicabilityWhether this playbook belongs to this business at all, so a services firm never sees an e-commerce checklist
DependenciesWhat must exist first; the router sequences the graph and refuses out-of-order execution
Readiness gatesConditions that keep premature work ineligible until the company can use the result
InputsWhat the playbook reads from the company brain
DeliverableThe artifact it must write back, with its quality bar
ReviewWhich critic panel checks the result and what a pass requires

A contract on disk

playbooks/growth/first-value-path.mdmarkdown
---id: AP-11-first-value-pathdepartment: growthapplies_to: [b2b-saas, consumer-subscription]depends_on: [AP-03-mvp-scope, AP-05-event-taxonomy]ready_when: product.has_first_usersdeliverable: artifacts/growth/first-value-path.mdreview: [customer-skeptic, analyst-honesty]--- ## ObjectiveMap the shortest path from signup to first value,instrument it, and name the single biggest drop …
Note: Contracts are readable

Every playbook is Markdown with structured front matter. You can open, edit, or fork any of the 174 without special tooling.

States

StateMeaning
not-applicableFails the applicability rules for this business
blockedA dependency has not produced its deliverable yet
waitingApplicable, but a readiness gate is not met
readyEligible now; ranked against the binding constraint
in-reviewArtifact produced, critic panel running
doneReviewed, gated where required, recorded in the brain

Selection

During /casa-start, the router selects applicable playbooks, sequences dependencies, and ranks ready work against the binding constraint. /casa-map shows the resulting graph; /casa-next returns the single best next action and why it is right for this founder now. The model can explain the eligible set; it cannot invent one.

Next steps