arckit-init

star 15

Initialize ArcKit project structure for enterprise architecture governance

tractorjuice By tractorjuice schedule Updated 3/7/2026

name: arckit-init description: "Initialize ArcKit project structure for enterprise architecture governance"

ArcKit Project Initialization

User Input

$ARGUMENTS

Instructions

  1. Check if project structure already exists:

    • Look for projects/ directory in the current working directory
    • If it exists, inform the user and ask if they want to continue
  2. Create the project structure:

    • Create directories projects/000-global/policies/ and projects/000-global/external/ (these will be created automatically when saving files with the Write tool, or use Bash mkdir if needed)
  3. Provide next steps:

ArcKit project structure initialized:

projects/
├── 000-global/
│   ├── policies/   (organization-wide policies)
│   └── external/   (external reference documents)

Next steps:
1. Run $arckit-principles to create architecture principles
2. Run $arckit-stakeholders to analyze stakeholders for a project
3. Run $arckit-requirements to create requirements

Individual projects will be created automatically in numbered directories (001-*, 002-*).
Install via CLI
npx skills add https://github.com/tractorjuice/arckit-codex --skill arckit-init
Repository Details
star Stars 15
call_split Forks 7
navigation Branch main
article Path SKILL.md
More from Creator
tractorjuice
tractorjuice Explore all skills →