naimax/agent-harness-reference
Skill Claude CodeCodex
A rule for checking work with a fresh command run before marking it complete or passing it.
naimax/agent-harness-reference
Skill Claude CodeCodex
A rule for checking work with a fresh command run before marking it complete or passing it.
naimax/agent-harness-reference
Agent Cursor
A read-only coding agent that reviews changed files against the task requirements. It reports whether the work is ready, needs changes, or is rejected.
naimax/agent-harness-reference
Agent Cursor
A coding agent that implements tasks described in `project/docs/tasks`. It writes only in `project/src` and must run tests before marking work complete.
naimax/agent-harness-reference
Cursor rule Cursor
A rule for keeping a product's source folder self-contained. Code in `project/src` must work when copied to a server without the rest of the repository.
naimax/agent-harness-reference
Cursor rule Cursor
A set of rules for an orchestrator that coordinates coding agents without writing the product code itself. It assigns work through tasks and passes handoffs through shared work items.
naimax/agent-harness-reference
Cursor rule Cursor
A software-development lifecycle gate, where each stage must be approved before the next one starts. SDLC means the process of planning, building, reviewing, and releasing software.
naimax/agent-harness-reference
Instructions file CodexOpenCode
A project instruction file for a reference agent harness: a small system that coordinates coding work through separate control, project, and checking areas. It explains the workspace layout and required workflow.