Plan before you build
make_plan drives a clarifying interview through a hard Zero-Ambiguity Gate into a task-by-task execution plan, then exec_plan implements it spec-tests-first.
9 skills + 13 commands + always-on coding standards, packaged as an installable plugin.
CodeOps is a disciplined AI-development workflow delivered as a native Claude Code plugin. It gives Claude a set of skills (multi-step protocols for planning, requirements, audits, docs, and more), a set of slash commands, and a single source of always-on coding standards that load into every session automatically.
It is ported from the original codeops-mcp server (built for Cline). The MCP server existed to load rule documents on demand so the context window wouldn't blow up — Claude Code does that natively via skill progressive disclosure, so the machinery is gone and only the knowledge remains.
The skills are designed to compose into a single, repeatable pipeline:
grill_me → make_requirements → preflight → make_plan → preflight → exec_plan…with roadmap tracking the whole feature-set and techdocs keeping architecture docs current. Start with the tutorials to see it end to end.