feat: add teaching asset prompts

This commit is contained in:
user
2026-04-26 17:54:23 +09:00
parent 4936cdf4c9
commit 156daa9087
22 changed files with 594 additions and 14 deletions

View File

@@ -59,11 +59,11 @@ interview-ready after each short practice loop.
### Teaching Assets
- [ ] **ASSET-01**: System can generate prompt candidates for visual teaching
- [x] **ASSET-01**: System can generate prompt candidates for visual teaching
assets.
- [ ] **ASSET-02**: Generated assets store source concept, evidence, prompt,
- [x] **ASSET-02**: Generated assets store source concept, evidence, prompt,
model config, and review state.
- [ ] **ASSET-03**: Image model configuration verifies the actual OpenAI model
- [x] **ASSET-03**: Image model configuration verifies the actual OpenAI model
identifier before production calls.
## v2 Requirements
@@ -99,7 +99,7 @@ interview-ready after each short practice loop.
| MEM-01..MEM-05 | Phase 3 | Complete |
| PROG-01..PROG-05 | Phase 4 | Complete |
| ONTO-01..ONTO-04 | Phase 5 | Complete |
| ASSET-01..ASSET-03 | Phase 6 | Pending |
| ASSET-01..ASSET-03 | Phase 6 | Complete |
**Coverage:**
- v1 requirements: 28 total
@@ -108,4 +108,4 @@ interview-ready after each short practice loop.
---
*Requirements defined: 2026-04-26*
*Last updated: 2026-04-26 after Phase 5 execution.*
*Last updated: 2026-04-26 after Phase 6 execution.*