ai-native-developer-experience

mcp
Security Audit
Warn
Health Warn
  • License — License: NOASSERTION
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 9 GitHub stars
Code Pass
  • Code scan — Scanned 9 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

Team-project AI harness bootstrap: shared operating model, skills and delivery guardrails for coherent human-agent work from day one.

README.md

AI-Native Developer Experience Harness

A team-project AI harness bootstrap that gives humans and agents a shared operating contract from day one, moving AI leverage from an individual “IC superhero” advantage to a repeatable team capability on an equal playing field.

This is my personal, public example of the scaffolding, skills, operating model, and ways
of working I use to help a team start coherently in a new project direction. It is a
conversation starter and adaptable baseline, not a production application starter kit or
a claim that one process fits every team.

The operating-model kernel is model-, vendor-, and IDE-agnostic. Thin platform adapters
handle discovery and invocation without changing authority, risk, evidence, review, or
completion semantics.

Start here: bootstrap a new team project, then adapt the tracked
project profile as the team learns.

Speed is easy. Safe speed is engineered.

This is deliberately opinionated. Refine it for your team, technology, domain,
authority model, and definition of done. Keep one coherent shared contract while doing so.


Licence and commercial team adoption

This repository is source-available, under a choice of two standard licences:

Ongoing commercial team adoption is not granted by the public licences. Before using
this repository as an operating harness for a business, client, or paid engagement beyond
the evaluation period, request written permission from
Jaroslav Pantsjoha on LinkedIn. For a public enquiry,
you can also open a GitHub issue.
Include the organisation, intended team or project scope, and whether you are comfortable
being named publicly as an adopter. Public acknowledgement is opt-in; confidential
enquiries are welcome.

Please preserve the copyright and Required Notice: attribution in permitted copies and
adaptations. The repository contains no usage telemetry, so a licence creates a clear
permission boundary but cannot identify silent use. Stars, feedback, and voluntary
adoption notes are welcome evidence that the harness is useful, but they are not licence
conditions.


This repo is about

  • A living DX harness for AI-augmented development.
  • A record of what worked in firsthand delivery experience.
  • A set of minimum viable guardrails for agent-driven workflows.
  • An opinionated baseline designed for team refinement.

Hyper-personalised workflows are inevitable; this is one of many. Shared contracts,
validation, and discipline remain essential.

Where the harness came from

I’ve been building and writing under the banner of #HarnessEngineering for a while now — the idea that the model is the easy, commoditised part - relatively speaking, and the durable engineering lives in the scaffolding you wrap around it. So the rule files, the tools and MCP servers, the sandboxes, the orchestration, the hooks, the evals. This repo is the firsthand version of that argument — a reflection of over a year working hands-on across a variety of agent systems, coding copilots, and orchestrated multi-agent delivery.

If you want the narrative rather than the code, the write-ups that unpack this harness live here:

The broader industry is converging on similar language. One useful marker is Google’s
2026 paper “The New SDLC With Vibe Coding: From ad-hoc prompting to Agentic
Engineering”
by Addy
Osmani, Shubham Saboo, and Sokratis Kartakis.

A few related themes and external signals line up with what this repository has been
saying from the field:

  • The harness can dominate the experience. “10% model / 90% harness” is a useful
    engineering heuristic, not a universal measured ratio. The practical point is to debug
    tools, context, rules, permissions, and feedback loops as first-class system components.
  • Many apparent model failures are harness failures. Missing tools, vague rules,
    absent guardrails, poor context, and weak validation are common, actionable causes. This
    is a field observation, not a claim that every failure has the same root cause.
  • The harness effect can be measured. LangChain reported improving Deep Agents from
    52.8 to 66.5 on Terminal Bench 2.0 through harness changes, moving from outside the Top
    30 to the Top 5 at that time. Treat the result and rank as a historical experiment, not
    a permanent benchmark fact. See LangChain’s experiment
    and the current Terminal Bench leaderboard.
  • Adoption is widespread, but measurements differ. Surveys often mix AI tools,
    coding assistants, and agents, so this repo does not turn tool-use percentages into an
    “agent adoption” or “AI-generated code” claim. See the JetBrains 2025 ecosystem
    report

    and Stack Overflow 2025 survey.
  • The role is shifting from syntax to intent — from writing code to specifying, verifying, and directing — with “intent as the new interface” as the destination.

Basically, read that report.

Patterns worth borrowing: agent-skills convergence

Addy Osmani followed the paper with a practical artifact — agent-skills (MIT), 24 SKILL.md workflows encoding SDLC discipline for coding agents. I reviewed the lot against this harness. Most of it my setup (or your agent CLI of choice) already does natively. Four patterns are genuinely worth lifting, and they slot straight into the harness thinking above:

  1. Anti-rationalization tables. Every skill ships a table of the excuses an agent makes to skip a step — paired with the rebuttal. This is a harness primitive I had not formalised: my gates ban bad output; this pattern pre-empts bad reasoning before the output exists. If you maintain your own skills, add one of these tables to each. Cheap to write, compounds fast.

  2. Doubt-driven development. Adversarial in-flight review of high-stakes decisions — the agent must argue against its own approach before proceeding. I've been running this as the Adversarial Gate ("how would i break this?") since the start of this harness. Good to see the industry converge on the same move. If you only borrow one behavioural pattern, borrow this one.

  3. A meta-router skill. As a skill library grows, the agent needs explicit routing.
    This harness implements that capability in delivery-orchestrator; the operating
    profile then maps capability names to whichever invocation syntax the team uses.

  4. Exit criteria over aspirational guidance. The repo's quiet philosophy: process over prose. A skill that says "ensure quality" is decoration; a skill that says "done means these three checks pass" is a harness. Same discriminator i keep landing on everywhere: receipts, not polish.

Borrow the patterns. As ever — your mileage may vary.

What’s inside this repo

  • BOOTSTRAP.md
    The drop-in, fifteen-minute path for a new team project.
  • DEVELOPER_EXPERIENCE.md (DX-001)
    The main guide covering guardrails, workflows, validation, spec-driven delivery, and AI-agent integration — the mechanics.
  • Agent Skills Library
    Thirteen tracked capabilities for orchestration, architecture, specification, validation,
    review, release readiness, status, cost, and selected platform work.
  • Operating Model Bootstrap
    A reusable released manual, project profile, checkpoint, evidence manifest, and thin
    agent-surface adapters for assigning authority, isolating parallel human/agent lanes,
    binding review to an exact candidate, and carrying work through delivery, observation,
    and honest completion.
  • CHANGELOG.md
    Material changes, narrow public-source attribution, and known usage limitations.

This repository is expected to evolve as tools, models, and workflows change. Dated
facts and prices are snapshots; verify them before making a current decision.

Projects that helped shape this harness

These ideas were not written in isolation — they were forged while building, shipping, breaking, and iterating on real systems using AI-assisted and agent-driven workflows. (Besides my own delivery experience in the field)

My Hackathons and Builds

  • Devpost — project & hackathon portfolio
    My running track record of things I’ve designed, built, and shipped — hackathon entries, prototypes, and production tools. The proof-of-work behind the opinions in this harness.

Chrome Apps

🧠 Slack + Cloud AI

My Thoughts on this Agentic Ways of Working

Relevant posts will be cross-linked here as this harness evolves.

Status

This is an active, evolving project.
Expect revisions, additions, and corrections as tools and practices mature.

Feedback, discussion, and constructive disagreement are welcome.

Reviews (0)

No results found