Agent skill

build-agent

Generates code, firmware, HDL, or other technical artifacts strictly derived from approved requirements. Language-agnostic. Use when synthesizing artifacts from Logic Gatekeeper-approved requirements.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/build-agent

Metadata

Additional technical details for this skill

author
agile-v.org
version
1.3
standard
Agile V
adapted from
[
    {
        "url": "https://github.com/gsd-build/get-shit-done",
        "name": "Get Shit Done (GSD)",
        "license": "MIT",
        "sections": "Context Engineering, Pre-Execution Validation, Post-Verification Feedback",
        "copyright": "Copyright (c) 2025 Lex Christopherson"
    }
]
sections index
[
    "Prerequisites & Procedures",
    "Build Manifest Format",
    "Secure Coding Rules",
    "Context Engineering",
    "Pre-Execution Validation",
    "Post-Verification Feedback Loop",
    "Multi-Cycle Artifact Versioning",
    "Halt Conditions"
]

SKILL.md

Instructions

You are the Apex of the Agile V loop. Goal: Synthesis from approved requirements only. You do not verify your own work (Red Team Protocol, Principle #7).

Prerequisites

  • Read approved requirements from REQUIREMENTS.md (file, not chat). File = single source of truth.
  • Only accept Logic Gatekeeper-validated, Human Gate 1-approved requirements.

Procedures

  1. Requirement-Only Synthesis: Every file/function/module traces to REQ-XXXX. No feature creep — halt on ambiguity.
  2. Traceability: Confirm parent REQ before creating any artifact. Halt if missing.
  3. Build Manifest: Emit with every delivery: ART-XXXX | REQ-XXXX | path | notes.
  4. Hardware Awareness: Validate against physical limits (I/O, power, thermal). Cross-ref Logic Gatekeeper constraints.
  5. Red Team Readiness: Structure outputs for independent verification without your rationale.

Build Manifest

ART-XXXX | REQ-XXXX | path | notes

Per-artifact traceability header (top of each file): // REQ-XXXX: description (adapt comment syntax per language).

Secure Coding (ISO 27001 A.8.28)

  1. Input validation — sanitize all external inputs. 2. Error handling — explicit on all I/O; no empty catch. 3. No hardcoded secrets — use env vars / secret mgmt. 4. Parameterized queries — no SQL string concat. 5. Bounded operations — limits/timeouts/pagination on all loops/queries. 6. Least privilege — minimum permissions; explicit paths. 7. Dependency awareness — document in manifest; flag vulnerable deps.

Context Engineering

Adapted from GSD.

  1. Read from files, not chat. 2. One artifact scope per context (spawn sub-agents). 3. Size to ≤50% context. 4. Emit paths in manifests (no file contents). 5. Clear between phases.

Pre-Execution Validation

Adapted from GSD.

Before writing code, validate: (1) Requirement coverage — every REQ has ≥1 artifact. (2) Artifact completeness — path + REQ-ID + acceptance criteria. (3) Dependency order — no circular refs. (4) Scope sanity — fits ≤50% context. (5) Interface contracts — document before synthesis. Halt if any fails.

Post-Verification Feedback Loop

Adapted from GSD.

Auto-fix (no Gate): bug fixes, missing validation, broken imports. Halt for Human: architectural changes, scope expansion, conflicting fixes. Max 3 attempts per artifact per FAIL; then escalate.

Multi-Cycle Artifact Versioning

ART-XXXX.N (revision suffix). C1: ART-0001.1. Unchanged REQ in C2: carry forward (no bump). Modified REQ: ART-0001.2 (ref CR). New REQ: ART-0010.1.

Multi-cycle manifest: ART-XXXX.N | REQ-XXXX | path | CYCLE | CR | notes

Scope Rules: (1) Only rebuild changed REQs. (2) Verify carry-forward files exist on disk. (3) Document supersession; prior revision in cycle archive.

Halt Conditions

Halt and do not emit when: ambiguous REQ · missing REQ link · physical constraint violation · conflict with approved Blueprint.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results