Quick reference for finding what you need
→ .kiro/specs/stackfast-full-stack-builder/tasks.md
- Scroll to "Week-by-Week Implementation Guide"
- Start with Week 1, Day 1
- Follow morning/afternoon tasks
→ PROGRESS.md ⭐ UPDATE DAILY!
- Check off completed tasks
- Update progress bars
- Add daily notes
- Track milestones
→ QUICK_REFERENCE.md ⭐ PRINT THIS!
- One-page cheat sheet
- Today's goals
- Key files to modify
- Testing commands
→ .kiro/specs/stackfast-full-stack-builder/requirements.md
- 14 requirements with acceptance criteria
- User stories in EARS format
- Glossary of terms
→ .kiro/specs/stackfast-full-stack-builder/design.md
- Architecture diagrams
- Component interfaces
- Data models
- Performance strategies
→ IMPLEMENTATION_GAPS.md
- System-by-system gap analysis
- Code snippets for each system
- Implementation notes
→ QUICK_START_GUIDE.md
- Detailed code examples
- Testing strategies
- Troubleshooting tips
→ FORWARD_PLAN.md
- 4-week strategic overview
- Current state analysis
- Risk mitigation
- Success metrics
→ VISUAL_ROADMAP.md
- Week-by-week visualization
- Progress tracking
- Milestone checklist
→ LESSONS_LEARNED.md
- Why StackFast-101 failed
- 6 critical mistakes to avoid
- Success principles
→ .kiro/specs/stackfast-full-stack-builder/CHANGELOG.md
- Recent spec updates
- Rationale for decisions
- Files changed
→ .kiro/steering/stackfast-standards.md
- Coding patterns
- Common pitfalls
- Best practices
.kiro/specs/stackfast-full-stack-builder/
├── requirements.md ← What to build
├── design.md ← How to build it
├── tasks.md ← When to build it (with week-by-week guide)
└── CHANGELOG.md ← Why decisions were made
Root directory/
├── START_HERE.md ← Entry point
├── FORWARD_PLAN.md ← Strategic overview
├── IMPLEMENTATION_GAPS.md ← Gap analysis with code
├── QUICK_START_GUIDE.md ← Tactical guide
├── LESSONS_LEARNED.md ← Historical context
├── VISUAL_ROADMAP.md ← Visual guide
├── SPEC_UPDATE_SUMMARY.md ← What changed
├── NAVIGATION_GUIDE.md ← This file
├── PROGRESS.md ← Daily progress tracker (UPDATE DAILY!)
└── QUICK_REFERENCE.md ← One-page cheat sheet
.kiro/steering/
└── stackfast-standards.md ← Coding standards
┌─────────────────────────────────────────────────────────┐
│ ENTRY POINTS │
├─────────────────────────────────────────────────────────┤
│ │
│ New to project? → START_HERE.md │
│ Ready to code? → tasks.md (Week 1, Day 1) │
│ Need requirements? → requirements.md │
│ Need architecture? → design.md │
│ │
└─────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────┐
│ IMPLEMENTATION │
├─────────────────────────────────────────────────────────┤
│ │
│ Daily tasks → tasks.md (Week-by-Week) │
│ Code examples → IMPLEMENTATION_GAPS.md │
│ Detailed guide → QUICK_START_GUIDE.md │
│ Coding standards → stackfast-standards.md │
│ │
└─────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────┐
│ REFERENCE │
├─────────────────────────────────────────────────────────┤
│ │
│ Strategic plan → FORWARD_PLAN.md │
│ Visual roadmap → VISUAL_ROADMAP.md │
│ Historical context → LESSONS_LEARNED.md │
│ Recent changes → CHANGELOG.md │
│ │
└─────────────────────────────────────────────────────────┘
- Read FORWARD_PLAN.md Executive Summary (5 min)
- Read tasks.md Week 1 overview (5 min)
- Read QUICK_START_GUIDE.md Day 1 (10 min)
- Start coding Week 1, Day 1 tasks (40 min)
- Read START_HERE.md (5 min)
- Read tasks.md Week 1, Day 1 (10 min)
- Start coding (15 min)
- Open tasks.md
- Go to Week 1, Day 1
- Start first morning task
Foundation: ████████████████████ 100% ✅
Core Engine: ████░░░░░░░░░░░░░░░ 20% 🔴
UI Layer: ██░░░░░░░░░░░░░░░░░ 10% 🔴
Features: ░░░░░░░░░░░░░░░░░░░ 0% ⬜
Testing: ░░░░░░░░░░░░░░░░░░░ 0% ⬜
Overall: ██████░░░░░░░░░░░░░ 30% 🟡
- tasks.md - Check off completed tasks
- VISUAL_ROADMAP.md - Update progress bars
- CHANGELOG.md - Document decisions
- Read LESSONS_LEARNED.md - Avoid past mistakes
- Read requirements.md - Understand what to build
- Read design.md - Understand architecture
- Reference tasks.md - Daily guidance
- Reference IMPLEMENTATION_GAPS.md - Code examples
- Reference stackfast-standards.md - Coding patterns
- Check QUICK_START_GUIDE.md - Troubleshooting
- Check design.md - Architecture decisions
- Check CHANGELOG.md - Recent changes
Requirements:
# Search in requirements.md
grep -i "compatibility" .kiro/specs/stackfast-full-stack-builder/requirements.mdCode Examples:
# Search in IMPLEMENTATION_GAPS.md
grep -i "evaluateRules" IMPLEMENTATION_GAPS.mdTasks:
# Search in tasks.md
grep -i "rules engine" .kiro/specs/stackfast-full-stack-builder/tasks.md| Document | Purpose | When to Use |
|---|---|---|
| START_HERE.md | Entry point with decision tree | First time, getting oriented |
| requirements.md | What to build (14 requirements) | Understanding scope |
| design.md | How to build it (architecture) | Understanding structure |
| tasks.md | When to build it (4-week plan) | Daily implementation |
| FORWARD_PLAN.md | Strategic overview | Understanding big picture |
| IMPLEMENTATION_GAPS.md | Gap analysis with code | Finding code examples |
| QUICK_START_GUIDE.md | Tactical guide | Day-by-day guidance |
| VISUAL_ROADMAP.md | Visual representation | Seeing progress |
| LESSONS_LEARNED.md | Historical context | Avoiding mistakes |
| CHANGELOG.md | Recent decisions | Understanding changes |
| stackfast-standards.md | Coding standards | Writing code |
| SPEC_UPDATE_SUMMARY.md | What changed today | Understanding update |
| NAVIGATION_GUIDE.md | This file | Finding things |
| PROGRESS.md | Daily progress tracker | Tracking daily work |
| QUICK_REFERENCE.md | One-page cheat sheet | Daily quick reference |
Week 1: Rules Engine → Score Calculator → State Management → UI Wiring
↓
Week 2: Complete State → Wire All Components → Responsive Design
↓
Week 3: Suggestions → Export Recipes → File Generators → Archive
↓
Week 4: Tests → Accessibility → Performance → Deploy
Start here: Week 1, Day 1 in tasks.md
- Open PROGRESS.md
- Find current day (e.g., Week 1, Day 2)
- Read morning tasks
- Update QUICK_REFERENCE.md with today's goals
- Start implementing
- Complete morning tasks
- Check off tasks in PROGRESS.md
- Read afternoon tasks
- Continue implementing
- Run tests:
npm test - Check types:
npm run type-check - Check off completed tasks in PROGRESS.md
- Add daily notes
- Commit code
- Review next day's tasks
→ IMPLEMENTATION_GAPS.md (code examples)
→ QUICK_START_GUIDE.md (step-by-step)
→ design.md (architecture)
→ requirements.md (what to build)
→ LESSONS_LEARNED.md (past mistakes)
→ CHANGELOG.md (decisions)
- Rules engine evaluates all types
- Score calculation works
- Worker communication works
- Can select tools
- Score updates in real-time
- Full UI is interactive
- Diagnostics display
- Cardinality enforced
- Score breakdown shows
- Responsive on all devices
- Suggestions appear
- Accepting suggestion works
- Export generates files
- ZIP downloads
- Complete user journey works
- 80%+ code coverage
- All tests pass
- WCAG 2.1 AA compliant
- <50ms rule evaluation
- Zero critical bugs
- 🚀 DEPLOYED
┌─────────────────────────────────────────────────────────┐
│ QUICK REFERENCE │
├─────────────────────────────────────────────────────────┤
│ │
│ Start coding: tasks.md (Week 1, Day 1) │
│ Code examples: IMPLEMENTATION_GAPS.md │
│ Daily guide: QUICK_START_GUIDE.md │
│ Big picture: FORWARD_PLAN.md │
│ Visual guide: VISUAL_ROADMAP.md │
│ Avoid mistakes: LESSONS_LEARNED.md │
│ │
│ Requirements: requirements.md │
│ Architecture: design.md │
│ Standards: stackfast-standards.md │
│ Recent changes: CHANGELOG.md │
│ │
└─────────────────────────────────────────────────────────┘
Ready to start? Open tasks.md and go to Week 1, Day 1! 🚀