perfectcode-zen-implement
Installation
SKILL.md
PerfectCode Zen — Implement
A structured implementation workflow that executes a written plan from
.opencode/plans/ using parallel engineering agents, followed by quality gates
and testing. Nothing is declared done until all tests pass.
Orchestrator: build agent — this workflow is always started and driven by
the build agent. The build agent reads the plan, decomposes work, delegates
to coders, escalates to consultants when blocked, and closes the workflow.
Prerequisite: A plan file must exist in .opencode/plans/. Read it
carefully and thoroughly before doing anything else. Every decision must trace
back to the plan. Do not improvise, skip, or reinterpret scope.