From archcore
Creates ADR → rule → guide document chain to establish enforceable team standards for coding practices, conventions, error handling, API versioning, and migrations.
npx claudepluginhub archcore-ai/plugin --plugin archcoreThis skill uses the workspace's default tool permissions.
Establish a team standard. Creates the full chain: ADR (why this standard) → rule (mandatory behavior) → guide (how to follow it).
Creates ADR → (optional CPAT) → rule → guide cascade to codify team standards from decisions to enforceable practices and guides. For explicit standard cascade requests.
Guides authoring clear, enforceable Architectural Decision Records (ADRs) compatible with AI review systems and human teams. Useful for creating, improving, reviewing ADRs or PRs referencing them.
Creates Architecture Decision Records (ADRs) and documentation for architectural decisions, API changes, features, and codebase context that future engineers need.
Share bugs, ideas, or general feedback.
Establish a team standard. Creates the full chain: ADR (why this standard) → rule (mandatory behavior) → guide (how to follow it).
Not standard:
/archcore:decide/archcore:plan/archcore:capture/archcore:context/archcore:context| Signal | Route | Documents |
|---|---|---|
| User wants a new standard (default) | → full chain | adr → rule → guide |
| ADR already exists on this topic | → pick up from rule | rule → guide (link to existing ADR) |
| User says "just a rule" or "skip the ADR" | → rule + guide only | rule + guide |
Default: full standard-track chain (adr → rule → guide).
mcp__archcore__list_documents(types=["adr", "rule", "guide"]) — check what exists on this topic. If ADR exists, skip to rule. If rule exists, skip to guide.
Skip any documents that already exist on this topic.
ADR (if missing):
mcp__archcore__create_document(type="adr")Rule:
mcp__archcore__create_document(type="rule")mcp__archcore__add_relation — rule implements adrGuide:
mcp__archcore__create_document(type="guide")mcp__archcore__add_relation — guide related ruleSuggest mcp__archcore__add_relation calls to link with existing specs, plans, or other standards.
Three linked documents: ADR → rule → guide (rule implements adr, guide related rule). Report: paths, relations, recommended next actions.