solanodz
- 13 skills
- 0 followers
- 15 hours ago last updated
- ▌ Harness E2e · solanodzEnd-to-end and smoke tests that catch what unit tests miss — executable architecture rules and agent-friendly error messages. Use when unit tests pass but the feature fails in runtime or across components.
- ▌ Harness Audit · solanodzScores your project setup 0–100 and shows what to fix first. Use when the agent keeps failing, before improving a harness, or to see which subsystem is the bottleneck (instructions, state, verification, scope, lifecycle).
- ▌ Harness Scope · solanodzOne feature at a time with clear done criteria — less half-finished work. Use when the agent does too much at once, rewrites the task list, or leaves features stuck in progress.
- ▌ Harness State · solanodzPick up where the last session left off — feature list, progress log, and evidence on disk. Use when context is lost between sessions or long tasks need continuity across days.
- ▌ Harness Diagnose · solanodzWhen the agent keeps failing, attribute the failure to a harness layer and fix the environment before swapping models. Use for repeated failures, verification gaps, or Lesson 01 diagnostic loops.
- ▌ Harness Scaffold · solanodzSets up a new project so the agent can start, verify, and resume anytime — AGENTS.md, feature list, progress log, init.sh, handoff. Use when adopting harness engineering or the user asks to set up an agent-ready project.
- ▌ Harness Evaluator · solanodzSeparate implementer from verifier — sprint contracts, rubrics, and independent review before accepting work. Use when the agent says done but quality is poor, or for Project 05 self-verification patterns.
- ▌ Harness Lifecycle · solanodzClean start and handoff every session — init.sh, progress updates, and a restart path. Use when sessions feel chaotic, the next agent can't pick up, or init.sh / handoff files need design.
- ▌ Harness Environment · solanodzMakes the project environment reproducible for agents — toolchain, env vars, services, and init.sh health checks. Use when setup fails, .env is missing, Docker/DB will not start, or a fresh checkout cannot run.
- ▌ Harness Instructions · solanodzWrites a short AGENTS.md the agent actually reads — rules, startup flow, and verification commands. Use when instructions are too long, missing, or the agent keeps asking the same project questions.
- ▌ Harness Verification · solanodzNo more "done" without running tests — mandatory checks before marking complete. Use when the agent declares victory too early or init.sh / verification commands need setup.
- ▌ Harness Observability · solanodzSee what the agent actually did — captured logs, health checks, and debug commands. Use when the agent says it worked but you can't tell why, or when failures are hard to diagnose.
- ▌ Harness Repo Knowledge · solanodzBuilds a short repo map so agents find the right files instead of wandering. Use when the agent explores the whole tree, edits the wrong module, or keeps asking where things live.