AribSudia/claude-code-methodology
Agent Claude Code
Use to audit UI for WCAG 2.1 AA: contrast, ARIA, keyboard nav, screen-reader support. Read-only; returns findings.
AribSudia/claude-code-methodology
Agent Claude Code
Use to audit UI for WCAG 2.1 AA: contrast, ARIA, keyboard nav, screen-reader support. Read-only; returns findings.
AribSudia/claude-code-methodology
Agent Claude Code
Use to generate or sync API documentation and OpenAPI specs from route handlers. Writes documentation files.
AribSudia/claude-code-methodology
Agent Claude Code
Use during planning and wave-start to propose scope decomposition, exit criteria, and architecture trade-offs. Read-only; proposes, does not write.
AribSudia/claude-code-methodology
Agent Claude Code
Use via /arib-ci-audit to review CI/PR posture: workflows, templates, CODEOWNERS, branch protection, dependabot. Read-only by default; init mode proposes scaffolding the parent writes.
AribSudia/claude-code-methodology
Agent Claude Code
Use to review a diff or file for bugs, design, maintainability, and the 8 quality gates before merge. Read-only review; returns findings.
AribSudia/claude-code-methodology
Agent Claude Code
Use to review database migrations for safety, lock risk, and rollback. Read-only; returns a migration safety report.
AribSudia/claude-code-methodology
Agent Claude Code
Use for scientific debugging of a failing test or unexpected behavior: observe, form 3 hypotheses, test, fix, verify. Read-only investigation by default.
AribSudia/claude-code-methodology
Agent Claude Code
Use to assess pre-deployment readiness across the 7-phase checklist. Read-only; returns a deploy gate verdict.
AribSudia/claude-code-methodology
Agent Claude Code
The project engineering manager — CCM's conductor. Use when a goal needs a TEAM, not a single specialist: decompose it into a task graph, dispatch the right specialist agents (in parallel where safe), integrate their work, and gate it through the pre-merge reconciler. Invoked by /arib-build. Commands the 16…
AribSudia/claude-code-methodology
Agent Claude Code
Use to audit i18n/RTL/LTR/CJK and Arabic typography compliance. Read-only; returns findings.
AribSudia/claude-code-methodology
Agent Claude Code
Use to audit for N+1 queries, bundle size, latency budgets, and caching gaps. Read-only; returns findings.
AribSudia/claude-code-methodology
Agent Claude Code
Use during wave-start (alongside architect) to sequence work, map dependencies, build a risk register, and identify blockers. Read-only; returns a plan.
AribSudia/claude-code-methodology
Agent Claude Code
Use to detect mock data, fake APIs, and hardcoded responses — verify the system is genuinely wired. Read-only; returns findings.
AribSudia/claude-code-methodology
Agent Claude Code
Use to refactor code for clarity and reduced duplication. Writes: rewrites the files under refactor. Run alone, not in parallel fan-out.
AribSudia/claude-code-methodology
Agent Claude Code
Use to audit code for OWASP Top 10 patterns and supply-chain risk. Reads compliance/frameworks/owasp.md as its rule source. Read-only; returns findings.
AribSudia/claude-code-methodology
Agent Claude Code
Use to assess test coverage or write tests for new modules. report-only mode is read-only; write mode adds tests under tests/.
AribSudia/claude-code-methodology
Agent Claude Code
Use BEFORE merge to reconcile what was DISCOVERED/INTENDED against what was ACTUALLY changed — the closing check that gates auto-merge. Two scopes — unit (one PR in the /arib-engine loop) and wave (a whole wave's objective vs what was achieved). Read-only; returns a RECONCILED / GAP / HOLD verdict that drives…
AribSudia/claude-code-methodology
Command Claude Code
Check | Accessibility audit - WCAG 2.1 AA compliance, color contrast, ARIA, keyboard navigation, screen reader.
AribSudia/claude-code-methodology
Command Claude Code
Check | Pre-deployment 7-phase verification - tests, security, DB, env, performance, docs, rollback.
AribSudia/claude-code-methodology
Command Claude Code
Check | Audit dependencies - vulnerabilities, outdated packages, license compliance, supply chain safety.
AribSudia/claude-code-methodology
Command Claude Code
Check | Database migration safety review - risk classification, lock analysis, rollback verification.
AribSudia/claude-code-methodology
Command Claude Code
Check | Performance audit - N+1 queries, bundle size, latency budgets, memory leaks, caching gaps.
AribSudia/claude-code-methodology
Command Claude Code
Check | Scan for mock data, fake APIs, hardcoded responses - verify the system is genuinely connected.
AribSudia/claude-code-methodology
Command Claude Code
Check | Infrastructure health - adapts to project type, checks only what exists.