Skip to content

feat: add recommend-new-approaches skill (stage 10)#9

Merged
lawwu merged 2 commits into
mainfrom
feat/recommend-new-approaches
Mar 18, 2026
Merged

feat: add recommend-new-approaches skill (stage 10)#9
lawwu merged 2 commits into
mainfrom
feat/recommend-new-approaches

Conversation

@lawwu

@lawwu lawwu commented Mar 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add recommend-new-approaches skill (stage 10) — synthesizes training artifacts into a prioritized list of research directions, modeling ideas, and loss function modifications; optionally leverages autoresearch
  • Wire it as step 5d in orchestrate-e2e (always runs after eval/interpretability gates, informational only)
  • Add stage-order column to README skills table; clarify babysit-training (6b) and check-failed-run (6c) can be invoked standalone
  • Add CHANGELOG.md with release.yml-matching category conventions; document update process in AGENTS.md
  • Bump plugin version 0.2.00.3.0
  • Closes Add /recommend-new-research-approaches #7, Split train and babysit-train #8

Test plan

  • Invoke /recommend-new-approaches --out-dir <dir> after a training run and verify it reads available JSON artifacts and outputs a sorted recommendations list
  • Invoke via orchestrate-e2e end-to-end and confirm step 5d runs after explain-model without blocking the promotion decision
  • Invoke standalone with no artifacts present and confirm it asks for at least one input before proceeding
  • Verify recommend-new-approaches.json is written with correct schema fields (recommendations[] sorted by expected_impact)
  • Check --autoresearch flag path logs a warning gracefully when autoresearch is not installed

lawwu added 2 commits March 18, 2026 07:02
- Add recommend-new-approaches skill (stage 10) — generates prioritized
  research directions, modeling ideas, and loss function modifications
  from training artifacts; optionally leverages autoresearch
- Wire recommend-new-approaches as step 5d in orchestrate-e2e (always
  runs after eval/interpretability gates, before promotion decision)
- Add recommend-new-approaches JSON schema to references/schemas.md
- Add stage-order column to README Available Skills table; split
  babysit-training (6b) and check-failed-run (6c) as distinct rows
- Add CHANGELOG.md mirroring release.yml category conventions
- Document changelog update convention in AGENTS.md
- Bump plugin version 0.2.0 → 0.3.0
@lawwu
lawwu merged commit e39aa60 into main Mar 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add /recommend-new-research-approaches

1 participant