← ClaudeAtlas

tad-initlisted

Initialize TAD Framework in a project. Sets up directory structure and configuration.
Sheldon-92/TAD · ★ 3 · AI & Automation · score 76
Install: claude install-skill Sheldon-92/TAD
# TAD Initialize Command When this command is triggered, execute the following: ## ⚠️ MANDATORY OUTPUT FORMAT **This command MUST produce standardized output in the following format:** ### 📋 Initialization Checklist Use this checklist format to track progress: - [ ] TAD directory structure verification - [ ] Core agent files installation - [ ] Template files setup - [ ] Project context initialization - [ ] Success confirmation and next steps ### 📝 Required Output Sections 1. **Status Report**: Current state and actions taken 2. **File Operations**: List all files created/modified with paths 3. **Verification**: Confirm all components installed correctly 4. **Next Steps**: Clear instructions for agent activation 5. **Error Handling**: Any issues encountered and resolutions --- ## Initialize TAD Framework 1. **Check if TAD already exists** - Look for `.tad/` directory - If exists, warn user and ask for confirmation to reinitialize 2. **Create TAD structure** ```bash mkdir -p .tad/active/handoffs mkdir -p .tad/archive/handoffs mkdir -p .tad/gates mkdir -p .tad/project-knowledge mkdir -p .tad/templates/output-formats mkdir -p .claude/commands mkdir -p .claude/skills ``` 3. **Copy core files from TAD repository** ⚠️ **IMPORTANT**: Only copy TAD-specific files, NOT entire directories! **TAD config:** - Copy `.tad/config.yaml` - Copy `.tad/version.txt` - Copy `.tad/templates/` (recursive) - Copy `.tad/skills/` (recursi