name: arckit-init description: "Initialize ArcKit project structure for enterprise architecture governance"
ArcKit Project Initialization
User Input
$ARGUMENTS
Instructions
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
- Look for
Create the project structure:
- Create directories
projects/000-global/policies/andprojects/000-global/external/(these will be created automatically when saving files with the Write tool, or use Bashmkdirif needed)
- Create directories
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-*).