ctoth

Research AI Dev Protocols — AI skill for Claude Code

AI community

Task: Research AI-Assisted Development Best Practices.

How to install Research AI Dev Protocols

Installs to ~/.claude/skills/ctoth-claude.md.d-research-ai-dev-protocols/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ctoth-claude.md.d-research-ai-dev-protocols && curl -fsSL https://raw.githubusercontent.com/ctoth/CLAUDE.md.d/HEAD/prompts/research-ai-dev-protocols.md -o ~/.claude/skills/ctoth-claude.md.d-research-ai-dev-protocols/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Research AI Dev Protocols does

Task: Research AI-Assisted Development Best Practices

Context

We have a mature protocol system for human-AI collaboration in software development. It includes:

  • Prediction protocol (explicit DOING/EXPECT/RESULT before actions)
  • Investigation protocol (competing hypotheses, structured debugging)
  • Iteration protocol (tracked failure reduction with regression stops)
  • Foreman/subagent separation (coordinator doesn't execute)
  • Physical prompt files for subagent dispatch
  • Gauntlet pattern

Alternatives in AI

  • Claude Task Master — by eyaltoledano - A task management system for AI-driven development with Claude, designed to work seamlessly 26k ★
  • AI Dev Tasks — A simple task management system for managing AI dev agents 7.8k ★
  • Paul — Plan-Apply-Unify Loop — Structured AI-assisted development for Claude Code 1.2k ★

Full documentation available on GitHub

View Source Repository