research-step: YAML plan templates + grounded_theory_generation + iterative_theorizer#64
Draft
charliemcgrady wants to merge 1 commit into
Draft
research-step: YAML plan templates + grounded_theory_generation + iterative_theorizer#64charliemcgrady wants to merge 1 commit into
charliemcgrady wants to merge 1 commit into
Conversation
charliemcgrady
commented
May 20, 2026
| # Output schemas for research-step task types. | ||
| # Each task issue stores its realized output at metadata.research_step.output, | ||
| # matching the shape under `output:` for its task_type. | ||
| # Output schemas for research-step task types — v2. |
Contributor
Author
There was a problem hiding this comment.
This comment diff is not needed. The schema should be self documenting so describing the purpose of each field, etc. is not needed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two new plan templates for
research-step, plus the existing flow converted to YAML so all three are pluggable through the sameplanworkflow.hypothesis_driven_research— the existing markdown plan-table, now a YAML template (this is the v1 default, renamed).grounded_theory_generation— drives a session from an AutoDS run export through literature review, dataset discovery from supplementary materials, per-theme reproduction, theorizer-based theory generation, parametric cross-cutting analysis, novelty assessment, and a closing report.iterative_theorizer— user-gated theorizer pipeline that pauses for proceed/redo/append after each step (scope → definitions → literature review → extraction schema → extraction → theory generation → novelty → synthesis). Reuses the Ai2 Theorizer's existing A2A skills.Schema bumps
schema_version1 → 2. v1 task closures stay readable; new sessions are v2-only.