neo-agent-protocol

Solid

Use this skill when an AI agent is executing software development, code generation, refactoring, debugging, or system architecture tasks to enforce strict harness principles, self-verification gates, non-destructive editing, context collapse defense, and human-in-the-loop boundaries.

AI & Automation 7 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
30
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Agent Execution Protocol & Harness Principles ## Trigger On - An AI agent is assigned to build, refactor, debug, or architect software. - The user demands strict code quality, zero-hallucination verification, or non-destructive editing. - Long-running or multi-file development tasks requiring state persistence and context degradation defense. ## Core Principle AI agents MUST operate as disciplined software engineering components, not unconstrained text generators. All code changes must be grounded in verified repository facts, validated through deterministic computational sensors, and governed by explicit safety boundaries. Humans design the scaffolding, evaluators, and constraints; agents execute 100% of the implementation and self-correct using log evidence. ## The 5 Agent Harness Laws ### 1. Feedforward First (Read Before Modify) - **Inspect worktree facts**: Inspect `AGENTS.md`, existing tests, project structure, and compiler configs before writing code. - **Never guess implementation details**: Never infer API signatures, struct fields, database schemas, or file paths. Inspect the authoritative source files first. - **Progressive disclosure**: Keep main execution context clean. Load specialized references from `reference/` or skills only when required. ### 2. Deterministic Sensors & Verification Gates (Never Declare Victory Without Proof) - **Run verification commands**: After every edit, execute the corresponding deterministic local sensor (unit tests, typecheck...

Details

Author
Benknightdark
Repository
Benknightdark/neo-skills
Created
6 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category