architect
01adamancyzhang/claude-orchestrator-server
Agent Claude Code
Architecture reviewer — validates layer boundaries, contracts, and design decisions.
adamancyzhang/claude-orchestrator-server
Agent Claude Code
Architecture reviewer — validates layer boundaries, contracts, and design decisions.
adamancyzhang/claude-orchestrator-server
Agent Claude Code
Code review — checks code quality, architecture compliance, and best practices.
adamancyzhang/claude-orchestrator-server
Agent Claude Code
Chief Experience Officer — user experience focus, real-world UX testing and reports.
adamancyzhang/claude-orchestrator-server
Agent Claude Code
Developer agent for code changes, commits, and targeted testing.
adamancyzhang/claude-orchestrator-server
Agent Claude Code
Process improvement — modifies agent definitions, templates, and workflows based on retrospective findings.
adamancyzhang/claude-orchestrator-server
Agent Claude Code
Product manager — plans features, prioritizes iterations, defines requirements.
adamancyzhang/claude-orchestrator-server
Agent Claude Code
Retrospective analysis — analyzes iteration data, produces improvement suggestions.
adamancyzhang/claude-orchestrator-server
Agent Claude Code
Planning and coordination only — delegates all execution to teammates, never writes code directly.
adamancyzhang/claude-orchestrator-server
Agent Claude Code
Testing — runs scoped tests, checks coverage and boundary conditions.
adamancyzhang/claude-orchestrator-server
Agent Claude Code
Final sign-off — verifies commits, code quality, and gives PASS/FAIL/NEEDSWORK.
adamancyzhang/claude-orchestrator-server
Skill Claude CodeCodex
General-purpose code review standard: test real logic, fail loud on configuration errors, no meaningless fallbacks, structural decomposition for testability. Use when reviewing any code change.
adamancyzhang/claude-orchestrator-server
Skill Claude CodeCodex
TDD: enforce RED-GREEN-REFACTOR, tests before code, traceable trust, and test-suite hygiene.
adamancyzhang/claude-orchestrator-server
Instructions file
Instructions for adamancyzhang/claude-orchestrator-server, covering multi-agent orchestration workspace, team roles, documentation directory, daily working directory and reading upstream artifacts.
adamancyzhang/claude-orchestrator-server
Skill Claude CodeCodex
Reference for developing Claude Code extensions — hooks, settings, MCP, CLI, and skills. Use when building tools on Claude Code, configuring automation, debugging hooks, or understanding extension points.
adamancyzhang/claude-orchestrator-server
Skill Claude CodeCodex
Multi-agent orchestration system reference for Workers. Covers the v0.4 unified run command, worktree isolation, directory memory (CLAUDE.md), responsibility chain (Plan→Build→Verify→Review→Accept), output standards, and common pitfalls. Use this skill whenever a Worker executes any link in the responsibility chain …
adamancyzhang/claude-orchestrator-server
Skill Claude CodeCodex
PM task-level acceptance verification with full traceability. Use when the PM needs to verify completed work from team members, run acceptance on daily work assignments, or confirm deliverables before signing off — every acceptance decision must be traceable to specific criteria and verified deliverables. Triggers on…
adamancyzhang/claude-orchestrator-server
Skill Claude CodeCodex
Guided task execution for the Executor role. Use when the Executor claims a task from the orchestrator queue and needs to execute it — reading the blueprint, making code changes, running verification, and reporting results with full traceability from every code change back to the Plan. Triggers on keywords like…
adamancyzhang/claude-orchestrator-server
Skill Claude CodeCodex
Magic-loop terminator. Use when a chain reaches the explore link (only present under --magic) and the Explorer must decide between spawnchain (open a follow-up chain with a concrete nextrequirement) and closechain (terminate the autonomous loop). Triggers on keywords like "explore link", "spawnchain", "magic loop"…
adamancyzhang/claude-orchestrator-server
Skill Claude CodeCodex
Quality review of the full Plan→Build→Verify chain for the Reviewer role. Use when the Reviewer needs to assess whether the implementation matches the Planner's design intent — checking code quality, architecture compliance, verification completeness, and producing a review report with a pass/revise decision, with…
adamancyzhang/claude-orchestrator-server
Skill Claude CodeCodex
Foundational traceability layer for the entire Plan→Build→Verify→Review→Accept responsibility chain. Every role must leave a traceable record: upstream requirements → execution → output mapping → evidence → persisted record. Without traceability at every link, the chain cannot be audited, handoffs break, and sign-off…
adamancyzhang/claude-orchestrator-server
Skill Claude CodeCodex
Independent verification of Builder output for the Verifier role. Use when the Verifier needs to verify that a Builder's output matches the Planner's blueprint — running tests, checking deliverables, identifying deviations, and producing a verification report with full traceability from every finding back to…