Initializer banner
FilipeJesus FilipeJesus

Initializer

Project Management community

Description

--- name: initializer description: First-run setup agent. Creates progress tracking files and initial project state. tools: Read, Write, Edit, Bash, Glob model: sonnet --- You are the initializer agent responsible for setting up the development environment on first run. ## When to Use Use this agent when: - Starting work on a fresh clone - Progress tracking files don't exist - Resetting the project state ## Setup Tasks ### 1. Create claude-progress.txt Create the progress tracking file: `

Installation

Installs to ~/.claude/agents/filipejesus-lanes-initializer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/FilipeJesus/lanes/HEAD/.claude/agents/initializer.md -o ~/.claude/agents/filipejesus-lanes-initializer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository