feat(strategies): convert research, map to vBRIEF-centric outputs; redirect roadmap to refinement (#367, #368, #369)#378
Conversation
Greptile SummaryConverts Confidence Score: 5/5Safe to merge — all changes follow established patterns, tests are correct, and no P0/P1 issues were found. All findings are P2 or lower. The three strategy conversions are consistent with the migration series already merged on this branch. The 16 tests correctly verify the new output paths and narrative names. The known_failures.json additions exactly mirror the brownfield.md precedent. The only outstanding concern (CHANGELOG conflict marker) was already flagged in a prior review thread and is not re-raised here. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Agent invokes strategy] --> B{Which strategy?}
B --> C[research.md]
B --> D[map.md]
B --> E[roadmap.md]
C --> C1["Produce vbrief/proposed/\n{feature}-research.vbrief.json\n(DontHandRoll + CommonPitfalls)"]
D --> D1["Produce vbrief/proposed/\n{project}-codebase-map.vbrief.json\n(Stack + Architecture + Conventions + Concerns)"]
E --> E1["⚠️ Superseded Redirect\n→ skills/deft-directive-refinement/SKILL.md\n→ task roadmap:render"]
C1 --> F["Register in vbrief/plan.vbrief.json\n(completedStrategies + artifacts)"]
D1 --> F
F --> G["Return to interview.md\nChaining Gate"]
E1 --> H["User redirected to\ndeft-directive-refinement skill"]
Reviews (4): Last reviewed commit: "feat(strategies): convert research, map ..." | Re-trigger Greptile |
6696f18 to
40e5987
Compare
|
Rebase-only force-push — no logic changes, rebased onto updated phase2/vbrief-cutover after PR #376 merge. |
40e5987 to
0e6e6b5
Compare
…direct roadmap to refinement (#367, #368, #369) - research.md: output changed from {feature}-research.md to vbrief/proposed/{feature}-research.vbrief.json with DontHandRoll and CommonPitfalls narratives - map.md: output changed from .planning/codebase/ (STACK.md, ARCHITECTURE.md, CONVENTIONS.md, CONCERNS.md) to single vbrief/proposed/{project}-codebase-map.vbrief.json with Stack, Architecture, Conventions, Concerns narratives - roadmap.md: replaced with superseded redirect to deft-directive-refinement skill and task roadmap:render (brownfield.md pattern) - Updated chaining gate artifact registrations for research and map strategies - Added roadmap.md exempt entries for shape and RFC2119 tests in known_failures.json - 16 tests in tests/content/test_strategy_conversions.py covering all acceptance criteria
0e6e6b5 to
f281661
Compare
Summary
Convert research and map strategies to vBRIEF-centric outputs; redirect roadmap strategy to refinement skill.
Changes
research.md (#367)
map.md (#368)
roadmap.md (#369)
Tests
Checklist
Closes #367
Closes #368
Closes #369
Parent: #338