Agent
Identifies domains of work (not frameworks) by analyzing project documentation.
Agent
Identifies domains of work (not frameworks) by analyzing project documentation.
Agent
Maps detected languages and domains to base expert agent roles.
Agent
Validates agent specifications before prompt generation.
Agent
Detects programming languages via simple file counting.
Agent
Ingests project documentation to extract context, conventions, and tech stack.
Command
Analyzes a codebase and automatically generates a custom suite of project-specific domain expert agents tailored to the project.
Plugin Claude Code
Code review plugin.
Agent
Graph-aware code review worker for the cross-file and design reviewers (Impact Analyzer, Bug Hunter B, fast-path, Design Critic). Identical to code-review-worker but adds read-only codebase-memory-mcp tools for precise cross-file usage discovery and project-structure / dependency-graph analysis. Use only for reviewers…
Agent
Worker agent for partitioned code review tasks. Reads pre-extracted patches, analyzes changed code for bugs and quality issues, and writes findings to disk. Use when spawning background review agents that need file access.
Command
Attribute the token cost of code-review runs from session transcripts — total spend, main-vs-fleet split, cost by token kind, cost by depth tier, and cost per reviewer role. Establish a baseline and measure the impact of cost-reduction changes.
Command
Deep code review — standard fleet plus the always-on Design Critic and the Impact Analyzer (FEA-1401) when changed exported symbols are detected.
Command
Shallow code review — built-in reviewers only (BHA + BHB + auditor + verifier); no critic-gates, no signal extraction.
Command
Run comprehensive code review — locally or on GitHub PRs with inline comments.
Skill Claude CodeCodex
Verify and fix BLOCKING/HIGH code review findings from a prior review session via category-dispatch, then run project verification.
Skill Claude CodeCodex
Render the operator-facing local-mode code review results at stage29present. Covers BLOCKING/HIGH/MEDIUM section templates, Justified Findings (PLN-721), Dismissed Findings (PLN-722), Verifier Stats footer (PLN-773), operator-flag descriptions, override precedence rule for stage22b, Validation Summary, and final…
Skill Claude CodeCodex
PLN-725 single-agent dispatch for stage11extractsignals and stage15coveragecritic. After each prepare stage writes its manifest, this skill reads the status field (cachehit / skipped / needsagent) and, only on needsagent, spawns one synchronous singleton Task that writes the by-convention pln725.json output the…
Skill Claude CodeCodex
Spawn and collect the reviewer fleet at stage20spawnreviewers. Consumes spawn.json.spec (the authoritative spawn spec from derive-spawn-spec / derive-static-spec), resolves GRAPHPROJECT, builds per-agent prompts from the per-agent template + role suffixes (Bug Hunter A/B, Unified Auditor, Domain Critics, Impact…
Skill Claude CodeCodex
Dispatch and collect the finding-verifier fleet at stage23verifyfindings (PLN-722). Reads verifymanifest.json (written by stage22bverifyprepare), spawns one falsify-oriented verifier Task per toverify[] entry with mode-specific Task scheduling (GitHub mode dispatches verifiers synchronously; local mode uses parallel…
Plugin Claude Code
Code and planning framework plugin.
Agent
Extracts actionable plan amendments from unstructured input (meeting notes, Slack threads, etc.).
Agent
Processes answered questions from plan.json and incorporates them into relevant tasks.
Agent
Produces api-requirements.md from an approved plan. Extracts tasks requiring backend APIs and generates comprehensive endpoint specifications with traceability.
Agent
Activates code:decision-table in verification-only mode against the decision-table artifact and final code. Identifies drift and appends Verification Findings to the artifact. Never modifies code or tests. Returns ALIGNED or MISALIGNED with typed drift rows for orchestrator routing.
Agent
Discovers and runs project validation commands (test, lint, typecheck, build). Caches discoveries as learnings for future runs.