engineering-workflows
Architecture decision records and code review checklists.
Install
/plugin marketplace add https://catylai.com/marketplace.json/plugin install engineering-workflows@catylai
Two skills. adr writes an Architecture Decision Record for a technical
decision — numbered, in the standard context/decision/consequences shape, saved
into docs/adr/. code-review-checklist reviews a diff, a pull request or a
single file against a consistent engineering checklist and reports findings by
severity.
Reach for it when the decision you just made in a thread needs to outlive the thread, or when review quality varies depending on who is doing it and how tired they are.
Both skills work in Claude Code and in Cowork, Claude Code on the web. In Claude Code the ADR skill reads the codebase for context and writes the record to disk; on the web there is no checkout, so paste the notes into the conversation and it works from those instead.
If you want the full review pipeline rather than a checklist — deterministic
detectors, judgement agents and a validator that owns the verdict — that is
code-review-core.