Turns a rough feature idea into a spec-first work-item (requirements → design → tasks → acceptance) under product/domains/ /. Use at the start of a new feature, before any code is written.
Reviews the current diff against the repo's standards. Use after implementing a task or before opening a PR. Cites rule IDs, flags violations by enforcement tier, and proposes fitness tests for repeat offenders.
Builds one task from a work-item's tasks.md at a time — reads the spec and the standards it triggers, implements per design.md, cites rule IDs, and stops at the acceptance gate. Use after the architect has produced a work-item and before the code-reviewer, to write the code one commit at a time.
Runs when a session starts on startup, resume and clear, executing standards-loader.sh and initiatives-loader.sh (2 commands). From InteliGHQ/intelig-agent-playbook.
Review code (or a diff) for DDD/CQRS compliance in this repo. Runs the deterministic checks — aggregate factories, no public setters, dependency direction, api↔domain boundary — then surfaces the judgment calls a fitness test can't settle. Use when reviewing a change inside a bounded context, or when the code-reviewer…
Author an architecture fitness test that makes a standards rule unbreakable — promoting it from advisory (manual-review/ci) to enforced. Use when the code-reviewer finds the same rule violated again, or when moving a rule UP the Enforcement Map in standards/architecture.rules.md. Bundles the test template, the file…
Instructions for InteliGHQ/intelig-agent-playbook, covering customer platform — agent context, what you are working on, prime directives, architecture, in one breath and where to look.
Instructions for InteliGHQ/intelig-agent-playbook, a project described as: How to build software efficiently with AI coding agents — a spec-first, standards-enforced reference repo (teaching example: a Customer domain).