Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
Startup Dev Team
================

A free starter template with 4 agents and 5 skills for Claude Code.

SETUP
-----
1. Copy the .claude/ folder into your project root
2. Open your terminal and type: claude
3. Confirm the one-time trust prompt

FIRST COMMANDS
--------------
/plan-feature Add user auth      — PM breaks it into tasks
/implement Add a login page      — Developer builds it
/ux-check src/app/login/         — UX Designer reviews it
/code-review src/                — Tester reviews code quality
/test                            — Run your test suite

HIDDEN FOLDERS
--------------
The .claude/ folder may be hidden by default.
- macOS: Press Cmd + Shift + . in Finder
- Windows: Enable "Show hidden files" in File Explorer
- Linux: Press Ctrl + H in your file manager

CUSTOMIZE
---------
See ORCHESTRATION_HELPER.md for how to add agents, modify skills,
and extend this template.