| 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
-
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)
-
Provide next steps:
ArcKit project structure initialized:
projects/
├── 000-global/
│ ├── policies/ (organization-wide policies)
│ └── external/ (external reference documents)
Next steps:
1. Run /skill:arckit-principles to create architecture principles
2. Run /skill:arckit-stakeholders to analyze stakeholders for a project
3. Run /skill:arckit-requirements to create requirements
Individual projects will be created automatically in numbered directories (001-*, 002-*).