Engineering Pack
Code & Infrastructure
Technical specs, code review, security review, dependency audits, architecture decisions, infrastructure cost audits, post-mortems.
architecture-decision-record
Document a technical decision in ADR format — context, the decision, consequences, and alternatives considered.
code-review
Review a PR diff and flag issues, risks, and style violations — posts a review comment to GitHub and writes a wiki page.
dependency-audit
Scan package files for outdated or vulnerable dependencies and produce a structured remediation table.
dev-onboarding-doc
Read the codebase and generate a "how to get this running" guide for a contractor or new hire — no tribal knowledge required.
incident-postmortem
Structure a production incident into a five-section postmortem — timeline, impact, root cause, contributing factors, and action items.
infrastructure-cost-audit
Pull cloud billing data, identify waste (idle resources, oversized instances, unused storage), and produce a prioritized optimization plan with estimated savings.
opencode-delegation
Write a spec, invoke OpenCode to implement it, and archive both the spec and the result in the vault.
security-review
Grep the codebase for auth gaps, exposed secrets, injection risks, and rate limiting holes. Outputs a structured security review wiki page.
smart-commit
Read staged changes, generate a conventional commit message, and run git commit — no manual message writing.
tech-debt-register
Scan the codebase for TODO/FIXME/HACK comments, cross-reference GitHub issues, and build or update a prioritized tech debt register.
technical-spec
Turn a feature idea into a complete implementation plan — ready to hand to OpenCode or a contractor without a follow-up conversation.