Quick Start
Install JARFIS and run your first AI-driven software development workflow with 11 specialized agents and structured phases.
Last updated: Sun Mar 15 2026 00:00:00 GMT+0000 (Coordinated Universal Time)
Ship software with AI — one slash command, eleven expert agents, structured phases with human gates.
Prerequisites
Before you begin, ensure you have:
- Claude Code (Anthropic) — JARFIS runs natively inside Claude Code as a slash command workflow
- A Claude account with API access
- Git >= 2.x (for branch management in Phase 0)
- The JARFIS GitHub repository cloned or accessible
Installation
JARFIS is installed via the install.sh script from the GitHub repository. Run the following in your terminal:
bash install.shNote: There is no /jarfis:install command. Installation is done exclusively through bash install.sh.
Run Your First Workflow
Open Claude Code in your project directory and start a workflow:
/jarfis:work Build a user authentication system with JWT tokens
JARFIS will classify your request (Phase T — Triage) and then guide you through structured phases, each handled by specialized AI agents.
The 9 Phases
Every workflow progresses through up to 9 phases. Phases may be skipped when not applicable (e.g., Phase 3 is skipped if no UI is needed):
The 11 Agents
JARFIS orchestrates 11 specialized agents, each activated only when relevant:
Human Gates
JARFIS includes 3 gates where your explicit approval is required before proceeding:
Next Steps
- Read Architecture & Concepts to understand the full JARFIS orchestration model
- Explore the API Reference for all available commands and configuration
- Check Guides & Customization for advanced workflow patterns