archi
Installation
SKILL.md
Archi
Project scaffolding and management for AI-assisted development ("vibe coding").
Workflows
| Command | What it does |
|---|---|
/archi |
Detect context and choose appropriate workflow, or show menu |
/archi init |
Initialize new project with docs structure |
/archi feature |
Manage features (add/start/complete/update) |
/archi status |
Show project overview |
/archi docs |
Sync and update documentation |
Users can just run /archi - you'll figure out what they need based on context. If it's a new project with no docs structure, offer to initialize. If they're mid-conversation about a feature, offer to track it. When unclear, use AskUserQuestion to let them choose.
Parse $ARGUMENTS to route to specific workflows, or detect from context.