You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/project/ROADMAP.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ standing membership record._
55
55
| Add research-architect skill | Deep-research prompt engineering from composable skeleton blocks, pluggable execution routing, executor-independent report verification, postmortem memory; stakes-based trigger split with deep-research (bumped to 2.0.0 as its execution backend) |
56
56
| Harden research orchestration from first live run |`research-architect` 2.0.0 formalizes verified multi-run synthesis as stage 9, moves postmortem to stage 10, closes nine stage-seam findings, and hardens prompt linting; `deep-research` 2.1.0 replaces self-declared credibility with conservative URL-host registry scoring and explainable provenance fields |
57
57
| Act on the second live research run |`research-architect` 2.2.0 splits source ranking into reliability vs. edge-relevance × recency (one ranking biased "what works now" questions toward "already arbitraged away"), defaults stages 3/5/8 to fresh subagents, verifies nodes as they land, lints statistics seeded without a retrievable source, and adds `score_report.py` for the stage-8 structural pass — sampling weighted toward quantitative and attribution claims, the dominant failure mode across every executor profiled. Skeleton stayed net-zero on shipped instruction count (3 additions, 3 deletions). `deep-research` 2.2.0 registers on-chain explorers and code hosts, which previously scored as unknown domains. `skill-evals` 1.3.0 exempts append-only run memory from release-version checks |
58
+
| Act on the third live research run |`research-architect` 2.3.0 catches real-but-wrong-domain citations, forbids claims about un-ingested artifacts, makes merge structure checkable, and separates citation support from applicability. `score_report.py` now classifies direct/resolvable/opaque/absent coverage, resolves explicit `[n]` bibliography markers, refuses false hit rates when an export loses claim-to-URL linkage, and reports a usable-citation rate. Dated profiles capture the three external web DR executors without promoting one-run quirks into universal workflow rules |
58
59
| Preserve verified first-party research sources |`deep-research` 2.3.0 adds registry-owned root/subdomain matching for first-party model, coding-harness, protocol, and agent-framework documentation. Relevant verified priority sources no longer disappear solely because an aggregate lexical score falls below threshold; retained exceptions carry an explicit reason and confidence gap, while off-topic, duplicate, lookalike, and over-budget controls remain intact. |
59
60
| Harden spec/plan validation from cross-repo dogfooding |`write-spec` and `write-plan` 2.1.0 require meaningful acceptance magnitudes when trivial output could pass, define behavior-preserving reference oracles on result-deciding edge inputs, and map fixes across the whole defect/property class. Narrow validator advisories flag obvious weak checks without becoming schema gates. `write-plan` now resolves linked specs and modified files from the consumer plan's Git root, with an explicit override and documented no-Git fallback. |
60
61
| Design systems layer | Added `design-md` (Google `@google/design.md` CLI wrapper) and `design-critique` (closed 37-pattern slop catalog with structured findings) plus 5 Refero exemplars; sibling-skills footer convention disambiguates the four-skill design pipeline |
Copy file name to clipboardExpand all lines: skills.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@
201
201
"name": "research-architect",
202
202
"description": "Engineer high-quality deep-research prompts and orchestrate their execution and verification. Use when the user wants to draft, improve, or critique a research prompt or brief; commission or plan a multi-source or multi-model research run; run research through external deep-research products (Claude/OpenAI/Gemini DR); or verify and score a research report that something else produced. Triggers on \"research prompt\", \"research brief\", \"commission research\", \"plan a research run\", \"verify this report\", \"research architect\". For a direct low-stakes lookup where the user just wants the answer, use deep-research instead.",
Copy file name to clipboardExpand all lines: skills/research-architect/SKILL.md
+24-13Lines changed: 24 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
name: research-architect
3
3
description: Engineer high-quality deep-research prompts and orchestrate their execution and verification. Use when the user wants to draft, improve, or critique a research prompt or brief; commission or plan a multi-source or multi-model research run; run research through external deep-research products (Claude/OpenAI/Gemini DR); or verify and score a research report that something else produced. Triggers on "research prompt", "research brief", "commission research", "plan a research run", "verify this report", "research architect". For a direct low-stakes lookup where the user just wants the answer, use deep-research instead.
4
4
skill-type: workflow
5
-
version: 2.2.2
5
+
version: 2.3.0
6
6
triggers:
7
7
- research prompt
8
8
- research brief
@@ -198,28 +198,36 @@ nothing extra, pre-loads the cross-run diff, and can amend a still-pending
198
198
node's prompt while amending is still cheap. Only step 3 genuinely needs all
0 commit comments