From e82a786885ec845a2e6416052ecd672d42105f17 Mon Sep 17 00:00:00 2001 From: Echo Date: Mon, 9 Feb 2026 08:56:16 +0000 Subject: [PATCH] Add Ralph skill for autonomous PRD creation and implementation --- dashboard/api.py | 2 +- dashboard/files.html | 14 +- dashboard/grup-sprijin.html | 14 +- dashboard/index.html | 30 +- dashboard/notes.html | 16 +- dashboard/status.json | 2 +- dashboard/todos.json | 6 +- .../2026-01-30-conversatie-completa.md | 0 ...eeping-your-body-loose-and-head-clear-h.md | 0 .../2026-02-06_fwd-ziua-1-legea-dualității.md | 0 ...06_re-raport-dimineata-6-februarie-2026.md | 0 .../exercitii/diagnostic-platou-financiar.md | 200 ++++++++ memory/kb/index.json | 136 +++++- ...-povestea-lui-marc-ep7-relatie-angajati.md | 202 ++++++++ ralph-claude | 1 + skills/ralph/README.md | 261 ++++++++++ skills/ralph/SKILL.md | 206 ++++++++ skills/ralph/commands/convert.md | 361 ++++++++++++++ skills/ralph/commands/prd.md | 462 ++++++++++++++++++ skills/ralph/examples/prd-hello-api.json | 59 +++ skills/ralph/templates/prd-template.json | 19 + skills/ralph/templates/prompt.md | 207 ++++++++ skills/ralph/templates/ralph.sh | 193 ++++++++ .../scripts/ralph/.last-branch | 1 + test-ralph-workflow/scripts/ralph/prompt.md | 118 +++++ test-ralph-workflow/scripts/ralph/ralph.sh | 183 +++++++ test-ralph-workflow/tasks/prd-hello-test.md | 47 ++ 27 files changed, 2673 insertions(+), 67 deletions(-) rename {conversations => memory/kb/conversations}/2026-01-30-conversatie-completa.md (100%) rename {kb => memory/kb}/emails/2026-02-06_fwd-3-2-1-keeping-your-body-loose-and-head-clear-h.md (100%) rename {kb => memory/kb}/emails/2026-02-06_fwd-ziua-1-legea-dualității.md (100%) rename {kb => memory/kb}/emails/2026-02-06_re-raport-dimineata-6-februarie-2026.md (100%) create mode 100644 memory/kb/exercitii/diagnostic-platou-financiar.md create mode 100644 memory/kb/projects/monica-ion/youtube/2026-02-09-monica-ion-povestea-lui-marc-ep7-relatie-angajati.md create mode 160000 ralph-claude create mode 100644 skills/ralph/README.md create mode 100644 skills/ralph/SKILL.md create mode 100644 skills/ralph/commands/convert.md create mode 100644 skills/ralph/commands/prd.md create mode 100644 skills/ralph/examples/prd-hello-api.json create mode 100644 skills/ralph/templates/prd-template.json create mode 100644 skills/ralph/templates/prompt.md create mode 100755 skills/ralph/templates/ralph.sh create mode 100644 test-ralph-workflow/scripts/ralph/.last-branch create mode 100644 test-ralph-workflow/scripts/ralph/prompt.md create mode 100755 test-ralph-workflow/scripts/ralph/ralph.sh create mode 100644 test-ralph-workflow/tasks/prd-hello-test.md diff --git a/dashboard/api.py b/dashboard/api.py index c28c12d..f0a9726 100644 --- a/dashboard/api.py +++ b/dashboard/api.py @@ -862,7 +862,7 @@ def clean_vtt(content): if __name__ == '__main__': - port = 8080 + port = 8088 os.chdir(KANBAN_DIR) print(f"Starting Echo Task Board API on port {port}") diff --git a/dashboard/files.html b/dashboard/files.html index e447f2c..c7414f8 100644 --- a/dashboard/files.html +++ b/dashboard/files.html @@ -3,13 +3,13 @@ - + Echo · Files - + - +