Reusable workflows, with their boundaries visible.
Explore a curated set of public workflow summaries. Each entry identifies its purpose, maintenance status, provenance and declared license without publishing the private implementation.
creative · 1
productivity · 4
brainstorm
Shapes an early idea into a testable direction by exposing assumptions, trade-offs and the smallest useful next step.
hardening-pass
Runs a final pre-ship pass across validation, observability, recovery, documentation and operational guardrails.
next-improvements
Classifies useful follow-up work after delivery without hiding new scope inside the completed task.
recheck
Reopens a just-delivered result, tests the completion claim and repairs safe gaps before shipping.
software-development · 9
audit
Audits an existing app, repository, document or plan and returns evidence-backed, severity-ordered findings.
debug
Reproduces and isolates defects before applying a minimal fix with regression evidence.
devil-review
Challenges a proposed ship decision by attacking assumptions, proof quality and unresolved production risk.
prompt-evaluation
Creates deterministic prompt and agent evaluation suites with regression cases, rubric assertions and automated quality-gate output.
public-context-pack-repos
Creates source-backed public context repositories that teach a domain clearly to both people and software agents.
quality-audit
Reviews code, tests, architecture, performance, accessibility, security or production readiness through a focused lens.
refactor
Improves code structure through bounded impact analysis, behavior-preserving changes and proportional verification.
repo-complete
Assesses and improves public repository readiness across documentation, licensing, security, releases and privacy.
tdd
Applies a strict red-green-refactor cycle with behavior tests written before implementation.