ai delivery playbook memory factory
by nowrich
Converts finished AI projects and incident logs into reusable playbooks, patterns, and operational checklists.
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
I just finished a project where we deployed a Llama-3 model using vLLM and Pydantic for validation. Here are my raw deployment notes and the final architecture diagram. Create a playbook.
Your agent does
Playbook: Deploying LLMs with vLLM and Pydantic Validation
When to Use
- Deploying open-source models requiring high-throughput inference.
- Implementing structured output validation.
Steps
- Configure vLLM engine settings.
- Define Pydantic schemas for response parsing...
What you get
About this skill
The problem
Valuable engineering insights, architectural patterns, and incident resolutions are often lost as soon as a project ends or a sprint finishes. Teams repeat the same mistakes and reinvent the same workflows because there is no systematic way to convert raw project history into reusable assets.
What it does
- Analyzes project documentation, post-mortems, and code to extract generalized implementation patterns.
- Generates structured playbooks for repeatable AI delivery tasks like model fine-tuning or deployment.
- Creates standardized checklists for quality gates, releases, and incident response.
- Produces reusable templates with placeholders for PRDs, incident reports, and document skeletons.
- Codifies operational knowledge into concise reference notes for future team members.
Why this beats prompting it yourself
Generic prompts often produce shallow summaries or retain too much project-specific noise. This skill follows a rigorous extraction process to remove internal details and replace them with actionable decision points, ensuring the output is immediately useful for a developer who wasn't part of the original project.
Use cases
- Converting a messy incident Slack thread into a formal post-mortem and preventative checklist.
- Turning a successful prototype's unique architecture into a standard internal implementation pattern.
- Generating a deployment playbook based on the logs and steps taken during a manual production release.
- Building a centralized knowledge base of AI delivery practices from past sprint retrospectives.
Known limitations
Output quality depends on the completeness of source material. It is not a substitute for hands-on onboarding for mission-critical systems.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Frequently Asked Questions
Popular in Documentation
incident-postmortem
Transform raw incident logs and Slack threads into blameless, structured postmortems and 5-Whys RCA reports.

Developer Documentation Writer
Produces developer documentation structured around what developers are trying to do — information architecture, quickstart, how-to guides, reference docs, gap audit — for the product described. Use when the user says write developer documentation, create an API quickstart guide, write a README for this library, or audit our docs for gaps. Do not use when the user wants end-user help articles or marketing copy.
Agent-safe database access kit: harden Postgres before you let an AI tool near it
Builders wiring LLM agents to their DB keep discovering the hard way that a chatty tool call can drop rows, exfiltrate P
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.