yezhwi
- 11 skills
- 0 followers
- 10 hours ago last updated
- ▌ Diagnosability Review · yezhwiReview Q2/Q3 changed business paths for production diagnosability and persist structured review input.
- ▌ Minimal Implementation · yezhwiRun before implementation to record minimal necessary approach using Harness Decision Ladder.
- ▌ Engineering Harness · yezhwi bundleUse 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.
- ▌ Convergence · yezhwiUse 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.
- ▌ Quality Gate · yezhwiUse 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.
- ▌ Task Contract · yezhwiTurn 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.
- ▌ Collect Evidence · yezhwiUse 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.
- ▌ Reproduce Finding · yezhwiReproduce 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.
- ▌ Adversarial Review · yezhwiAdversarial 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.
- ▌ Complexity Reviewer · yezhwiReview verified diff for unnecessary implementation complexity before adversarial review.
- ▌ Framework Distillation · yezhwi bundleDistill 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.