feat: add diagnostic interview loop

This commit is contained in:
user
2026-04-26 16:24:35 +09:00
parent 0e232ff405
commit 4a4240fea2
21 changed files with 926 additions and 23 deletions

View File

@@ -18,12 +18,12 @@ interview-ready after each short practice loop.
### Interview Practice
- [ ] **INT-01**: User can select target role, stack, and interview timeline.
- [ ] **INT-02**: User can complete a diagnostic technical interview.
- [ ] **INT-03**: System can generate role-specific interview questions.
- [ ] **INT-04**: System can grade user answers against explicit rubrics.
- [ ] **INT-05**: System can ask targeted follow-up questions for weak answers.
- [ ] **INT-06**: System preserves original answers and grading evidence.
- [x] **INT-01**: User can select target role, stack, and interview timeline.
- [x] **INT-02**: User can complete a diagnostic technical interview.
- [x] **INT-03**: System can generate role-specific interview questions.
- [x] **INT-04**: System can grade user answers against explicit rubrics.
- [x] **INT-05**: System can ask targeted follow-up questions for weak answers.
- [x] **INT-06**: System preserves original answers and grading evidence.
### Learner Memory
@@ -95,7 +95,7 @@ interview-ready after each short practice loop.
| Requirement | Phase | Status |
|-------------|-------|--------|
| BACK-01..BACK-05 | Phase 1 | Complete |
| INT-01..INT-06 | Phase 2 | Pending |
| INT-01..INT-06 | Phase 2 | Complete |
| MEM-01..MEM-05 | Phase 3 | Pending |
| PROG-01..PROG-05 | Phase 4 | Pending |
| ONTO-01..ONTO-04 | Phase 5 | Pending |
@@ -108,4 +108,4 @@ interview-ready after each short practice loop.
---
*Requirements defined: 2026-04-26*
*Last updated: 2026-04-26 after Phase 1 execution.*
*Last updated: 2026-04-26 after Phase 2 execution.*