ai-firstifylisted
Install: claude install-skill techwolf-ai/ai-first-toolkit
# AI-Firstify
Analyze and re-engineer projects to align with AI-first design principles.
## Trigger
Use this skill when asked to:
- **Audit mode** (read-only): "review", "audit", "analyze", "check", "assess"
- **Re-Engineer mode** (active changes): "ai-firstify", "fix", "improve", "re-engineer", "transform"
- **Bootstrap mode** (new project): "start", "new project", "bootstrap", "set up", "build from scratch"
## Mode 1: Audit (Read-Only Analysis)
Perform a comprehensive read-only analysis across 7 dimensions. Output a scored report with recommendations. Do NOT modify any files.
Read **references/mode-audit.md** for the full audit procedure and dimension checklist.
## Mode 2: Re-Engineer (Active Transformation)
First, perform the full audit (Mode 1). Then actively fix issues in 7 phases: foundation, de-agentification, skill extraction, complexity reduction, context hygiene, safety hardening, workflow optimization.
Read **references/mode-reengineer.md** for the full re-engineering procedure.
## Mode 3: Bootstrap (New Project Setup)
Guide the user through setting up a new AI-first project from scratch. Interactive: ask discovery questions, recommend architecture, scaffold, and test.
Read **references/mode-bootstrap.md** for the full bootstrap procedure.
## Reference Files
Domain knowledge (load on demand per dimension):
- **references/principles.md**: All 9 AI-first design principles in depth
- **references/patterns.md**: All 7 design patterns with implementation