120 lines
5.8 KiB
Plaintext
120 lines
5.8 KiB
Plaintext
bmad-javascript-fullstack/
|
|
│
|
|
├── 📄 README.md (242 lines)
|
|
│ └─ Main documentation and overview
|
|
│
|
|
├── 🚀 QUICKSTART.md (385 lines)
|
|
│ └─ Step-by-step tutorial to get started
|
|
│
|
|
├── 📊 SUMMARY.md (499 lines)
|
|
│ └─ Executive summary and complete capabilities
|
|
│
|
|
├── 🗂️ INDEX.md (313 lines)
|
|
│ └─ Navigation guide and quick reference
|
|
│
|
|
├── 💿 INSTALL.md (296 lines)
|
|
│ └─ Installation guide and usage patterns
|
|
│
|
|
├── 📋 MANIFEST.md (423 lines)
|
|
│ └─ Delivery verification and inventory
|
|
│
|
|
├── 🌲 DIRECTORY-STRUCTURE.md (488 lines)
|
|
│ └─ This file structure documentation
|
|
│
|
|
├── 📦 package.json (77 lines)
|
|
│ └─ NPM package configuration and metadata
|
|
│
|
|
├── 🤖 agents/ (5 files, 3,787 lines)
|
|
│ │
|
|
│ ├── 🏗️ js-solution-architect.md (449 lines)
|
|
│ │ ├─ Role: JavaScript Solution Architect
|
|
│ │ ├─ Expertise: Full-stack architecture, tech stack selection
|
|
│ │ ├─ Technologies: All JS stack (React, Node, databases, cloud)
|
|
│ │ └─ Use: System design, architecture decisions, tech selection
|
|
│ │
|
|
│ ├── ⚛️ react-developer.md (821 lines)
|
|
│ │ ├─ Role: React Developer
|
|
│ │ ├─ Expertise: React 18+, Next.js 14+, state management
|
|
│ │ ├─ Technologies: React, Next.js, Vite, Tailwind, TypeScript
|
|
│ │ └─ Use: Frontend development, UI components, performance
|
|
│ │
|
|
│ ├── 🟢 node-backend-developer.md (964 lines)
|
|
│ │ ├─ Role: Node.js Backend Developer
|
|
│ │ ├─ Expertise: Express, Fastify, NestJS, databases
|
|
│ │ ├─ Technologies: Node.js, Prisma, Redis, Socket.io
|
|
│ │ └─ Use: API development, backend services, real-time
|
|
│ │
|
|
│ ├── 🌐 api-developer.md (849 lines)
|
|
│ │ ├─ Role: API Developer
|
|
│ │ ├─ Expertise: REST, GraphQL, tRPC, API design
|
|
│ │ ├─ Technologies: OpenAPI, Apollo, tRPC, rate limiting
|
|
│ │ └─ Use: API design, documentation, versioning
|
|
│ │
|
|
│ └── 📘 typescript-expert.md (704 lines)
|
|
│ ├─ Role: TypeScript Expert
|
|
│ ├─ Expertise: Advanced types, generics, migration
|
|
│ ├─ Technologies: TypeScript 5+, type inference, config
|
|
│ └─ Use: Type safety, complex types, JS migration
|
|
│
|
|
└── 📋 templates/ (2 files, 976 lines)
|
|
│
|
|
├── 📝 prd/
|
|
│ └── fullstack-javascript-prd.md (433 lines)
|
|
│ ├─ Purpose: Product Requirements Document template
|
|
│ ├─ Sections: 15+ comprehensive sections
|
|
│ ├─ Includes: Tech stack, features, API, database, testing
|
|
│ └─ Use: Creating complete project requirements
|
|
│
|
|
└── 📖 stories/
|
|
└── javascript-development-story.md (543 lines)
|
|
├─ Purpose: Development story template
|
|
├─ Sections: 20+ detailed sections
|
|
├─ Includes: Frontend, backend, testing, security, performance
|
|
└─ Use: Creating detailed development tasks
|
|
|
|
═══════════════════════════════════════════════════════════════════
|
|
|
|
STATISTICS:
|
|
───────────────────────────────────────────────────────────────────
|
|
Total Files: 15
|
|
Total Lines: 7,486
|
|
Total Size: ~180 KB
|
|
Directories: 3 (root, agents, templates)
|
|
|
|
BREAKDOWN:
|
|
───────────────────────────────────────────────────────────────────
|
|
Documentation: 7 files (2,646 lines) - 35.3%
|
|
AI Agents: 5 files (3,787 lines) - 50.6%
|
|
Templates: 2 files (976 lines) - 13.0%
|
|
Configuration: 1 file (77 lines) - 1.0%
|
|
|
|
AGENT BREAKDOWN:
|
|
───────────────────────────────────────────────────────────────────
|
|
Architecture: 1 agent (449 lines) - 11.9%
|
|
Frontend: 1 agent (821 lines) - 21.7%
|
|
Backend: 1 agent (964 lines) - 25.5%
|
|
API: 1 agent (849 lines) - 22.4%
|
|
TypeScript: 1 agent (704 lines) - 18.6%
|
|
|
|
═══════════════════════════════════════════════════════════════════
|
|
|
|
KEY FILES BY PURPOSE:
|
|
───────────────────────────────────────────────────────────────────
|
|
Getting Started → QUICKSTART.md
|
|
Complete Docs → README.md
|
|
Quick Reference → INDEX.md
|
|
Installation → INSTALL.md
|
|
File Structure → DIRECTORY-STRUCTURE.md (this file)
|
|
Verification → MANIFEST.md
|
|
|
|
Architecture → agents/js-solution-architect.md
|
|
Frontend Dev → agents/react-developer.md
|
|
Backend Dev → agents/node-backend-developer.md
|
|
API Design → agents/api-developer.md
|
|
TypeScript Help → agents/typescript-expert.md
|
|
|
|
Requirements → templates/prd/fullstack-javascript-prd.md
|
|
Dev Stories → templates/stories/javascript-development-story.md
|
|
|
|
═══════════════════════════════════════════════════════════════════
|