Skip to content

tractorjuice/arckit-opencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArcKit for OpenCode

OpenCode extension for ArcKit, an enterprise architecture governance, interoperability, and vendor procurement toolkit.

This repository is generated from the main ArcKit source repository: https://github.com/tractorjuice/arc-kit

What Is Included

  • ArcKit commands under commands/
  • 10 research and specialist agents under agents/
  • 112 document templates under templates/
  • Handoff schemas and scoring rubrics under schemas/
  • Helper scripts under scripts/
  • MCP configuration in opencode.json

Install

Use the ArcKit CLI to scaffold a project configured for OpenCode:

pip install git+https://github.com/tractorjuice/arc-kit.git
arckit init my-project --ai opencode
cd my-project
opencode

Or with uv:

uv tool install arckit-cli --from git+https://github.com/tractorjuice/arc-kit.git
arckit init my-project --ai opencode

Usage

ArcKit commands are available in OpenCode with /arckit.<command>:

/arckit:plan
/arckit:principles
/arckit:requirements
/arckit:risk
/arckit:sow
/arckit:evaluate
/arckit:health
/arckit:export-okf
/arckit:import-okf

OKF Interoperability

Use /arckit:export-okf to export ArcKit artifacts as an OKF-compatible Markdown bundle. Use /arckit:import-okf to import OKF bundles as reviewable ArcKit research notes.

Updating

This standalone repository is synced from arc-kit releases. Pull the latest commit from this repository, or regenerate a project with the latest ArcKit CLI.

Documentation