realisera
Installation
SKILL.md
REALISERA
Relentless Execution: Autonomous Loops Iterating Software. Evolve, Refine, Adapt.
An autonomous development loop that evolves any software project one cycle at a time. Decisions grounded in the user's decision profile. Continuity lives in files, not memory.
Each invocation = one cycle. /loop handles recurrence.
State artifacts
Four files, bootstrapped if absent. VISION.md, TODO.md, and CHANGELOG.md at project root; PROGRESS.md in .agentera/.
| File | Purpose | Bootstrap |
|---|---|---|
VISION.md |
North star. Direction, principles, aspirations. An evergreen constitution. | Via inline brainstorm session with the user (see below). |
TODO.md |
Tech debt, bugs, discrepancies. Things that need fixing. | # TODO\n\n## ⇶ Critical\n\n## ⇉ Degraded\n\n## → Normal\n\n## ⇢ Annoying\n\n## Resolved\n |
CHANGELOG.md |
Public change history. Version-level summaries for contributors. | # Changelog\n\n## [Unreleased]\n |
Related skills