docs(ideation): Add intent_dsl_survey_20260612 phase 1 outline + state
Phase 1 of 4. Adds: - conductor/tracks/intent_dsl_survey_20260612/state.toml (28 tasks, 4 phases, 14 verification flags) - conductor/tracks/intent_dsl_survey_20260612/metadata.json (research-only, no blockers, time-sensitive) - conductor/tracks/intent_dsl_survey_20260612/research/ (subfolder for Tier 2 sub-agent sub-reports) - docs/ideation/2026-06-12-intent-based-scripting-languages.md (outline stub: header + 7 sections + Appendix, all stubbed with 1-paragraph descriptions; actual content to be written in phases 2-3, with Tier 2 sub-agents handling the research-heavy prior-art clusters 0-4)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"track_id": "intent_dsl_survey_20260612",
|
||||
"name": "Intent-Based Scripting Languages Survey",
|
||||
"created": "2026-06-12",
|
||||
"priority": "A (research)",
|
||||
"status": "active",
|
||||
"type": "research-only",
|
||||
"domain": "Meta-Tooling",
|
||||
"blocked_by": [],
|
||||
"deliverable": "docs/ideation/2026-06-12-intent-based-scripting-languages.md",
|
||||
"consumed_by": [
|
||||
"nagent v2.2 (Future-Track Candidate #4: Intent-based DSL)",
|
||||
"intent_dsl_for_meta_tooling_20260608_PLACEHOLDER (per mcp_architecture_refactor_20260606/spec.md §12.1)",
|
||||
"future interpreter prototype (follow-up B track)"
|
||||
],
|
||||
"estimated_size": "3500-5000 lines",
|
||||
"time_sensitive": "Hard boundary for when user can start the next nagent track",
|
||||
"spec_commit": "b389f1be",
|
||||
"spec_path": "conductor/tracks/intent_dsl_survey_20260612/spec.md",
|
||||
"plan_commit": "5ef68a00",
|
||||
"plan_path": "conductor/tracks/intent_dsl_survey_20260612/plan.md",
|
||||
"state_path": "conductor/tracks/intent_dsl_survey_20260612/state.toml",
|
||||
"research_dir": "conductor/tracks/intent_dsl_survey_20260612/research/"
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
# Track state for intent_dsl_survey_20260612
|
||||
# Updated by Tier 1 Orchestrator as tasks complete
|
||||
|
||||
[meta]
|
||||
track_id = "intent_dsl_survey_20260612"
|
||||
name = "Intent-Based Scripting Languages Survey"
|
||||
status = "active"
|
||||
current_phase = 0
|
||||
last_updated = "2026-06-12"
|
||||
|
||||
[blocked_by]
|
||||
# No blockers. Track is independent.
|
||||
|
||||
[phases]
|
||||
phase_1 = { status = "pending", checkpointsha = "", name = "Source gathering + outline" }
|
||||
phase_2 = { status = "pending", checkpointsha = "", name = "Write sections 1, 2, 3" }
|
||||
phase_3 = { status = "pending", checkpointsha = "", name = "Write sections 4, 5, 6, 7" }
|
||||
phase_4 = { status = "pending", checkpointsha = "", name = "Self-review + user review + commit" }
|
||||
|
||||
[tasks]
|
||||
t1_1 = { status = "completed", commit_sha = "", description = "Read all 8 prior-art sources end-to-end" }
|
||||
t1_2 = { status = "in_progress", commit_sha = "", description = "Create state.toml + metadata.json" }
|
||||
t1_3 = { status = "pending", commit_sha = "", description = "Write 7-section outline stub" }
|
||||
t1_4 = { status = "pending", commit_sha = "", description = "Phase 1 checkpoint commit" }
|
||||
t2_1 = { status = "pending", commit_sha = "", description = "Write section 1 (philosophy)" }
|
||||
t2_2 = { status = "pending", commit_sha = "", description = "Write section 2 cluster 0 (O'Donnell)" }
|
||||
t2_3 = { status = "pending", commit_sha = "", description = "Write section 2 cluster 1 (Concatenative)" }
|
||||
t2_4 = { status = "pending", commit_sha = "", description = "Write section 2 cluster 2 (Array)" }
|
||||
t2_5 = { status = "pending", commit_sha = "", description = "Write section 2 cluster 3 (Intent-mapping)" }
|
||||
t2_6 = { status = "pending", commit_sha = "", description = "Write section 2 cluster 4 (Meta-Tooling DSLs)" }
|
||||
t2_7 = { status = "pending", commit_sha = "", description = "Write section 2 cluster 5 (SSDL)" }
|
||||
t2_8 = { status = "pending", commit_sha = "", description = "Write section 2 cluster 6 (Command Palette)" }
|
||||
t2_9 = { status = "pending", commit_sha = "", description = "Write section 2 cluster 7 (Result)" }
|
||||
t2_10 = { status = "pending", commit_sha = "", description = "Write section 3 (grammar)" }
|
||||
t2_11 = { status = "pending", commit_sha = "", description = "Phase 2 checkpoint commit" }
|
||||
t3_1 = { status = "pending", commit_sha = "", description = "Write section 4 Tier 1 (math)" }
|
||||
t3_2 = { status = "pending", commit_sha = "", description = "Write section 4 Tier 2 (data pipeline)" }
|
||||
t3_3 = { status = "pending", commit_sha = "", description = "Write section 4 Tier 3 (shell)" }
|
||||
t3_4 = { status = "pending", commit_sha = "", description = "Write section 4 Tier 4 (AI-fuzzing tolerance)" }
|
||||
t3_5 = { status = "pending", commit_sha = "", description = "Write section 5 (hardware mapping)" }
|
||||
t3_6 = { status = "pending", commit_sha = "", description = "Write section 6 (AI-agent properties)" }
|
||||
t3_7 = { status = "pending", commit_sha = "", description = "Write section 7 (open questions)" }
|
||||
t3_8 = { status = "pending", commit_sha = "", description = "Phase 3 checkpoint commit" }
|
||||
t4_1 = { status = "pending", commit_sha = "", description = "Self-review per brainstorming skill" }
|
||||
t4_2 = { status = "pending", commit_sha = "", description = "User review" }
|
||||
t4_3 = { status = "pending", commit_sha = "", description = "Apply user feedback (if any)" }
|
||||
t4_4 = { status = "pending", commit_sha = "", description = "Final commit + git note" }
|
||||
t4_5 = { status = "pending", commit_sha = "", description = "Update tracks.md to register track as completed" }
|
||||
|
||||
[verification]
|
||||
phase_1_complete = false
|
||||
phase_2_complete = false
|
||||
phase_3_complete = false
|
||||
phase_4_complete = false
|
||||
all_7_sections_present = false
|
||||
all_prior_art_cited = false
|
||||
all_4_tier_verbs_complete = false
|
||||
hardware_mapping_referenced = false
|
||||
ai_agent_properties_referenced = false
|
||||
section_7_has_6_open_questions = false
|
||||
self_review_complete = false
|
||||
user_approved = false
|
||||
git_note_attached = false
|
||||
tracks_md_registered = false
|
||||
Reference in New Issue
Block a user