Skip to content

Plugin Overview

Plugin

The Archcore Plugin makes your AI code like it already knows your repo. It runs on top of the Archcore CLI and brings the architecture, rules, and past decisions of .archcore/ into your agent — automatically, before each edit.

  • 7 outcome-focused slash commands/archcore:init, /archcore:context, /archcore:capture, /archcore:plan, /archcore:decide, /archcore:audit, /archcore:help. Each one does one thing and tells you up front what you get from it.
  • Built-in agents — a universal assistant and a read-only auditor.
  • Automatic context — relevant rules and ADRs are injected before the agent edits a source file. No prompting required.
  • Guardrails.archcore/ writes go through MCP only, every mutation is validated, and stale dependents are flagged on cascade.
  • You work in Claude Code, Cursor, or Codex CLI.
  • You want guided flows and tracks instead of explaining document types to the agent.
  • You want context injection and validation to run on their own.

If you’re on a different agent or want a minimal, scriptable install, start with the CLI instead.