mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 07:05:57 +03:00
[GH-ISSUE #19] [Proposal] Intelligent Project Onboarding & Pattern Analysis #5
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @krzemienski on GitHub (Jan 2, 2026).
Original GitHub issue: https://github.com/mikeyobrien/ralph-orchestrator/issues/19
Feature Proposal: Intelligent Project Onboarding
The Problem
When you first run Ralph on a new project, it doesn't know:
Currently, you have to manually configure or hope Ralph figures it out.
Proposed Solution
An intelligent onboarding system that:
ralph.ymlfor this projectExample Flow
Generated Configuration
Benefits
Implementation via Self-Improvement
This would be created using Ralph's self-improvement system:
python scripts/self_improve.py -P prompts/ONBOARDING_PROMPT.mdCommunity Input Requested
The best tools feel like they already know you. This feature is about making Ralph feel less like a generic AI and more like a colleague who's worked on your codebase before.
What patterns in your projects would you want Ralph to automatically detect? Drop a comment!
@krzemienski commented on GitHub (Jan 2, 2026):
Moving this proposal to the fork for now - focusing on validation gates first.