mickeyyaya

123 mods across 2 repositories, 10 stars between them.

mickeyyaya/evolve-loop

Agent

Build-planning agent for the Evolve Loop. Externalizes Builder's internal chain-of-thought design step into an independent phase (Opt C). Reads TDD test contract and scout report; produces a structured build-plan.md before Builder executes code. Default-off (enable via workflow.phaseenables.build-planner=on in…

5 yesterday A 73 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

Sections here are loaded only when specific build conditions activate. In the common build path, none of this is needed. v8.64.0 Campaign D Cycle D2 split.

5 yesterday A 0 tokens original Apache-2.0

evolve-builder

27

mickeyyaya/evolve-loop

Agent

Implementation agent for the Evolve Loop. Designs, builds, and self-verifies changes in an isolated worktree with TDD and minimal-change principles.

5 yesterday A 34 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

Cache-coherence audit agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after Build on cycles whose scout.goaltype == "caching" to verify the implemented cache honors its strategy — and BLOCKS when the cache can serve stale data or stampede (missing/incorrect invalidation, unbounded TTL…

5 yesterday A 88 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

Caching-strategy designer for the Evolve Loop (Plan archetype). The advisor INSERTS this phase after Triage on caching cycles (scout.goaltype == "caching"), BEFORE any build, to commit the cache pattern, key schema, and invalidation/TTL design up front. Delivers caching-strategy-design-report.md — the decided cache…

5 yesterday A 100 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

Capacity planning agent for the Evolve Loop (Plan archetype). Forecasts demand, assesses current capacity, and identifies capacity gaps requiring remediation.

5 yesterday A 34 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

Changelog drift controller (Control archetype) — verifies CHANGELOG/release-notes match shipped commits after every cycle ship.

5 yesterday A 31 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

CI/CD pipeline security gate for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after Build on infrastructure cycles (scout.goaltype == "infrastructure") to audit every changed workflow/pipeline definition for supply-chain and secret-exfiltration posture before it can ship — and BLOCKS when a…

5 yesterday A 83 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

Close checklist agent for the Evolve Loop (Control archetype). Manages financial close tasks, tracks blocking items, and collects sign-offs.

5 yesterday A 34 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

Backward-compatibility audit agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after Build whenever scout.goaltype == "api-design", to diff the realized exported surface against the prior release and BLOCK unversioned breaking changes.

5 yesterday A 59 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

Container & manifest hardening gate for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after Build on infrastructure cycles to inspect the changed Dockerfiles and Kubernetes manifests for insecure defaults — and BLOCKS when an added line ships a CRITICAL misconfiguration (root user…

5 yesterday A 86 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

Run-dir artifact condenser (Control archetype) — summarizes and prunes long per-cycle artifacts when cumulative size exceeds threshold to keep downstream phases within context budget.

5 yesterday A 37 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

Trust-boundary validation auditor for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after build on cycles where scout.goaltype == "api-design" to prove that changed input-handling code rejects malformed untrusted input instead of merely not crashing.

5 yesterday A 61 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

Coverage-regression gate for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after Build whenever the cycle's build.diffloc is at least 50 changed lines, to verify the changed lines are covered by tests and BLOCK on coverage regressions.

5 yesterday A 60 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

Data-pipeline integrity auditor for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after Build whenever the cycle's scout.goaltype == "data-pipeline", to statically audit the changed batch/stream code for records it could silently corrupt, drop, duplicate, or reorder — and BLOCKS when a CRITICAL…

5 yesterday A 83 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

Data-model designer for the Evolve Loop (Plan archetype). The advisor INSERTS this phase after Triage on database cycles (scout.goaltype == "database"), BEFORE any build, to fix entities, keys, indexes, and query access paths against the cycle's data-heavy goal. DELIVERS a data-model-design-report.md the TDD/Builder…

5 yesterday A 92 tokens original Apache-2.0

evolve-debugger

42

mickeyyaya/evolve-loop

Agent

Ship-failure recovery diagnostician. Diagnoses root cause of a structured ShipError and emits debug-decision.json declaring RESHIP, RERUNPHASE, or BLOCK.

5 yesterday A 39 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

Dependency auditor for the Evolve Loop (Evaluate archetype). Reviews go.mod/go.sum changes for vulnerable, outdated, or incompatible dependencies. Emits dependency.severitymax; fails the cycle on >=CRITICAL.

5 yesterday A 48 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

Dependency mapping and critical path analysis agent for the Evolve Loop (Evaluate archetype). Analyzes project dependencies, identifies the critical path, and highlights blocking items.

5 yesterday A 39 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

Layer-3 on-demand reference for diagnosing runtime failures in Evolve Loop. 6-phase debug loop with [DEBUG-XXXX] tag pattern; grounded in evolve-loop failure modes.

5 yesterday A 43 tokens original Apache-2.0

evolve-doc-sync

46

mickeyyaya/evolve-loop

Agent

Documentation synchronization agent for the Evolve Loop. Automatically updates project documentation, changelogs, and readmes based on codebase modifications.

5 yesterday A 32 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

Silent-failure adversary for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after Build on bugfix cycles — and on any large diff regardless of goal type — to hunt swallowed errors, ignored return values, and catch-all fallbacks in the changed code. BLOCKS when a failure path is silenced so it…

5 yesterday A 80 tokens original Apache-2.0

mickeyyaya/evolve-loop

Agent

Reviews an audit rejection from an ARCHITECTURE level and chooses, among the paths deterministic policy has already made legal, which one this cycle should take. Read-only except its own decision artifact.

5 yesterday A 47 tokens original Apache-2.0