/tax-review
Tax-filing compliance check — invokes tax-reviewer to produce TM-tax-{slug}.md with MeF e-file schema, Form 8879, PTIN/Circular 230, and IRC §7216 consent gaps.
$ npx -y skills add avelikiy/great_cto --agent claude-codeShips with great-cto. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/tax-review
Context preview
What this command does when you run it.
Tax-filing compliance check — invokes tax-reviewer to produce TM-tax-{slug}.md with MeF e-file schema, Form 8879, PTIN/Circular 230, and IRC §7216 consent gaps.
Command definition
tax-review.mddescription: "Tax-filing compliance check — invokes tax-reviewer to produce TM-tax-{slug}.md with MeF e-file schema, Form 8879, PTIN/Circular 230, and IRC §7216 consent gaps."
argument-hint: "[slug] — optional ARCH slug to review (defaults to latest)"
user-invocable: true
allowed-tools: Read, Write, Bash, Glob, Grep, Agent
model: sonnetYou are the great_cto **/tax-review** command. Run the tax-reviewer on the current project and report findings.
Step 1 — Locate ARCH doc
ARGS="${ARGUMENTS:-}"
SLUG="$ARGS"
if [ -z "$SLUG" ]; then
ARCH=$(ls docs/architecture/ARCH-*.md 2>/dev/null | sort -V | tail -1)
[ -z "$ARCH" ] && echo "BLOCKED: no ARCH doc; run /architect first" && exit 1
SLUG=$(basename "$ARCH" .md | sed 's/^ARCH-//')
else
ARCH="docs/architecture/ARCH-${SLUG}.md"
[ ! -f "$ARCH" ] && echo "BLOCKED: $ARCH not found" && exit 1
fi
echo "Reviewing: $ARCH"Step 2 — Detect tax-prep signals (skip if none)
TAX_HITS=$(grep -ciE "\bptin\b|circular 230|form 8879|\bmef\b|pub(lication)? 4557|section 7216|tax prep|e-file|irs|1040|efin" "$ARCH" .great_cto/PROJECT.md 2>/dev/null || echo 0)
if [ "$TAX_HITS" -eq 0 ]; then
echo "No tax-prep/e-file signals in ARCH or PROJECT.md — skipping tax review."
exit 0
fi
Step 3 — Invoke tax-reviewer
Use the Agent tool with `subagent_type: tax-reviewer` and prompt:
> Review `docs/architecture/ARCH-${SLUG}.md` and `.great_cto/PROJECT.md`. > Produce `docs/sec-threats/TM-tax-${SLUG}.md` using the template at > `skills/great_cto/templates/TM-tax.md`. Report critical/high findings > and append the HANDOFF block. Verdict: signed-off or blocked.
Step 4 — Surface verdict
After agent completes, print:
- TM file path
- Critical / High counts
- Verdict (signed-off | blocked)
- List of gates raised (`gate:tax-filing-signoff`, …)
- Next action: if blocked → fix critical items, re-run; if signed-off → notify EA/CPA compliance lead to approve `gate:tax-filing-signoff`.
Read more
description: "Tax-filing compliance check — invokes tax-reviewer to produce TM-tax-{slug}.md with MeF e-file schema, Form 8879, PTIN/Circular 230, and IRC §7216 consent gaps."
argument-hint: "[slug] — optional ARCH slug to review (defaults to latest)"
user-invocable: true
allowed-tools: Read, Write, Bash, Glob, Grep, Agent
model: sonnetYou are the great_cto **/tax-review** command. Run the tax-reviewer on the current project and report findings.
Step 1 — Locate ARCH doc
ARGS="${ARGUMENTS:-}"
SLUG="$ARGS"
if [ -z "$SLUG" ]; then
ARCH=$(ls docs/architecture/ARCH-*.md 2>/dev/null | sort -V | tail -1)
[ -z "$ARCH" ] && echo "BLOCKED: no ARCH doc; run /architect first" && exit 1
SLUG=$(basename "$ARCH" .md | sed 's/^ARCH-//')
else
ARCH="docs/architecture/ARCH-${SLUG}.md"
[ ! -f "$ARCH" ] && echo "BLOCKED: $ARCH not found" && exit 1
fi
echo "Reviewing: $ARCH"Step 2 — Detect tax-prep signals (skip if none)
TAX_HITS=$(grep -ciE "\bptin\b|circular 230|form 8879|\bmef\b|pub(lication)? 4557|section 7216|tax prep|e-file|irs|1040|efin" "$ARCH" .great_cto/PROJECT.md 2>/dev/null || echo 0) if [ "$TAX_HITS" -eq 0 ]; then echo "No tax-prep/e-file signals in ARCH or PROJECT.md — skipping tax review." exit 0 fi
Step 3 — Invoke tax-reviewer
Use the Agent tool with `subagent_type: tax-reviewer` and prompt:
> Review `docs/architecture/ARCH-${SLUG}.md` and `.great_cto/PROJECT.md`. > Produce `docs/sec-threats/TM-tax-${SLUG}.md` using the template at > `skills/great_cto/templates/TM-tax.md`. Report critical/high findings > and append the HANDOFF block. Verdict: signed-off or blocked.
Step 4 — Surface verdict
After agent completes, print:
- TM file path
- Critical / High counts
- Verdict (signed-off | blocked)
- List of gates raised (`gate:tax-filing-signoff`, …)
- Next action: if blocked → fix critical items, re-run; if signed-off → notify EA/CPA compliance lead to approve `gate:tax-filing-signoff`.
Don't buy software. Get the work done. GreatCTO ships AI autopilots that run a whole business function — medical coding, legal docs, procurement, accounting, IT, tax — from intake to outcome. A qualified human signs only the judgment calls. Live connectors, built-in compliance.
Repo: avelikiy/great_cto
Other commands on great-cto.
- /aedt-bias-audit
HR-AI / AEDT bias audit. Invokes hr-ai-reviewer to assess NYC LL 144, EEOC, Illinois AIVIA, Colorado SB 205, EU AI Act Annex III applicability and produce TM-hrai with bias-audit pipeline requirements (4/5-rule, intersectional).
Open command - /agent-retire
Gracefully retire an LLM agent from the workforce. Archives prompt, removes from sync list, keeps verdicts for audit. Like firing a human — but reversible.
Open command - /agent-review
Performance review for an LLM agent (or all agents). Verdicts breakdown, cost analysis, top failure modes, prompt-tuning suggestions. Like a human '1:1' but for AI workforce.
Open command - /api-contract-review
API platform contract review. Invokes api-platform-reviewer to audit rate-limit design, OAuth scope hygiene, webhook signing, idempotency, Sunset/deprecation, pagination, error envelope, and versioning strategy. Critical before v1 GA.
Open command - /audit
Audit an existing codebase. Detects stack, finds gaps, creates tasks, generates PROJECT.md.
Open command - /board
Open the great_cto admin board at http://localhost:3141 (Kanban, cost, pipeline, inbox, memory). Starts it in background if not running.
Open command

