Corporate Onsite Syllabus
neurex.dev

Effective Agentic Development Workshop

2-Day Intensive Onsite 12–20 Engineers

This workshop teaches engineering teams to wield agentic coding assistants—Claude Code, GitHub Copilot, Codex CLI, Cursor, OpenCode, pi, and others—as first-class development tools rather than autocomplete toys. Participants will master the full agentic development lifecycle: context engineering, skills authoring, the agentic dev loop, event-driven backpressure (deterministic tools wired to agent events for imperative self-correction), and production-grade deployment pipelines.

The curriculum is tool-agnostic by design. We teach principles that transfer across any agentic stack while providing hands-on experience with the leading tools of 2026.

Engagement Model 2 × 2-hour online discovery sessions + 2-day onsite intensive

Duration 2 days (16 hours instruction + 4 hours guided lab)

Format Instructor-led, hands-on, cohort-based

Prerequisites Proficiency in Python/TypeScript; Git fluency; basic CI/CD familiarity

Deliverables Agentic dev environment config, BACKPRESSURE.md spec, agentic CI/CD pipeline


Pre-Workshop Discovery Sessions (Online)

Session 1 — Scoping & Stakeholder Alignment

2 hours · 2–3 weeks before workshop

  • Audience mapping: Identify participant roles, skill levels, and learning objectives
  • Tool audit: Current agentic tools in use (Claude Code, Copilot, Cursor, Codex, etc.) and integration gaps
  • Codebase walkthrough: Repository structure, tech stack, existing CI/CD pipeline review
  • Pain point identification: Where does agentic development currently break down?
  • Customization brief: Identify 2–3 real-world scenarios from your backlog to use as capstone candidates

Deliverable: Customization brief and pre-workshop preparation checklist

Session 2 — Curriculum Customization & Environment Prep

2 hours · 1 week before workshop

  • Skill alignment: Identify which modules need depth vs. pace adjustment
  • Environment validation: Agent tool installation, MCP server configuration, CI/CD pipeline access
  • BACKPRESSURE.md draft: Co-create initial verification contract; identify deterministic tools to wire to agent events
  • Materials preview: Review custom playbooks, skills, and repo templates built for your team
  • (Optional) Scenario finalization: Lock in capstone project(s)

Deliverable: Finalized curriculum, customized materials, and environment readiness confirmation


Day 1 — The Agentic Dev Environment & The Agentic Dev Loop

Module 1: The Agentic Coding Landscape

90 min

Claude Code, Copilot, Codex, Cursor, OpenCode, pi—and how to choose

Hands-on: Set up Claude Code, Copilot, and Codex CLI side-by-side on the same repo; compare output quality on identical prompts

Module 2: Context Engineering & Memory

120 min

The difference between an agent that hallucinates and one that ships

Hands-on: Configure an LSP-aware MCP server; build a custom AGENTS.md for a real codebase; compare agent performance with/without structured context

Module 3: Skills, Tools & The Agentic Dev Loop

120 min

How elite teams pair with agents at velocity

Hands-on: Author a skill for "Adding a new REST endpoint"; build an MCP server exposing your test suite; run the agentic dev loop end-to-end on a feature request

Module 4: Backpressure I — Structural Verification Gates

90 min

BACKPRESSURE.md defines the contract; deterministic tools wired to agent events enforce it with imperative feedback

Hands-on: Write a BACKPRESSURE.md contract; wire deterministic tools (linter, type checker, custom validator) to agent events; measure iteration count to first passing build

Day 2 — Verification, Validation & Production

Module 5: Backpressure II — Testing at Every Layer

120 min

Unit, integration, E2E, visual, and agentic regression testing

Hands-on: Configure an agent to generate unit tests from a spec; build a Playwright E2E suite with screenshot validation; create a regression pipeline that fails the build on visual drift

Module 6: Agentic Code Review & PR Automation

90 min

Evidence-first review: tests, context packs, and verification loops

Hands-on: Configure a GitHub Agentic Workflow for PR review; set up Copilot Coding Agent on a sample issue; build a review confidence dashboard

Module 7: DevSecOps, Staging & Blue/Green Deployment

120 min

Agentic code meets production discipline

Hands-on: Build a GitHub Actions pipeline for agentic PRs: auto-test → staging deploy → screenshot diff → canary gate → human approval; configure blue/green rollback

Module 8: The Production Agentic Workflow

90 min

Putting it all together: context, skills, backpressure, tests, deployment

Hands-on: Teams run a full agentic workflow on a curated feature request, from spec to production-ready PR, with all backpressure gates active

Optional Capstone Day (Day 3 — 6 hours)

Add-on package: Core + Capstone Day ($32,500). Teams of 3–4 take a real feature request (from their backlog or a curated scenario) through the complete agentic development workflow, guided by an instructor. Each team must demonstrate:

  1. Context engineering: AGENTS.md, skills, MCP server configuration
  2. Agentic generation: Using ≥2 different tools on the same task
  3. Backpressure compliance: BACKPRESSURE.md contract enforced by deterministic tools wired to agent events
  4. Test coverage: Unit + integration + E2E (with Playwright screenshots)
  5. Agentic review: Automated PR analysis with evidence pack
  6. Deployment plan: Staging → blue/green → canary with rollback triggers

Instructor feedback: Real-time critique using the neurex.dev Agentic Workflow Review framework

Post-Workshop Resources