Skip to content

Intent Commands

Plugin

Intent commands are the primary user interface of the plugin. You describe what you want, the command routes to the right document types and the right multi-step flow.

Use these when you don’t want to think about which of the 18 document types fits — the command figures it out.

CommandWhat it does
/archcore:captureDocument a module, component, or API — routes to adr, spec, doc, or guide.
/archcore:planPlan a feature end-to-end — routes to product-track or a single plan.
/archcore:decideRecord a finalized decision — creates an ADR, offers rule + guide follow-up.
/archcore:standardEstablish a team standard — drives standard-track (adr → rule → guide).
/archcore:reviewDocumentation health review — gaps, staleness, orphaned docs, missing relations.
/archcore:statusDashboard — counts by category, type, status, relation coverage, and tags.
/archcore:actualizeDetect stale docs via code drift, cascade analysis, and temporal staleness.
/archcore:helpNavigate the system — discover skills, types, and workflows.

“I have this thing in the codebase and it isn’t documented yet.”

/archcore:capture webhook delivery pipeline

The skill picks: adr if it’s a decision, spec if it’s a contract, doc if it’s reference material, guide if it’s a how-to. You approve before anything is written.

“We’re about to build something and I want it scoped.”

/archcore:plan auth redesign

Small ask → single plan document. Bigger ask → routes to product-track (idea → prd → plan).

“We’ve decided X, record it.”

/archcore:decide use PostgreSQL as the primary database

Creates an ADR. Offers a rule + guide follow-up when the decision implies a standard.

“This is going to be mandatory across the team.”

/archcore:standard migration format

Triggers the standard-track: adr (decision) → rule (standard) → guide (how to follow it). All relations wired automatically.

“Audit the docs.”

/archcore:review knowledge
/archcore:review tag:auth

Runs the archcore-auditor agent over the chosen slice. Reports gaps, orphans, staleness, missing relations.

“Show me where we are.”

/archcore:status

Returns a one-screen dashboard: counts by layer, type, status, relation coverage, tag distribution, and any doctor issues.

“What’s out of date?”

/archcore:actualize
/archcore:actualize auth/

Looks for staleness signals: code drift (document references source that changed), cascade drift (a dependency updated without the dependent being reviewed), and temporal drift (a document hasn’t been touched in a long time).

When you forget what’s available.

/archcore:help
  • Tracks — multi-step flows that intent commands often delegate to.
  • Built-in agents/archcore:review runs archcore-auditor.
  • Document types — the 18 types intent commands route to.