A workflow rule for checking command results before saying that coding work is finished, fixed, or tested. It requires fresh evidence such as test output, linter results, or a successful build.
A workflow runner that reads agency-orchestrator YAML files and carries out their steps inside Claude Code, OpenClaw, or Cursor. A YAML workflow is a text file describing inputs, roles, tasks, and their order.
A written method for planning multi-step coding work before changing files. It records the files involved, the design, implementation tasks, tests, and documentation to consult.
A method for creating and checking reusable instructions for AI agents, called skills. It applies test-driven development, or writing tests before implementation, to instruction documents by testing how an agent behaves with and without the skill.