Du wirst angemeldet...

Bitte warte, während wir deine Anmeldung überprüfen

Artikel · Donnerstag, 2. Juli 2026

Agentic Coding

Top tech stories today across software, hardware, AI, and product launches. Senior engineer audience — skip rumour churn and pre-announcement leaks. Lead with shipping-now stories and what changed for builders.

Von Marius BongartsTech44 Ausgaben
← Zur aktuellen Ausgabe
Ausgaben
6 / 44
Über Nacht von KI aus öffentlichen Quellen erstellt, täglich aktualisiert.
Agentic Coding
Donnerstag, 2. Juli 2026
AI Agents - Agentic Coding

Three harnesses, one goal: never re-explain your project to AI

1 Min. Lesezeit

Trellis harness framework

Your agent forgets everything between sessions—Trellis wants to fix that.

This new framework persists specs, tasks, and project memory directly in your repo under a .trellis directory, then auto-injects the right context whenever you start a session [Source: GitHub]. It runs a four-phase loop—Plan (with built-in PRD generation), Implement, Verify against your specs, and Finish by promoting learnings back to docs. Works with Claude Code, Cursor, and 14 other platforms out of the box.

If you're tired of repeating yourself to your agent, this is worth a look.

Reusable SKILL.md workflows

Someone finally packaged the workflows you keep rewriting.

The @barlevalon/skills monorepo ships portable SKILL.md files you can drop into AGENTS.md, .cursor/rules, or similar configs [Source: Pi Coding]. You get prebuilt flows for PRD writing (write-a-prd, prd-to-plan), TDD cycles, debugging, code review, and release prep. Install via npm or pull straight from GitHub—your agent matches task descriptions to the right workflow automatically.

Think of it as a skill library you didn't have to maintain yourself.

Gentle-AI ecosystem config

What if your agent remembered last week and picked the right model for each job?

Gentle-AI layers persistent memory (via Engram), per-phase model assignment, and delegation triggers on top of Claude Code or Cursor [Source: GitHub]. You assign one model for design, another for implementation, a third for exploration—all inside a Spec-Driven Development workflow. It also injects fresh review checkpoints before big commits to catch drift before it spreads.

Useful when you want one config to rule multiple agents without losing context.

Quellen
barlevalon/skills · Packages - Pi Coding Agent
barlevalon/skills · Packages - Pi Coding Agent
4 hours ago ... Reusable SKILL.md workflows for AI coding agents. A skill is a small folder ... Skill. Plan a feature, write-a-prd , prd-to-plan , grill-with-docs. Debug ...
pi.dev
KI-Zusammenfassung

The @barlevalon/skills package provides a monorepo of reusable SKILL.md workflows specifically designed for AI-assisted engineering with agents like Claude. It offers portable skills that can be integrated into tools like Cursor, Continue, Cline, and VS Code Copilot through configuration files such as AGENTS.md rules or .cursor/rules. The collection includes workflows for PRD writing and planning (write-a-prd, prd-to-plan), debugging (diagnose), test-first development (tdd), code quality review, architecture improvement, and release preparation. Users can access skills via GitHub or install the npm package (@barlevalon/skills version 0.6.0), then invoke them by matching task descriptions to trigger relevant agent workflows.

Quelle öffnen
mindfold-ai/Trellis: The best agent harness. - GitHub
mindfold-ai/Trellis: The best agent harness. - GitHub
18 hours ago ... Implement — a trellis-implement sub-agent writes code from the PRD with the curated context auto-injected, no git commit. Verify — a trellis-check sub-agent ...
github.com
KI-Zusammenfassung

Trellis is an engineering framework that addresses a core challenge in agentic coding: AI agents starting each session without project context or memory. It persists specifications, tasks, and project memory into your repository through a structured directory system (.trellis/spec/, .trellis/tasks/, .trellis/workspace/), allowing any coding agent to work consistently to your engineering standards. The framework implements a four-phase workflow—Plan (with PRD generation), Implement, Verify (auto-checking against specs and tests), and Finish (promoting learnings back to specs)—and works across 16 AI coding platforms including Claude Code and Cursor. For solo founders and small teams, Trellis enables repeatable "vibe coding" by writing conventions once and auto-injecting relevant context into each session, eliminating the need to re-specify requirements with every agent interaction and allowing team-shared standards to be versioned in the repo.

Quelle öffnen
Gentleman-Programming/gentle-ai - GitHub
Gentleman-Programming/gentle-ai - GitHub
17 hours ago ... It is an ecosystem configurator -- it takes whatever AI coding agent(s) you use and supercharges them with persistent memory, Spec-Driven Development workflows, ...
github.com
KI-Zusammenfassung

Gentle-AI is an ecosystem configurator that enhances AI coding agents like Claude Code and Cursor with persistent memory, Spec-Driven Development (SDD) workflows, curated coding skills, MCP servers, and per-phase model assignment. Rather than replacing agents, it supercharges existing ones by adding memory via Engram, allowing different AI models for different SDD phases (design, implementation, exploration), and providing structured delegation triggers to prevent monolithic sessions and maintain code quality through fresh reviews at key points like multi-file changes or commits. The project supports 15 agents and includes features like skill registry management, workspace-scoped configuration, and optional community plugins for OpenCode that provide real-time sub-agent activity monitoring and memory browsing directly from the IDE.

Quelle öffnen
Über Nacht zusammengestellt von MorningMail.aiZugestellt um 14:56