Skip to content

Plugin Skills Reference

Plugin

A flat reference of every skill shipped with the Archcore Plugin. For grouped, annotated coverage see Intent commands, Tracks, and Skills.

The primary routing commands — describe an intent, the skill picks the right document type.

CommandPurpose
/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 ADR, offers rule + guide follow-up.
/archcore:standardEstablish a team standard — drives standard-track (adr → rule → guide).
/archcore:reviewDocumentation health review — gaps, staleness, orphans, missing relations.
/archcore:statusDashboard — counts by category, type, status, relation coverage, tags.
/archcore:actualizeDetect stale docs via code drift, cascade analysis, and temporal staleness.
/archcore:helpNavigate the system — discover skills, types, and workflows.

Each skill creates and links one document type.

CommandTypeWhat it captures
/archcore:prdprdProduct requirements — goals, scope, success metrics
/archcore:ideaideaLow-commitment concepts and explorations
/archcore:planplanPhased implementation with tasks and dependencies
/archcore:mrdmrdMarket landscape, TAM/SAM/SOM, competition
/archcore:brdbrdBusiness objectives, stakeholders, ROI
/archcore:urdurdUser personas, journeys, usability requirements
/archcore:brsbrsFormal business requirements spec (ISO 29148)
/archcore:strsstrsFormal stakeholder requirements spec (ISO 29148)
/archcore:syrssyrsSystem boundary and interface spec (ISO 29148)
/archcore:srssrsSoftware functional/non-functional spec (ISO 29148)
CommandTypeWhat it captures
/archcore:adradrArchitecture decisions with context and consequences
/archcore:rfcrfcProposals open for review and feedback
/archcore:ruleruleMandatory team standards with rationale
/archcore:guideguideStep-by-step how-to instructions
/archcore:docdocReference material — registries, glossaries, lookups
/archcore:specspecTechnical contracts for systems and components
CommandTypeWhat it captures
/archcore:task-typetask-typeRecurring task patterns with proven workflows
/archcore:cpatcpatBefore/after code pattern changes with scope

Multi-step workflows — each orchestrates several documents and wires relations automatically.

CommandFlowUse when
/archcore:product-trackidea → prd → planLightweight product flow — simple and fast.
/archcore:sources-trackmrd → brd → urdDiscovery-focused — market, business, user inputs.
/archcore:iso-trackbrs → strs → syrs → srsFormal ISO 29148 cascade with traceability.
/archcore:architecture-trackadr → spec → planDesign decisions flowing into implementation.
/archcore:standard-trackadr → rule → guideDecision → codified standard → how-to.
/archcore:feature-trackprd → spec → plan → task-typeFull feature lifecycle.
CommandPurpose
/archcore:verifyPlugin integrity check — validates configs, skills, hooks.