conductor(tracks): scaffold plan.md + metadata.json + state.toml for 12 child + 1 synthesis tracks

This commit is contained in:
ed
2026-06-21 15:41:38 -04:00
parent 548c4fef63
commit c1a15c45c5
38 changed files with 2002 additions and 0 deletions
@@ -0,0 +1,46 @@
{
"track_id": "video_analysis_synthesis_20260621",
"name": "Video Analysis Campaign Synthesis (cross-cutting)",
"created": "2026-06-21",
"status": "spec_approved",
"blocked_by": [
"video_analysis_cs229_building_llms_20260621",
"video_analysis_probability_logic_20260621",
"video_analysis_entropy_epiplexity_20260621",
"video_analysis_score_dynamics_giorgini_20260621",
"video_analysis_platonic_intelligence_kumar_20260621",
"video_analysis_free_lunches_levin_20260621",
"video_analysis_generic_systems_fields_20260621",
"video_analysis_brain_counterintuitive_20260621",
"video_analysis_neural_dynamics_miller_20260621",
"video_analysis_multiscale_hoffman_20260621",
"video_analysis_cs336_architectures_20260621",
"video_analysis_creikey_dl_cv_20260621"
],
"blocks": [],
"priority": "A",
"type": "synthesis (cross-cutting report consuming all 12 children)",
"parent": "video_analysis_campaign_20260621",
"domain": "meta-tooling (research artifacts; no manual_slop src/ changes)",
"scope": {
"new_files": [
"per_video_summary.md (one paragraph 150-250 words per video)",
"report.md (6-section cross-cutting synthesis)"
],
"modified_files": [],
"deleted_files": []
},
"estimated_effort": {
"method": "scope (per conductor/workflow.md Tier 1 Track Initialization Rules). NO day estimates.",
"summary": "1 task: delegate synthesis to Tier 3 worker. Consumes all 12 children's report.md + summary.md."
},
"verification_criteria": [
"per_video_summary.md has 12 paragraphs (one per child)",
"report.md has 6 sections: Theme Matrix, Cross-Video Concept Map, 5-10 Takeaways, Math Prereq Graph, Open Research Questions, Next-Watch List",
"All 12 child tracks shipped (each with their report.md + summary.md)"
],
"user_directives": [
"1000-5000 LOC synthesis report (less than per-video because heavy lifting is in children)",
"Lossless preservation directive applies here too \u2014 DO NOT over-summarize; Pass 2 will compress"
]
}
@@ -0,0 +1,36 @@
# Track state for video_analysis_synthesis_20260621
[meta]
track_id = "video_analysis_synthesis_20260621"
name = "Video Analysis Campaign Synthesis"
status = "active"
current_phase = 1
last_updated = "2026-06-21"
[blocked_by]
video_analysis_cs229_building_llms_20260621 = "shipped"
video_analysis_probability_logic_20260621 = "shipped"
video_analysis_entropy_epiplexity_20260621 = "shipped"
video_analysis_score_dynamics_giorgini_20260621 = "shipped"
video_analysis_platonic_intelligence_kumar_20260621 = "shipped"
video_analysis_free_lunches_levin_20260621 = "shipped"
video_analysis_generic_systems_fields_20260621 = "shipped"
video_analysis_brain_counterintuitive_20260621 = "shipped"
video_analysis_neural_dynamics_miller_20260621 = "shipped"
video_analysis_multiscale_hoffman_20260621 = "shipped"
video_analysis_cs336_architectures_20260621 = "shipped"
video_analysis_creikey_dl_cv_20260621 = "shipped"
[blocks]
[phases]
phase_1 = { status = "pending", checkpointsha = "", name = "Verify all 12 children shipped" }
phase_2 = { status = "pending", checkpointsha = "", name = "Delegate synthesis to Tier 3 worker" }
phase_3 = { status = "pending", checkpointsha = "", name = "Human review + iterate" }
phase_4 = { status = "pending", checkpointsha = "", name = "End-of-track report" }
[tasks]
t1_1 = { status = "pending", commit_sha = "", description = "Verify all 12 children have report.md + summary.md" }
t2_1 = { status = "pending", commit_sha = "", description = "Delegate synthesis (per_video_summary.md + report.md) to Tier 3 worker" }
t3_1 = { status = "pending", commit_sha = "", description = "Human review + iterate" }
t4_1 = { status = "pending", commit_sha = "", description = "Write end-of-track report" }