Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Installation Options

Default (Recommended)

npx @itz4blitz/agentful init

All agents, skills, hooks, and quality gates included.

Minimal

npx @itz4blitz/agentful init --preset=minimal

Only orchestrator. You create custom agents in .claude/agents/, orchestrator delegates to them.

Custom

npx @itz4blitz/agentful init \
  --agents=orchestrator,backend,tester \
  --skills=validation,testing
Available:
  • Agents: orchestrator (required), architect, backend, frontend, tester, reviewer, fixer, product-analyzer
  • Skills: validation, testing, research, conversation, product-planning, product-tracking, deployment

Next Steps

Quick Start Guide