Skip to content

Plugin Skills Reference

Plugin

Quick lookup of every command shipped with the Archcore Plugin — one page, no clicks. For grouped coverage with examples see Skills. For the document types these commands produce, see Document types.

CommandOutcomeFlags
/archcore:initMake your repo legible to AI agents--mode=small|medium|large
/archcore:contextLoad what’s already decided before you change code--git-changes
/archcore:captureDocument what already lives in code
/archcore:planTurn an idea into a scoped implementation plan--track product|feature|sources|iso
/archcore:decideRecord a decision and (optionally) make it a team rule
/archcore:auditFind stale, missing, or drifting docs--deep, --drift, or any non-flag filter (implies --deep)
/archcore:helpNavigate the skill catalog

A track is a multi-step cascade. The skill creates each document through MCP in order, wires relations automatically, and pauses for your review before the next step.

--trackFlowRelations createdUse when
productidea → prd → planprd implements idea, plan implements prdLightweight product flow — simple, fast, individual features.
featureprd → spec → plan → task-typespec implements prd, plan implements spec, task-type related planFull feature lifecycle with formal spec and delivery pattern.
sourcesmrd → brd → urdbrd related mrd, urd related mrd, brdDiscovery — market, business, user research.
isobrs → strs → syrs → srsstrs implements brs, urd; syrs implements strs; srs implements syrsRegulated systems, multi-team projects, full traceability.

Default (no --track) routes to the product flow.

After an ADR is recorded, /archcore:decide offers a follow-up cascade:

ContinuationFlowRelations createdUse when
Standard chainadr → (optional cpat) → rule → guiderule implements adr, guide related rule, cpat related ruleThe decision is a team standard that needs enforcement.
Architecture chainadr → spec → planspec implements adr, plan implements specThe decision needs formal specification and a plan.
InvocationModeReturns
/archcore:auditDashboard (default)One-screen counts by category, status, type, relation coverage.
/archcore:audit --deepFull auditGaps, staleness, orphans, missing relations, prioritized fixes.
/archcore:audit --deep tag:authScoped auditSame as --deep but scoped to a tag, type, or category.
/archcore:audit --driftStaleness scanCode drift, cascade drift, temporal drift — what’s gone out of date.

The 18 document types don’t have dedicated slash commands — commands above route to them. Call mcp__archcore__create_document directly when you need a specific type without a routing command.

LayerTypes
Visionprd, idea, mrd, brd, urd, brs, strs, syrs, srs, plan
Knowledgeadr, rfc, rule, guide, doc, spec
Experiencetask-type, cpat

Full descriptions and required sections for each type: Document types.

  • Skills — full descriptions with examples for every command.
  • Document types — required sections per type.