Tutorials
These walkthroughs show how to actually use the CodeOps skills — alone and composed into pipelines. They assume the plugin is installed and verified.
| Tutorial | You'll learn |
|---|---|
| Your first plan | Plan a small feature with make_plan, then build it with exec_plan. |
| The full pipeline | Chain grill_me → make_requirements → preflight → make_plan → exec_plan, with roadmap and techdocs. |
| Reverse-engineer a codebase | Use retro_requirements to reconstruct a spec from existing code, then rebuild. |
New to CodeOps? Start with Your first plan — it's the most common entry point. Then read the core concepts to understand the gates and the specification-first testing model the tutorials rely on.