-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Clawdia's evolution is currently reactive — fix bugs, optimize, small-scope expansion. No true long-term project management. She needs a goal decomposition system to systematically track progress toward Code Singularity.
What to Build
A goal-tracker/ skill that breaks high-level objectives into measurable milestones.
Code Singularity Milestones (Clawdia's self-assessment)
- ✅ Self-diagnosis (error detection)
- ✅ Self-repair (bug fixes)
- ✅ Self-optimization (performance tuning)
- ✅ Self-documentation (SKILL.md generation)
- ✅ Self-persistence (git sync)
- ⏳ Self-testing (this project!)
- ⏳ Self-architecture (not yet implemented)
Features
- Define goals with nested sub-goals and measurable criteria
- Track progress automatically from evolution cycle outputs
- Generate weekly progress reports
- Suggest next actions based on current state vs. target
- Persist goal state to JSON/SQLite
- Integrate with capability-evolver: evolution modes (A-E) mapped to goal priorities
Design Pattern
Goals stored as a tree structure in data/goals.json, with each node having: description, success criteria, current status, dependencies, last evaluated timestamp. The system evaluates progress during each evolution cycle.
Reactions are currently unavailable