the-dev-squad
Give Claude its own dev team: one supervisor, four specialists, and bulletproof plans/builds without losing context.
File Explorer
Download Latest Version (.zip)- approval-gate.sh
- settings.json
- .gitignore
- agent-entrypoint.sh
- agent-firewall.sh
- build-plan-template.md
- checklist-template.md
- Dockerfile.agent
- orchestrator.ts
- pipelinebuildarchitecture.md
- README.md
- role-a-phase0.md
- role-a.md
- role-b.md
- role-c.md
- role-d.md
- role-e.md
- role-s.md
- runner.ts
- 172142.gif
- 1_9Cv-HmxcZyEk75OXcIlo8g.gif
- 1IU1.gif
- 88e5440b86d65fef5ec08e9747f93a63.gif
- all-you-can-eat.gif
- AqRry_.gif
- cody-vs-bison.gif
- dance-dancing.gif
- Dl6k3i.gif
- fxijoh1wp0291.gif
- G39sTMg.gif
- giphy (1).gif
- giphy (2).gif
- giphy-1.gif
- giphy-downsized.gif
- giphy.gif
- hamster-jazz-band.gif
- running-ethan-hunt.gif
- static.gif
- SugHDy.gif
- thimbleweed-park-wasptube1.gif
- UQdePR.gif
- V45wrCa.gif
- vandamme-dancing.gif
- agent_a.png
- agent_b.png
- agent_c.png
- agent_d.png
- agent_e.png
- agent_s.png
- chair.png
- couch.png
- cushion.png
- desk.png
- hookah.png
- pingpong.png
- tv.png
- watercooler.png
- file.svg
- globe.svg
- next.svg
- vercel.svg
- window.svg
- composite_sprites.py
- probe-auth.sh
- probe-docker-runner.mjs
- test-audit-findings.mjs
- test-hook-contract.mjs
- test-pipeline-planning.mjs
- test-pipeline-runtime.mjs
- test-runner.mjs
- test-structured-output-parser.mjs
- test-supervisor-concept.mjs
- test-supervisor-intents.mjs
- test-supervisor-snapshot.mjs
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- route.ts
- page.tsx
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- SecurityAuditPanel.tsx
- LunarOfficeScene.tsx
- PixelSprite.tsx
- AutoGrowTextarea.tsx
- Badge.tsx
- Button.tsx
- Card.tsx
- CardSkeleton.tsx
- MarkdownText.tsx
- pipeline-approval.ts
- pipeline-control.ts
- pipeline-planning.ts
- pipeline-runtime.ts
- pipeline-signal.ts
- pipeline-supervisor.ts
- supervisor-concept.ts
- supervisor-intents.ts
- use-pipeline.ts
- .gitignore
- .npmrc
- ARCHITECTURE.md
- CHANGELOG.md
- CONTRIBUTING.md
- demo.gif
- eslint.config.mjs
- LICENSE
- next.config.ts
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- postcss.config.mjs
- README.md
- SECURITY-ROADMAP.md
- SECURITY.md
- TODO.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/johnkf5-ops/the-dev-squad
Downloads the entire project code from GitHub to your computer.
cd the-dev-squad
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -f pipeline/Dockerfile.agent -t the-dev-squad .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 the-dev-squad
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
pnpm install
Downloads and installs the libraries listed in package.json.
pnpm dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
