architect
01Agent Claude Code
Go CLI architecture specialist for system design, package structure, and technical decision-making. Use PROACTIVELY when planning new features, refactoring, or making architectural decisions.
Agent Claude Code
Go CLI architecture specialist for system design, package structure, and technical decision-making. Use PROACTIVELY when planning new features, refactoring, or making architectural decisions.
Agent Claude Code
Go code review specialist. Proactively reviews code for quality, DDD compliance, idioms, and security. Use immediately after writing or modifying code.
Agent Claude Code
Cross-file narrative consistency auditor. Detects the failure mode where the same factual claim (e.g., version range, package name, license expression, command flag, manifest header, fix-mechanism narrative) appears in multiple files inside one PR with different values.
Agent Claude Code
Go documentation specialist. Updates README, godoc comments, and usage documentation. Keeps docs in sync with code. Japanese documentation is canonical (README.ja.md, docs/.ja.md).
Agent Claude Code
Expert planning specialist for Go CLI features and refactoring. Use PROACTIVELY when users request feature implementation, architectural changes, or complex refactoring.
Agent Claude Code
Go dead code cleanup and refactoring specialist. Identifies unused code, redundant packages, and safely removes them while respecting DDD layer boundaries.
Hook Claude Code
Runs before the agent uses a tool for ExitPlanMode and Bash tool calls, executing plan-mode-architect-check.sh, check-new-deps.sh, adr-check.sh, pre-push-review.sh, readme-walkthrough.sh and pr-body-review.sh via bash with --name-only (7 commands). From future-architect/uzomuzo-oss.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From future-architect/uzomuzo-oss.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse).
Skill Claude CodeCodex
Batch-process open GitHub issues with parallel agents. Analyzes conflicts, dispatches workers, creates PRs. Usage: /batch-issues [issue numbers] [--dry-run] [--max-parallel N].
Skill Claude CodeCodex
Safe commit with branch verification and build/test/lint checks.
Skill Claude CodeCodex
Detect and optionally remove dead code in the Go codebase. Usage: /deadcode [fix] [ ].
Skill Claude CodeCodex
Batch diet-trial fuzz testing across OSS projects. Usage: /diet-fuzz [--count N] [--tool trivy,syft,cdxgen] [--max-parallel N] [--projects-file path].
Skill Claude CodeCodex
Run uzomuzo diet on an external OSS project. Usage: /diet-trial [--tool trivy|syft] [--compare] [--no-source] [--no-save].
Skill Claude CodeCodex
OSS Select — evaluate candidate OSS packages with uzomuzo to support adoption decisions.
Skill Claude CodeCodex
Heavyweight plan cross-check: gpt-5.6-sol (Copilot CLI) reviews the plan, Claude and gpt-5.6-sol debate for up to 2 rounds, then the architect subagent rules neutrally (adopt/revise/reconsider). For high-rework-cost plans (billed in GitHub AI Credits, not Premium requests — see Cost section). Usage: /plan-debate [ ].
Skill Claude CodeCodex
Have the local GitHub Copilot CLI (gpt-5.6-sol, a separate-vendor LLM) critique the latest plan-mode plan file before ExitPlanMode — a sanity check. Usage: /plan-review [ ].
Skill Claude CodeCodex
Pre-push diff review by the local GitHub Copilot CLI (gpt-5.6-sol, a separate-vendor LLM). Usage: /review-diff [BASEREF | --cached] (default base=origin/main).
Skill Claude CodeCodex
1-shot to merge-ready (local-only) — Phase A (5-agent local review iteration) → Phase B (push + self-driven Copilot re-review iteration) → Phase C (reply+resolve all threads). One invocation drives a PR from local agent review through Copilot review convergence to merge-ready state. Runs from your own machine; there…
Instructions file GitHub Copilot
Copilot instructions for future-architect/uzomuzo-oss, covering github copilot instructions for go, instruction files, review scope, quick reference and sync policy.
Instructions file GitHub Copilot
Instructions for future-architect/uzomuzo-oss, covering agent orchestration, agent invocation, available subagent types, available skills and immediate agent usage.
Instructions file GitHub Copilot
Instructions for future-architect/uzomuzo-oss, covering coding standards, clean code principles, function organization and ordering, abstraction and interface guidelines and leverage the zero value.
Instructions file GitHub Copilot
Copilot instructions for future-architect/uzomuzo-oss, covering coding standards — learned from copilot reviews and pending copilot patterns.
Instructions file GitHub Copilot
Instructions for future-architect/uzomuzo-oss, covering ddd layered architecture — strict enforcement, layer dependencies (never violate), layer definitions & responsibilities, responsibility matrix and core domain concepts.