Architecture Contract Authoring

Define the data, API, UI, state, security, tests, and rollback contract before queued work begins.

onfire7777 cbe154c 424 B Updated

File contents

Architecture Contract Authoring

Use for any non-trivial feature.

The contract must state:

  • data shape
  • API behavior
  • UI behavior
  • state transitions
  • security boundary
  • test evidence
  • rollback path

If a contract is unclear, do not queue implementation.

onfire7777/five-agent-dev-team/tree/main/.agents/skills/architecture-contract-authoring commit cbe154cd2b

Frequently asked questions

npx skillmds@latest add onfire7777/architecture-contract-authoring