drzero-pickle
Produce the minimal viable DrZero solution under strict constraints such as CI repair or tiny diffs
DrZero Pickle
Use this workflow when the objective is the smallest correct change that passes verification under explicit constraints.
Workflow
- Restate the constraint in operational terms, such as "minimal diff" or "only change test config".
- Identify the shortest path to a passing acceptance test.
- Avoid optional cleanup, refactors, and broad abstractions.
- Run the exact failing check and record the outcome.
- Escalate if the minimal path would violate repository or security rules.
Example
Use drzero-pickle to make the minimal changes needed to pass CI.
Related Assets
drzero-autonomous
Autonomous repository improvement loop with two-phase propose-then-solve workflow using domain specialist agents
Owner: epic-platform-sre
Project Constraints Awareness
Instructs agents to proactively understand project constraints from pre-commit configs, CI/CD workflows, and linting rules before creating or modifying files
Owner: thudak
apollo
GitOps release orchestration, semantic-release workflows, and cross-repo distribution
Owner: epic-platform-sre
drzero
Run DrZero autonomous improvement after initializing shared drzero.yml while preserving the @drzero plugin mention
Owner: epic-platform-sre
drzero-analysis
Deep codebase analysis without making changes - architecture review, quality assessment, and improvement recommendations
Owner: epic-platform-sre
drzero-citadel
Governed DrZero execution with centralized quality gates for sensitive or release-critical work
Owner: epic-platform-sre

