~/chadacus.dev/ecosystem-update/2026-04-05

Ecosystem Update — 2026-04-05

April 5, 2026 · curated by Chad Simon · 22 items reviewed

Highlights

  • Auto-mode (background safety classifier) eliminates permission prompts — platform feature, just enable
  • Preflight MCP catches vague/underspecified prompts before they waste cycles — 24-tool server, one install
  • SkillDeck gives a local dashboard to manage all Claude Code config in one place — visual skills/hooks/agents/settings management

Quick Wins (implemented today)

New Tools, Skills & Patterns

  • harness skill
    Meta-skill that designs domain-specific agent teams, defines specialized agents, and generates the skills they use. Could auto-scaffold new project agent configurations
  • codetape hook
    Flight recorder for AI coding sessions — auto-records semantic traces, syncs README/CHANGELOG. Useful for audit trail
  • bouncer hook
    Independent quality gate using Gemini to audit Claude Code output. Cross-model verification adds a second opinion
  • channels hook
    Push events from Telegram, Discord, or webhooks into running sessions. Enables async notification beyond desktop
  • ccmanager mcp
    Multi-agent session manager supporting Claude Code, Gemini, Codex, Cursor, Copilot. Unified orchestration across models
  • claude-devtools mcp
    Desktop observability app: turn-based context data, compaction visualization, subagent execution trees. Good for debugging complex agent runs
  • ultraplan agent-pattern
    Draft plans in cloud with browser review, inline comments, flexible execution. Planning-gate alternative with visual review

Research Worth Reading

  • Agentic Verification of Software Systems
    AutoRocq: first LLM agent for program verification via iterative refinement with theorem prover. Applicable to generate-and-validate loops in multi-agent coding
  • AgentSpec: Customizable Runtime Enforcement
    Framework for safe LLM agent operation through customizable runtime enforcement policies. Directly relevant to governance/routing
  • DeepCode: Open Agentic Coding
    Autonomous document-to-codebase synthesis with structured indexing and closed-loop error correction. Parallels to 's spec→code pipeline
  • PRDJudge: Automated Code Validation
    Lightweight evaluation agent that auto-validates code agent output using executable tests. Could enhance
  • From LLM Reasoning to Autonomous AI Agents
    Comprehensive review of autonomous agent architectures — planning, tool use, memory, multi-agent collaboration. Good survey of the landscape

Considered, Not Adopting

Items reviewed and explicitly declined this cycle, with the reason. Curation discipline matters more than coverage.

  • claude-recapclaude-mem with semantic search + type tagging; claude-recap is shell-hook markdown only. Covered by existing primitive
  • fractal(recursive project management) — Predicate decomposition is interesting but planning-gate + build skill already handle task breakdown. Adding a new decomposition engine = overengineering
  • vibe-kanbanKanban board + worktree orchestration. Our govern skill already routes and tracks work packets. Redundant orchestration layer
  • oh-my-claudecodeTeams orchestration with 19 agents. Adding another 19-agent framework = complexity without proof of gap
  • agent-teams-exercisesEducational repo, not a tool. No action needed
  • reporecallAST-indexed codebase memory. We have Grep/Glob + claude-mem. No proof existing primitives can't cover this

Sources Reviewed

// archive

← back to all digests