arckit-start

$npx mdskill add tractorjuice/arc-kit/arckit-start

Guide users through ArcKit onboarding with tailored workflow plans.

  • Helps developers select the right project architecture and commands.
  • Depends on the architecture-workflow skill for guidance logic.
  • Analyzes user arguments and project state to suggest next steps.
  • Delivers a command plan without executing any actions itself.
SKILL.md
.github/skills/arckit-startView on GitHub ↗
---
name: arckit-start
description: "Get oriented with ArcKit — guided project onboarding, workflow selection, and command recommendations"
---

# ArcKit: Project Onboarding

Use the **architecture-workflow** skill to guide this user through project onboarding and workflow selection.

## User Input

```text
$ARGUMENTS
```

## Instructions

1. Follow the architecture-workflow skill process exactly
2. If the user provided `$ARGUMENTS` with a specific focus (e.g., "procurement", "governance review"), use that as context during triage — it may let you skip some questions
3. The skill will detect project state, ask adaptive questions, and present a tailored command plan
4. Do NOT run any commands — only present the recommended plan for the user to execute
More from tractorjuice/arc-kit