Add agentic research MVP docs and reusable research templates#105
Add agentic research MVP docs and reusable research templates#105PatrickSys wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces the 'Agentic Research MVP' workflow, which establishes a structured process for web-enabled research using prompt decomposition and a scratchpad protocol. Changes include updates to the main README, a new architectural overview in docs/AGENTIC-RESEARCH-MVP.md, and initial templates for research decomposition and progress tracking. Feedback highlights a discrepancy where several core artifacts mentioned in the documentation are missing from the template directory, which would prevent users from fully implementing the described workflow.
| ## Core artifacts | ||
|
|
||
| - `.planning/research/scaffold.md` | ||
| - `.planning/research/query.md` | ||
| - `.planning/research/prompt-decomposition.json` | ||
| - `.planning/research/scratchpad.md` | ||
| - `.planning/research/source-ledger.md` | ||
| - `.planning/research/lane-*.md` | ||
| - `.planning/research/draft.md` | ||
| - `.planning/research/final.md` |
There was a problem hiding this comment.
The "Core artifacts" section lists several files (e.g., scaffold.md, query.md, source-ledger.md, lane-*.md, draft.md, final.md) that are not included in the distilled/templates/research-agentic/ directory added in this PR. Since the integration instructions on line 60 direct users to copy templates from that directory to establish the research harness, the absence of these files will prevent users from following the described workflow. Please either include the missing templates or update the documentation to reflect the current set of provided artifacts.
Motivation
Description
docs/AGENTIC-RESEARCH-MVP.mddescribing architecture, artifacts, tradeoffs, and verification gates.distilled/templates/research-agentic/prompt-decomposition.jsonanddistilled/templates/research-agentic/scratchpad.mdand updated documentation references inREADME.mdanddistilled/README.mdto expose the new lane.distilled/workflows/to preserve existing workflow-count invariants observed during tests.Testing
npm test --silentand iterated until all automated tests passed, with the final run exiting successfully.git statusand created a committed change including the new files.gsdd init/gsdd updatesubtests during the test runs.Codex Task