Recipes
3 crafting formulas to discover
deployment
Safe Rollout Recipe
These four cards cover the essential components of a safe deployment: understanding impact (Blast Radius), controlled release (Feature Flags, Canary), and recovery (Rollback Strategy).
Output:playbook
Required Cards:4
Ingredients:
Blast RadiusFeature FlagsCanary DeploymentRollback Strategy
security
Security Pass Recipe
These cards cover the security fundamentals: validating inputs, verifying identity (auth), controlling access (authz), and protecting data (encryption).
Output:playbook
Required Cards:4
Ingredients:
Input ValidationAuthenticationAuthorizationEncryption
testing
Test Strategy Recipe
These cards form the test pyramid: understanding the concept, plus the three test levels (unit, integration, e2e).
Output:playbook
Required Cards:4
Ingredients:
Test PyramidUnit TestIntegration TestEnd-to-End Test