Sortable wall

The loop library.

All 45 reusable loops in one searchable wall. Filter by category, difficulty, tag, or Paul originals when you already know the kind of work you want to run.

Loop Library

Search the full wall of copyable loops.

45 loops. Search title, use case, tags, verification, or prompt.

Knowledge★ Paul original

Source Library Ingestion QA

Turn raw captures into retrieval-ready knowledge instead of a pile of orphaned links.

A new article, video, X post, podcast, or image enters your knowledge base and should be findable later.

Obsidianretrievalresearchmetadata
Engineering★ Paul original

Claude Code Repo Readiness

Make the repo legible to agents before asking them to do real work.

You are about to let a coding agent do meaningful work in a repo and want fewer dumb mistakes.

Claude Coderepo setupdocsagent harness
Engineering★ Paul original

Project Docs Freshness

Keep documentation synced with what the product actually does.

Code changed and the docs are probably now lying by omission.

docsmaintenanceAPIsrelease hygiene
Engineering★ Paul original

Test and Logging Coverage

Raise the floor for every future loop by improving the evidence system.

Important flows are hard to debug or verify, especially auth, payments, data mutation, external APIs, jobs, and error boundaries.

testingobservabilityloggingcritical flows
Engineering★ Paul original

CI Optimization

Attack one CI bottleneck at a time until the target is met or the bottleneck report is more valuable than another tweak.

The team is waiting on CI long enough that it changes behavior.

CIperformancetestingbottlenecks
Knowledge★ Paul original

Open Loop and Stale Memory Cleanup

Reconcile what the system thinks is open against what actually happened.

Your personal operating system has accumulated stale promises, half-decisions, or outdated context.

Obsidianmemoryopen loopsweekly review
Content★ Paul original

Social Source to Insight

Convert high-signal sources into grounded ideas without auto-posting like a caffeinated intern.

A strong X or YouTube source should become reusable insight and possible social material.

XYouTubecontent ideasapproval gated
EngineeringAdapted pattern

Fresh Clone Onboarding

Prove the README works from zero, not tribal memory.

You suspect setup instructions only work for people who already know the system.

READMEdeveloper experiencesetup
OperationsAdapted pattern

Production Error Sweep

Turn recurring production errors into verified patches.

Production telemetry should become repairs, not vibes.

reliabilitylogsbugs
SecurityAdapted pattern

Dependency CVE Burndown

Rank vulnerabilities by real exposure, then fix the reachable ones first.

Scanners are noisy and you need to know what is actually reachable.

CVEdependenciessecurity
EngineeringAdapted pattern

Test Flake Stabilizer

Find the real cause of flakes instead of wallpapering them with sleeps.

CI fails differently across comparable runs.

testingflakesCI
ContentAdapted pattern

Pre-Publish Source Check

Inventory the claims before the internet does it for you.

A factual draft is about to go public.

fact checkpublishingsources
KnowledgeAdapted pattern

Research to Artifact

Constrain research around the decision it needs to support.

Research should end in a decision-ready memo, not a heap of notes.

researchdecision memosynthesis
EvaluationAdapted pattern

Browser Quality Streak

Run real scenarios until the streak proves the product is stable.

You need confidence that the product works in realistic flows.

QAbrowserproduct
DesignAdapted pattern

Error Message Rewrite

Replace error sludge with clear recovery paths.

Your product exposes raw provider errors, stack traces, or dead-end messages.

UX writingerrorssupport
DesignAdapted pattern

Accessibility Repair

Fix access barriers without silencing checks or weakening the standard.

A site or app needs a defined accessibility target and repeatable testing.

accessibilityWCAGkeyboard
EngineeringAdapted pattern

Cold Load Trim

Reduce first-load bytes without breaking the first impression.

A web app ships too much before showing anything useful.

performancefrontendbundle size
EngineeringAdapted pattern

Architecture Rubric Refactor

Refactor against a written rubric, not taste fumes.

A refactor matters, but “make architecture better” is too vague.

architecturerefactorrubric
EvaluationAdapted pattern

Adversarial PR Review

Separate builder and critic so “looks good to me” means something.

One model built the change and should not grade its own homework.

code reviewmulti-agentPR
OperationsAdapted pattern

Living Story

Maintain an evidence-backed story of what matters and what is unfinished.

Work spans repos, notes, goals, and people.

project managementhandoffstatus
GrowthAdapted pattern

Promise to Proof

Make product claims survive contact with reality.

Marketing, docs, demos, and support answers may promise more than the product can prove.

marketingdocsproduct truth
GrowthAdapted pattern

SEO/GEO Visibility

Map priority questions to answer-ready pages.

You need search engines and AI answer engines to understand the site.

SEOGEOsearch
ContentAdapted pattern

One Post a Week Experiment

Change one variable per week and let useful audience behavior decide.

You want a repeatable content format and need audience evidence.

socialdistributionexperiments
GrowthAdapted pattern

Talk to Five Buyers

Let buyer language rewrite the page where the objection appears.

Landing-page copy is missing the concern that almost stopped buyers.

copywritingcustomer researchlanding pages
OperationsOriginal

Agent Handoff Continuity

Prevent the next agent from starting with amnesia and bravado.

