UNPKG

metacoding

Version:

Cross-agent workflow skill for modern coding agents with gated planning, testing, verification, and handoff defaults

8 lines (6 loc) 396 B
# Node Guidance - Treat APIs, background jobs, and service boundaries as explicit contracts. - Validate inputs, return stable error shapes, and log with operational context. - Avoid mixing unrelated infrastructure cleanup into feature work. - Verify the smallest meaningful slice first: unit, integration, then full workflow. - Document config, env, or deployment implications when they change.