InteliGHQ/intelig-agent-playbook

How to build software efficiently with AI coding agents — a spec-first, standards-enforced reference repo (teaching example: a Customer domain).

2Stars on the repository
11Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

architect

01

InteliGHQ/intelig-agent-playbook

Agent Claude Code

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.

2 2mo ago A 45 tokens original MIT

code-reviewer

02

InteliGHQ/intelig-agent-playbook

Agent Claude Code

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.

2 2mo ago A 44 tokens original MIT

implementer

03

InteliGHQ/intelig-agent-playbook

Agent Claude Code

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.

2 2mo ago A 69 tokens original MIT