Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:14
forks:7
updated:2026년 3월 7일 10:04
파일 탐색기
SKILL.md
Get oriented with ArcKit — guided project onboarding, workflow selection, and command recommendations
Export product backlog to Trello - create board, lists, cards with labels and checklists from backlog JSON
| name | arckit-init |
| description | Initialize ArcKit project structure for enterprise architecture governance |
$ARGUMENTS
Check if project structure already exists:
projects/ directory in the current working directoryCreate the project structure:
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 $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-*).