← all publishers

yezhwi

@yezhwi source repo

11 published skills

  1. Diagnosability Review · yezhwi
    Review Q2/Q3 changed business paths for production diagnosability and persist structured review input.
    0 installs
  2. Minimal Implementation · yezhwi
    Run before implementation to record minimal necessary approach using Harness Decision Ladder.
    0 installs
  3. Engineering Harness · yezhwi bundle
    Use when starting or resuming a task in a repo with .harness/ state, when unsure which harness phase comes next, or when asked to run the Engineering Harness loop end-to-end. Orchestrates the fixed state machine; MUST NOT implement business code itself.
    0 installs
  4. Convergence · yezhwi
    Use when `harness gate` has printed DECISION: CONVERGED, CONTINUE, or ESCALATED and the loop must finish, resume, or stop. Applies v0.1 escalation rules with no scoring.
    0 installs
  5. Quality Gate · yezhwi
    Use when task state is GATING and a go/no-go decision is needed before CONVERGED. Runs `harness gate` and follows `DECISION:`; MUST NOT assess quality by judgement.
    0 installs
  6. Task Contract · yezhwi
    Turn a User Requirement into a Task Contract: Acceptance Criteria, Requirements, Invariants, Risks, Verification Plan. Produces .harness/requirements.yaml and .harness/invariants.yaml and advances task state CLASSIFIED -> SPECIFYING -> PLANNED. This skill MUST NOT implement business code.
    0 installs
  7. Collect Evidence · yezhwi
    Use when entering VERIFYING or before GATING and fresh evidence is required. Decides which evidence types the task needs, then runs collect_evidence.py; MUST NOT judge pass/fail itself.
    0 installs
  8. Reproduce Finding · yezhwi
    Reproduce an adversarial finding through the mandatory lifecycle PROPOSED -> REPRODUCING -> CONFIRMED (bug reproduced, test RED) -> FIXING -> FIXED (test GREEN) -> VERIFIED (full regression) -> CLOSED, or REJECTED. Each status has one meaning and its own evidence requirement. No status may skip or shortcut this path.
    0 installs
  9. Adversarial Review · yezhwi
    Adversarial review of a Task Contract: construct failure scenarios, attempt to violate Requirements and Invariants. Produces .harness/findings/FND-nnn.yaml files with status=PROPOSED only. This skill MUST NOT confirm bugs, review code style, or suggest refactors.
    0 installs
  10. Complexity Reviewer · yezhwi
    Review verified diff for unnecessary implementation complexity before adversarial review.
    0 installs
  11. Framework Distillation · yezhwi bundle
    Distill an open-source framework into reusable architecture knowledge. Use when reverse engineering a framework, runtime, workflow engine, orchestration platform, or plugin system to reproduce its architecture, execution model, extension points, and engineering tradeoffs without copying implementation.
    0 installs