The library

Everything we index — ranked by what works, never by stars.

untested
Draft stale ticket updatesworkflowOpsL2
stale-ticket-drafts · Automated ticket triage where stale tickets need human-readable status drafts without direct edits.
untested
Run independent audit panelworkflowOpsL2
judge-independent-audit · Auditing complex ML systems.
untested
Refine work across teamworkflowOpsL2
team-refine · Use when implementing team-refine patterns.
untested
Review code for bugsworkflowEngineeringL2
review · Use when implementing review patterns.
untested
Classify dependency cycle typesworkflowEngineeringL2
phase-b0-cyclebreak · Use when implementing phase-b0-cyclebreak patterns.
untested
Build interactive data visualizationworkflowMarketingL3
build-viz · Use when implementing build-viz patterns.
untested
Detect emergent vault themesworkflowOpsL2
emergence-scan · Use when implementing emergence-scan patterns.
untested
Use when implementing t patterns.workflowL2
t · Use when implementing t patterns.
untested
Run parallel QA agentsworkflowEngineeringL2
qa-parallel-suite · Budget-gated QA where lite testing is the gate before heavier runs.
untested
Benchmark single-agent extractionworkflowEngineeringL2
bench-s0-monolith · Use when implementing bench-s0-monolith patterns.
untested
Measure agent concurrency limitsworkflowEngineeringL2
trace-concurrency-cap · empirically validating the workflow runtime's true parallel capacity before launching production workloads
untested
Apply verified bug fixes across codebasesworkflowEngineeringL3
phase-b2-fix-bugs · applying pre-verified bug fixes across multiple crates without sequencing delays
untested
Fix bundler errors file-by-fileworkflowEngineeringL3
phase-d-bundler-perfile · methodically eliminating cascading compiler errors in a large module via per-file focus
untested
Remove feature gates to unblock buildsworkflowEngineeringL3
phase-b2-ungate-tier · exposing and fixing draft code dependencies before moving to verification pass
untested
Parallel bundler error fixing pipelineworkflowEngineeringL3
phase-d-bundler-shard · parallelizing fix work on a single large file (bundle_v2) across multiple agents without conflicts
untested
Audit build status and find gapsworkflowEngineeringL2
frontier-tail-survey · auditing true build state across multiple frontiers without false confidence from presence of stub files
untested
Gate code reviews by impactworkflowEngineeringL2
cr-threshold-gate · mechanical OR-gated CR dispatch (LOC > 50 OR core-module hit) without human judgment
untested
Auto-merge work items to productionworkflowEngineeringL4
ship-item · automated production merge gate with adversarial reviewer integration and carry-forward tracking
untested
Localize UI text to 37 languagesworkflowProductMarketingL2
translate-keys · Localizing customer-facing UI (like ordering combos) into 37 languages with strict JSON schema + placeholder + markup preservation.
untested
Break cyclic crate dependencies upwardworkflowEngineeringL3
phase-b0-moveout · systematically breaking dependency cycles before move-in pass via vtable/tag+ptr/hook delegation
untested
Move types and dispatch downstreamworkflowEngineeringL3
phase-b0-movein · resolving forward references established in move-out via symbol materialization in target crates
untested
Fill missing symbols in cratesworkflowEngineeringL3
phase-b2-fill · on-demand symbol provisioning as downstream blockers surface during multi-phase porting
untested
Detect performance regressionsworkflowEngineeringL2
benchmark-audit · spotting performance regressions in CI without re-running expensive GPU benchmarks
untested
Import backlog into task managementworkflowOpsEngineeringL3
emit-beads · Bulk-importing planning data into beads while maintaining idempotency and dependency integrity
untested
Add missing blocked symbolsworkflowEngineeringL3
phase-b2-fill-blocked · Unblocking Rust port tasks by filling symbol gaps from a structured dependency report
untested
Adversarial interview and grillingworkflowL2
grill · Finding unstated assumptions and failure modes before design is locked
untested
Catching documentation claims that grep/structural validators miss (citations, superlatives, stale enumerations, business facts, capability contradictions).workflow
doc-drift-audit · Catching documentation claims that grep/structural validators miss (citations, superlatives, stale enumerations, business facts, capability contradictions).
untested
Architectural review insight (coupling risk, latent contracts, layering) layered on top of deterministic go list/go doc baseline for medium-to-large codebases.workflow
codemaps-extract · Architectural review insight (coupling risk, latent contracts, layering) layered on top of deterministic go list/go doc baseline for medium-to-large codebases.
untested
Catching recurring plugin-contract bugs (schema strip, action/tool mismatch, missing files, chip wiring) that occur after editing or before release.workflow
vertical-conformance-sweep · Catching recurring plugin-contract bugs (schema strip, action/tool mismatch, missing files, chip wiring) that occur after editing or before release.
untested
Converting an approved plan into code while surfacing every deviation and stopping on blocking gaps, preserving the plan intent with minimal changes.workflow
impl-build · Converting an approved plan into code while surfacing every deviation and stopping on blocking gaps, preserving the plan intent with minimal changes.
untested
Finding how an agent behaves unexpectedly (specification-gaming, misalignment, emergent behavior) before production deployment, complementing generic jailbreak scanners.workflow
agent-intention-redteam · Finding how an agent behaves unexpectedly (specification-gaming, misalignment, emergent behavior) before production deployment, complementing generic jailbreak scanners.
untested
Deep pre-merge gate for high-risk changes (T3: migrations, RLS, coaching prompts, consent flows) where multiple correctness/security/perf/compliance angles must pass.workflow
review-panel · Deep pre-merge gate for high-risk changes (T3: migrations, RLS, coaching prompts, consent flows) where multiple correctness/security/perf/compliance angles must pass.
untested
Scalable concurrent discovery and seeding of <=5 decision-maker contacts per stale company (part of lead enrichment pipeline; 3 in flight concurrency).workflow
lead-contacts-find · Scalable concurrent discovery and seeding of <=5 decision-maker contacts per stale company (part of lead enrichment pipeline; 3 in flight concurrency).
untested
Designing high-stakes proposals with ironclad guardrails (firewall, polarity, ADR-18 floor) and domain-agnostic, a11y-compliant mockups that operator must confirm before code.workflow
sm-proposal-research · Designing high-stakes proposals with ironclad guardrails (firewall, polarity, ADR-18 floor) and domain-agnostic, a11y-compliant mockups that operator must confirm before code.
untested
Recurring issue/PR backlog grooming when needs to flag fixed/stale/duplicate tickets and stuck PRs without manual reviewworkflow
cleanup-issues-prs · Recurring issue/PR backlog grooming when needs to flag fixed/stale/duplicate tickets and stuck PRs without manual review
untested
Recurring correctness sweeps where bugs must be proven by test before shipping (not style/design audits)workflow
bug-hunt · Recurring correctness sweeps where bugs must be proven by test before shipping (not style/design audits)
untested
One-off fine-tuning of published techfromalex.com articles; never auto-writes to live siteworkflow
tune-article · One-off fine-tuning of published techfromalex.com articles; never auto-writes to live site
untested
One-time or recurring reliability audit of all harness automations; identifies decision-log gaps and backoff issuesworkflow
auditar-confiabilidad · One-time or recurring reliability audit of all harness automations; identifies decision-log gaps and backoff issues
untested
BEFORE building any feature/module; avoids reimplementing existing code or merging dead branchesworkflow
feature-recon · BEFORE building any feature/module; avoids reimplementing existing code or merging dead branches
untested
Improving a forecasting playbook on a domain-specific dataset without web research (airgapped)workflow
self-improve-forecaster · Improving a forecasting playbook on a domain-specific dataset without web research (airgapped)
untested
Incremental layout algorithm improvements where each fix is validated against baseline + other fixtures (HYBRID gate)workflow
layout-hillclimb · Incremental layout algorithm improvements where each fix is validated against baseline + other fixtures (HYBRID gate)
untested
Proactive skill routing audit before routing causes user confusion; prevents silent shadowingworkflow
routing-collision-sweep · Proactive skill routing audit before routing causes user confusion; prevents silent shadowing
untested
Keeping distributed documentation synchronized with code changes without manual reviewworkflow
docs-accuracy-audit · Keeping distributed documentation synchronized with code changes without manual review
untested
Repo-wide sweeps that cannot fit in one conversation, with plausible-but-wrong findings filtered by adversarial skepticsworkflow
mercury-codebase-audit · Repo-wide sweeps that cannot fit in one conversation, with plausible-but-wrong findings filtered by adversarial skeptics
untested
Deterministic monthly/quarterly MCP ecosystem surveys that feed implementation planning without re-discoveringworkflow
mcp-discovery-survey · Deterministic monthly/quarterly MCP ecosystem surveys that feed implementation planning without re-discovering
untested
Finding subtle compiler/resolver bugs that only manifest across language boundaries and import patternsworkflow
resolution-redteam · Finding subtle compiler/resolver bugs that only manifest across language boundaries and import patterns
untested
Continuous threat intel pipeline that keeps SIGMA rules fresh against emerging Android malware with human-in-the-loop final gateworkflow
update-rules-e2e · Continuous threat intel pipeline that keeps SIGMA rules fresh against emerging Android malware with human-in-the-loop final gate
untested
Parallel discovery swarms that populate a research run's source cards faster than sequential manual researchworkflow
research-foundry-swarm · Parallel discovery swarms that populate a research run's source cards faster than sequential manual research
untested
Preventing subtle multi-platform regressions before a bug fix ships by exhaustively probing blast radiusworkflow
bugfix-council · Preventing subtle multi-platform regressions before a bug fix ships by exhaustively probing blast radius
untested
Autonomously grooming a backlog and shipping a prioritized batch end-to-end without human re-triageworkflow
ship-batch · Autonomously grooming a backlog and shipping a prioritized batch end-to-end without human re-triage
page 13 / 27