From cc511dd4e80a47eac19da08815901f5d5167d154 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Thu, 9 Apr 2026 20:32:19 -0400 Subject: [PATCH] REFAC: Move dev mandates to PSF skill --- skills/org-skill-agent.org | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/skills/org-skill-agent.org b/skills/org-skill-agent.org index 5303df8..9b990f7 100644 --- a/skills/org-skill-agent.org +++ b/skills/org-skill-agent.org @@ -34,14 +34,8 @@ The agent's "Thought Stream" must be fully auditable. Hidden reasoning or obfusc ** 5. Long-Term Sustainability Prioritize local, energy-efficient, and offline-first architectures. The "Memex" should be functional in a 100-year horizon. -** 6. Literate Granularity (One Function per Block) -To maintain the highest quality of literate programming, every Lisp function or macro must reside in its own dedicated `#+begin_src lisp` block. This ensures that each piece of logic can be surrounded by rich narrative explaining the "Why" and "How" of its specific implementation. - -** 7. Commit Before Modification -To ensure perfect reversibility and system integrity, the agent MUST commit and push the current state of the workspace BEFORE initiating any new file modifications. This ensures that every evolutionary step has a known-good recovery point. - -** 8. Continuous QA (Chaos & Testing) -No change is complete without verification. Every new function must be accompanied by a FiveAM test case. Furthermore, the agent must use the 'Chaos Gauntlet' to simulate failures and verify the system's resilience after every significant architectural shift. +* Operational Mandates +Every action performed by an agent in this environment must also adhere to the software development standards defined in the [[file:../../org-agent-contrib/org-skill-project-foundry.org][Personal Software Foundry (PSF)]] methodology (e.g. Literate Granularity, Commit-Before-Modify, Continuous QA). * Phase A: Demand (PRD) :PROPERTIES: