From cc18c7f08276372347b0d41a3116ad424c9c0e97 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Wed, 8 Apr 2026 15:38:41 -0400 Subject: [PATCH] feat: add Skill Boot Sequence and Gateway architecture to GTD --- gtd.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gtd.org b/gtd.org index 0c0920b..5cc7b4b 100644 --- a/gtd.org +++ b/gtd.org @@ -89,6 +89,20 @@ Systematically study the `claw-code` (Rust) and leaked Claude Code architectures *** TODO Implement `org-skill-history-pruner` based on claw-code context checkpointing *** TODO Implement `org-skill-tool-router` based on claw-code semantic tool selection +** NEXT Project: The Boot Sequence (Refining skills.lisp) +:PROPERTIES: +:ID: proj-skill-boot-sequence +:PSF-STATE: B: BLUEPRINT +:END: +Implement the topological dependency loader and solve the bootstrapping paradox. + +*** TODO Refactor `skills.lisp` into a Micro-Loader (Core) +*** TODO Implement Topological Sort based on `#+DEPENDS_ON:` tags +*** TODO Enforce `org-skill-agent` as the mandatory Gateway Skill (Loaded first) +*** TODO Formalize the "Minimal Boot Set" (Router, Vision, Steward, Actuator) +*** TODO Implement Skill Capability Negotiation (Pre-flight tool check) +*** TODO Add Resource Jailing (Timeouts and Memory Quotas for Skills) + ** Agora: Decentralized Social Network :PROPERTIES: :ID: agora-project