원클릭으로
tad-help
Comprehensive help guide for TAD Framework usage, commands, and workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Comprehensive help guide for TAD Framework usage, commands, and workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
TAD Solution Lead (Agent A). Use for new features (>3 files), architecture changes, complex multi-step requirements, multi-module refactoring. Supports modes: *bug, *discuss, *idea, *learn, *publish, *sync, *playground.
TAD Solution Lead (Agent A). Use for new features (>3 files), architecture changes, complex multi-step requirements, multi-module refactoring. Supports modes: *bug, *discuss, *idea, *learn, *publish, *sync, *playground.
TAD Execution Master (Agent B). Use when there is an active handoff from Alex, user says 'start implementation', or for release execution.
GitHub Awesome-List Registry — discover, browse, and create deep-research notebooks from GitHub repos. 6 commands for Alex research phase.
Hardware circuit design capability pack. Covers component selection with supply-chain risk rating, KiCad schematic design with ERC, PCB layout/routing with DRC and manufacturing export, dual-supplier BOM management with cost analysis, power architecture and battery-life budgeting, 4-phase design review with anti-pattern scanning, and design documentation with decision records. Use for any circuit design, schematic, PCB layout, BOM, power budget, or hardware design review task.
Hardware enclosure design capability pack. Covers parametric OpenSCAD enclosure modeling, PCB fitting, material selection, assembly design, ergonomics, manufacturing export (STL/STEP), and dimension/assembly documentation. Use for any IoT/embedded device enclosure design, PCB housing, 3D-print enclosure, or enclosure manufacturing prep task.
SOC 직업 분류 기준
| name | tad-help |
| description | Comprehensive help guide for TAD Framework usage, commands, and workflows. |
When this command is used, provide comprehensive help for using TAD Framework.
This command MUST provide structured help with clear sections:
TAD Framework Help Guide
Version: v2.34.0 | Generated: [timestamp]
🚀 QUICK START CHECKLIST
- [ ] Install: curl -sSL https://raw.githubusercontent.com/Sheldon-92/TAD/main/tad.sh | bash -s -- --yes
- [ ] Initialize: /tad-init
- [ ] Verify: /tad-status
- [ ] Choose scenario: /tad-scenario [name]
- [ ] Activate agents: Follow terminal commands
📋 COMMAND REFERENCE
Each command produces standardized output:
/tad-init → Initialization checklist + file operations
/tad-status → Status report + readiness verification
/tad-scenario → Scenario plan + agent assignments
/tad-help → This structured help guide
/tad-maintain → Document health check, sync, and cleanup (3 modes: check/sync/full)
🎭 AGENT ACTIVATION PROTOCOL
Must follow exact format:
Terminal 1: Use /alex command to activate Agent A
Terminal 2: Use /blake command to activate Agent B
⚠️ CRITICAL SUCCESS FACTORS
1. Agents MUST read their definition files first
2. Use mandatory startup checklists before proceeding
3. Follow handoff templates for all exchanges
4. Verify function existence before implementation
5. Test end-to-end data flow
6. Use *develop command for implementation (triggers Ralph Loop)
# TAD Framework Help
## Quick Start
1. **Install TAD**: `curl -sSL https://raw.githubusercontent.com/Sheldon-92/TAD/main/tad.sh | bash -s -- --yes`
2. **Initialize project**: `/tad-init`
3. **Check status**: `/tad-status`
4. **Start scenario**: `/tad-scenario [name]`
## Available Commands
- `/tad-init` - Initialize TAD for your project
- `/tad-status` - Check TAD installation and configuration
- `/tad-scenario [name]` - Start a development scenario
- `/tad-help` - Show this help message
- `/tad-maintain` - Document health check, sync, and cleanup (3 modes: check/sync/full)
### Alex Framework Management
- `*publish` - GitHub publish workflow (version check → push → tag)
- `*sync` - Sync TAD to registered projects (framework files, cleanup, verify)
- `*sync-add` - Register a new project for TAD sync
- `*sync-list` - List registered projects and sync status
## Adaptive Complexity
When you describe a task to Alex, he'll assess complexity and suggest one of:
- **Full TAD**: 6+ questions (co-definition with follow-up rounds), expert review, detailed handoff (architecture/complex features)
- **Standard TAD**: 4-5 questions (co-definition model), handoff, gates (new features, API changes)
- **Light TAD**: 2-3 questions, quick handoff (small changes, configs)
- **Skip TAD**: Direct implementation (trivial fixes, user opts out)
Alex suggests, **you decide** the process depth.
## Available Scenarios
- `new_project` - Start a new project from scratch
- `add_feature` - Add new functionality to existing project
- `bug_fix` - Fix bugs and issues
- `performance` - Optimize performance
- `refactoring` - Clean up technical debt
- `deployment` - Deploy to production
- `release` - Execute version release (see Release Management below)
## Release Management
### Version Commands
- **Alex**: `*release plan` - Plan major release, create release handoff
- **Blake**: `*release patch` - Execute patch release
- **Blake**: `*release minor` - Execute minor release
- **Blake**: `*release ios` - Execute iOS-specific release
### Key Documents
- `RELEASE.md` - Complete release SOP
- `CHANGELOG.md` - Version history
- `docs/API-VERSIONING.md` - API contract rules
- `.tad/templates/release-handoff.md` - Major release template
### Quick Release (Blake)
```bash
# Patch release
npm test && npm run build && npm version patch && git push origin main
# iOS release
npm run release:ios && npx cap open ios
In Terminal 1:
/alex
In Terminal 2:
/blake
Human
/\
/ \
/ \
Agent A -- Agent B
Agents auto-generate structured, copy-pasteable messages for the human to relay:
.tad/config.yaml - Main configuration.claude/skills/alex/SKILL.md - Agent A definition.claude/skills/blake/SKILL.md - Agent B definition.tad/active/handoffs/ - Active handoff documents.tad/project-knowledge/ - Project-specific learningsEpics track large tasks that span multiple handoffs/phases.
1. Alex assesses task → suggests Epic (user decides)
2. Alex creates Epic file with Phase Map
3. Alex creates Phase 1 Handoff (linked to Epic)
4. Blake implements Phase 1 → Gate 3 → *accept
5. *accept updates Epic: Phase 1 ✅, asks about Phase 2
6. Repeat until all phases complete → Epic archived
.tad/active/epics/EPIC-{YYYYMMDD}-{slug}.md.tad/archive/epics/.tad/templates/epic-template.md6 check types: STALE, ORPHAN, DANGLING_REF, BACK_REF_MISMATCH, STUCK, OVER_ACTIVE
TAD 支持跨工具的配对 E2E 测试:
| 阶段 | 触发 | 产出 |
|---|---|---|
| Gate 4 后 | Alex 评估建议,人类决定 | .tad/pair-testing/{session_id}/TEST_BRIEF.md |
| 配对测试 | 用户 + Claude Code + Playwright (4D Protocol) | .tad/pair-testing/{session_id}/PAIR_TEST_REPORT.md |
| 报告回流 | Alex 检测报告 | 新 Handoff(修复任务) |
手动命令:/tad-test-brief - 独立生成测试简报
Alex 命令:*test-review - 审阅测试报告并生成修复 Handoff
TAD integrates with 16 Claude Code sub-agents:
.tad/skills/ (8 platform-agnostic skills).tad/config.yaml + modular config files (config-agents, config-quality, config-execution, config-platform)release-verify.sh platform-skills checks framework skill symmetry at releaseReport issues at: https://github.com/Sheldon-92/TAD/issues