cwijayasundara/claude_harness_eng_v1
Plugin Claude Code
GAN-inspired harness for autonomous long-running application development with Karpathy ratcheting, agent teams, and layered evaluation.
cwijayasundara/claude_harness_eng_v1
Plugin Claude Code
GAN-inspired harness for autonomous long-running application development with Karpathy ratcheting, agent teams, and layered evaluation.
cwijayasundara/claude_harness_eng_v1
Agent Claude Code
GAN counterpart for frontend quality. Takes screenshots and scores against 4 criteria (design quality, originality, craft, functionality).
cwijayasundara/claude_harness_eng_v1
Agent Claude Code
Skeptical verifier that runs the application and checks sprint contract criteria via API tests, Playwright interaction, and schema validation.
cwijayasundara/claude_harness_eng_v1
Agent Claude Code
Implements code and tests from user stories. Spawns agent teams for parallel execution. Negotiates sprint contracts with evaluator.
cwijayasundara/claude_harness_eng_v1
Agent Claude Code
Expands user prompts into BRD, decomposes into stories with dependency graph, designs system architecture, generates feature list and machine-readable schemas.
cwijayasundara/claude_harness_eng_v1
Agent Claude Code
Scans for injection, auth bypass, hardcoded secrets, SSRF, path traversal, and other OWASP top 10 vulnerabilities.
cwijayasundara/claude_harness_eng_v1
Agent Claude Code
Generates test plans, test cases mapped to acceptance criteria, Playwright E2E test files, and test data fixtures.
cwijayasundara/claude_harness_eng_v1
Agent Claude Code
Creates self-contained React+Tailwind HTML mockups from stories and API contracts during the design phase.
cwijayasundara/claude_harness_eng_v1
Command Claude Code
Initialize a new project with the Claude Harness Engine v1 scaffold.
cwijayasundara/claude_harness_eng_v1
Hook Claude Code
Runs before the agent uses a tool for Write and Edit tool calls, executing enforce-length-pre.js via node. From cwijayasundara/claude_harness_eng_v1.
cwijayasundara/claude_harness_eng_v1
Hook Claude Code
Runs after a tool call finishes for Edit, Write and Bash tool calls, executing scope-directory.js, protect-env.js, detect-secrets.js, lint-on-save.js, typecheck.js, check-architecture.js, check-function-length.js, check-file-length.js, track-writes.js, pre-commit-gate.js and sprint-contract-gate.js via node (11…
cwijayasundara/claude_harness_eng_v1
Hook Claude Code
Runs when the agent finishes a response, executing require-review.js via node. From cwijayasundara/claude_harness_eng_v1.
cwijayasundara/claude_harness_eng_v1
Hook Claude Code
Runs when a task is marked completed, executing task-completed.js via node. From cwijayasundara/claude_harness_eng_v1.
cwijayasundara/claude_harness_eng_v1
Hook Claude Code
Runs on the TeammateIdle event, executing teammate-idle-check.js via node. From cwijayasundara/claude_harness_eng_v1.
cwijayasundara/claude_harness_eng_v1
Settings file Claude Code
Agent settings declaring 5 hook events (PreToolUse, PostToolUse, Stop, TaskCompleted) and 24 allowed tools.
cwijayasundara/claude_harness_eng_v1
Skill Claude CodeCodex
Layered architecture rules — one-way imports, module boundaries, file organization.
cwijayasundara/claude_harness_eng_v1
Skill Claude CodeCodex
Autonomous build loop with Karpathy ratcheting, GAN evaluator, and session chaining. Iterates story groups until all features pass or stopping criteria met.
cwijayasundara/claude_harness_eng_v1
Skill Claude CodeCodex
Socratic interview to create a Business Requirements Document. First step in the SDLC pipeline.
cwijayasundara/claude_harness_eng_v1
Skill Claude CodeCodex
Code generation quality principles — TDD, typing, error handling, logging, API integration, LLM integration.
cwijayasundara/claude_harness_eng_v1
Skill Claude CodeCodex
Generate Docker Compose stack, Dockerfiles, environment config, and init.sh bootstrap script.
cwijayasundara/claude_harness_eng_v1
Skill Claude CodeCodex
Generate system architecture, machine-readable schemas, and UI mockups. Spawns planner + ui-designer concurrently.
cwijayasundara/claude_harness_eng_v1
Skill Claude CodeCodex
Run the application and verify sprint contract criteria via API tests, Playwright interaction, and schema validation.
cwijayasundara/claude_harness_eng_v1
Skill Claude CodeCodex
Evaluation patterns — sprint contract format, three-layer verification, scoring rubric references.
cwijayasundara/claude_harness_eng_v1
Skill Claude CodeCodex
Standard GitHub issue workflow. Branch, reproduce, fix, test, PR.