4-stage post-implementation reviewer for plans of standard complexity. Reads the plan file path plus the modified-files list passed in the prompt, verifies the implementation against plan claims. Stage 1 compliance (L1 Exists / L2 Substantive / L3 Wired + Must NOT Have + Scope Fidelity, gates everything), Stage 2 spec…
Adversarial independent reviewer for plans of complex complexity. Two-pass: Pass 1 runs the same four blocker checks as ac:plan-reviewer, Pass 2 stress-tests the plan along eight adversarial dimensions (deep reference verification, executability stress-test, cross-task dependency analysis, tier challenge, QA…
Independent second-eye reviewer for plans of standard complexity. Reads a .ac/plans/ /plan.md path as the sole prompt, verifies reference validity, executability, internal consistency, and tier fitness. Returns [OKAY] or [REJECT] with up to a step-scaled cap of blocking issues, plus an uncapped Non-blocking…
Plan step executor for junior-high tier steps: junior-shaped work that sits at the borderline of coupling or context depth, or that codebase state escalated. Same capabilities and same reporting contract as ac:plan-worker-junior, run at high effort instead of medium, so a planner facing borderline work has somewhere…
Standard plan step executor for junior tier steps. The default worker tier: 1-3 file changes, business logic, pattern application, refactor-with-pattern, framework idiom application. Reads broader context than quick (callers, tests, imports), applies the step Description in the codebase's style, runs full verification…
Mechanical plan step executor for quick tier steps. Single-file or near-single-file changes that do not require surrounding-code understanding. Config edits, renames, scaffold work, single-line fixes, doc-block additions. Reads exactly the files the briefing names, applies the precise change, runs the verification…
Senior plan step executor for senior tier steps. Cross-layer changes, architecture, migration, complex edge cases, self-verification needs. Receives high-level intent and architectural constraint from the briefing, designs the solution within those constraints. Reads broadly (multiple modules, callers, tests, type…
Commit current changes as atomic commits via the ac:git-master skill. Detects the repo's commit style from the last 30 commits, splits multi-file changes into multiple commits (3+ files require 2+ commits, 5+ require 3+, 10+ require 5+), keeps test files paired with their implementation, and pushes when an upstream…
Deep project-initialization command. Phase 0 parses arguments, scopes the gap-fill interview, and runs the gitignore guard for CLAUDE.local.md. Phase 1 spawns four parallel ac:explore agents across manifest plus build, languages plus frameworks, conventions plus style, and existing agent infra (AGENTS.md…
Interactive post-install setup for the ac plugin. Phase 0 parses flags (--dry-run, --skip-skills, --skip-settings, --skip-claude-md), detects the OS, the presence of the my-coding and my-language user skills, the global CLAUDE.md and settings.json, and probes ac MCP reachability. Phases 1 and 2 run short interviews…
Runs before the agent uses a tool for Edit, Write, MultiEdit, EnterPlanMode and ExitPlanMode tool calls, executing pretooluse-file-scope.sh and pretooluse-plan-mode-block.sh (2 commands). From anilcancakir/claude-code.
Authors and audits Claude Code subagents, covering tool allowlist or denylist, model and effort, permissionMode, persistent memory, skills: preload, isolation worktrees, and the five-section system-prompt body. Use when a subagent is being designed or fixed, or when recurring work should move into a fresh isolated…
Authors and audits CLAUDE.md, CLAUDE.local.md, and .claude/rules/.md, covering the four scopes (managed, user-global, project-team, project-personal), paths: for path-scoped rules, @path imports, splitting an oversized file, and debugging instructions the model ignores. Use when standing instructions are being written…
Authors and audits Claude Code slash commands, covering argument design (full-argument, positional, and named forms), shell injection for live context, phase-structured bodies, approval gates before side effects, and the flat-file versus skill-directory choice. Use when a /name command is being built or fixed.…
Executor for plans approved by /ac:plan. Runs entirely on the main thread (Opus 5) with an auto-continue policy of wave-by-wave looping until the plan is complete, no schedule/wakeup polling. Spawns tier-routed worker subagents (ac:plan-worker-quick → haiku, ac:plan-worker-junior → sonnet, ac:plan-worker-senior →…
Interactive planner for Claude Code main thread (Opus 5). Spawns parallel research via ac:explore, ac:librarian, optionally ac:oracle. Reads referenced files itself. Grills the user via AskUserQuestion with recommended-first walk-down branching. Audits the plan for reuse, quality, and efficiency before writing. Writes…
Writes high-signal prompts for Claude Opus 5 (system prompts, subagent briefings, skill bodies, command bodies, agent bodies, CLAUDE.md files, .claude/rules/.md) and audits existing ones. Use whenever instructions are being authored or edited for any Claude to execute, even when the user does not say the word…
Authors and audits Claude Code skills, covering SKILL.md frontmatter, directory layout, scope (project, user, plugin, managed), invocation control, and bundled references/ or scripts/. Use when a skill is being written or edited, when a recurring playbook is being captured, when allowed-tools or paths: need choosing…