Long-running agent work crosses sessions, tools, repos, or humans.

handoffstateagents
OperationsOriginal

Agent Toolchain Health Check

Check the harness before blaming the model.

Agent setup depends on CLIs, MCP servers, browsers, tokens, local models, and cron jobs.

agentstoolsMCP
EngineeringOriginal

API Contract Drift

Find where the API contract forked and bring every consumer back to one truth.

Backend, frontend, docs, and SDKs may describe different realities.

APIcontractstests
Personal OpsOriginal

Calendar Promise Proof

Mine the calendar for promises before they become social debt.

Meetings create obligations that never make it into a task system.

calendarcommitmentsfollow-up
Personal OpsAdapted pattern

Support Refund Follow-Up

Keep the case moving until the money lands or the wall is real.

A refund or support claim will take multiple conversations and deadlines.

supportrefundsfollow-up
StrategyAdapted pattern

Loop Hiring Manager

Hire loops like employees: for recurring work with clear outcomes.

You have lots of automation ideas and need to decide which loop deserves oxygen.

automationloop designROI
EngineeringMia daily expansion

Acceptance Scenario Lockstep

Pin the target with executable scenarios before the agent starts changing code.

A coding agent is about to implement a feature where success could be interpreted three different ways.

acceptance criteriatestingagent coding
Personal OpsMia daily expansion

Inbox Decision Triage

Turn inbox sludge into a small list of decisions, drafts, and explicit no-actions.

Email, DMs, or comments are creating invisible obligations and context switching.

inboxtriagedraftsapproval gated
EngineeringAdapted from public agentic-loop case studies

Reference Oracle Implementation

Give the agent an oracle, not a pep talk.

You need a coding agent to implement complex behavior that can be checked against a browser, official library, legacy system, API, compiler, or production output.

reference implementationtestingparityagent coding
EngineeringAdapted from public agentic-loop case studies

Agent Instructions After-Action

Turn one agent run into better future agent runs.

A coding agent just learned something about the repo, test harness, edge case, command, or convention that future sessions should not relearn the expensive way.

AGENTS.mdCLAUDE.mdlessons learnedagent harness
EngineeringAdapted from public agentic-coding handbook patterns

Spec to Task Shards

Make the agent split the work before it starts swinging a hammer.

The request is too large or vague for a single coding-agent prompt but not large enough to justify a full project plan ceremony.

spec-firstplanningtask decompositionagent coding
EngineeringAdapted from public agentic-coding handbook patterns

Behavior Ladder TDD

Use tests as the prompt, one behavior at a time.

A pricing rule, validator, parser, permissions rule, workflow state machine, or other logic-heavy feature could balloon if implemented all at once.

TDDtestsbusiness rulesagent coding
EngineeringAdapted from public agentic-coding handbook patterns

Trace-First Debugging

Make the agent earn the fix before touching code.

A failure has logs, screenshots, stack traces, recent commits, or user reports, but the cause is not obvious yet.

debugginglogsreproductionroot cause
DesignAdapted from public agentic-coding handbook patterns

Visual Feedback Repair

Show the agent the page, not just the code.

The frontend technically works but looks wrong, drifts from design intent, or breaks at specific viewport sizes.

frontendscreenshotsbrowservisual QA
KnowledgeAdapted from public agentic-coding handbook patterns

Memory Bank Continuity

Give stateless agents a project spine.

Agent work spans multiple sessions, contributors, or tools and context keeps getting rebuilt from scratch.

memory bankproject contextdocsagent continuity
SecurityAdapted from public agentic-loop safety guidance

Sandboxed YOLO Probe

Let the agent run wild somewhere boring.

You want a coding agent to iterate freely, but the command surface, repo contents, or prompt-injection risk makes direct host execution unsafe.

sandboxpermissionsYOLO modesafe agents
EngineeringAdapted from public Claude Code and agent-orchestration discussions

Parallel Agent Worktree Sweep

Run more agents, but keep their blast radiuses separate.

You have multiple independent coding tasks and the human bottleneck is orchestration, not implementation speed.

parallel agentsworktreesorchestrationcode review
EvaluationAdapted from public Claude Code and agent-orchestration discussions

Agent Merge Queue Review

Separate useful agent output from merge-shaped confetti.

Agent throughput created more branches than a human can safely review from memory.

PR reviewmerge queueagent branchesintegration
EngineeringAdapted from public agentic-loop discussions about agents quitting halfway through tasks

Completion Promise Loop

Make the agent promise completion against explicit evidence, not vibes and a cheerful summary.

A coding agent keeps declaring work done after the easy part, or a feature has multiple acceptance criteria that must be proven before handoff.

coding agentsacceptance criteriaverificationhandoff
ContentMia daily expansion

Release Notes Truth Sweep

Turn internal change lists into release notes that match the product users can touch.

Release notes are being drafted from PR titles, tickets, or internal updates and may overstate what users actually get.

release noteschangelogproductfact check
EvaluationMia daily expansion

Prompt Regression Suite

Treat prompts like code: keep a small regression set before tuning the clever wording.

A prompt, system instruction, tool policy, or model setting change could silently break workflows that used to work.

promptsevalsLLMregression testing