بنقرة واحدة
retrospectives
The reflection and iterative improvement layer, managing project and session retrospectives.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
The reflection and iterative improvement layer, managing project and session retrospectives.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
A project and task management system for tracking work across the Abraxas system.
The Sovereign Vault for verified truth fragments and historical provenance tracking.
Soter is the Risk Sensing & Triggering pillar of the Sovereign Brain. It monitors for linguistic sycophancy and mechanistic attention sinks to trigger an Epistemic Crisis (T=1) and assign a Risk Score (R[0-5]).
The core governance and system integrity layer of the Abraxas sovereign environment.
The ingestion and filtration loop for external data entering the Abraxas system.
The Void Mapper for identifying and resolving epistemic gaps.
| name | retrospectives |
| description | The reflection and iterative improvement layer, managing project and session retrospectives. |
The Retrospectives skill provides a structured way to capture, organize, and act upon project and session reflections. It transforms raw feedback into actionable ledger tasks to drive iterative improvement.
The system organizes retrospectives into a time-indexed hierarchy (Year $\rightarrow$ Month $\rightarrow$ Day) to ensure historical continuity and easy retrieval.
Supports three levels of reflection:
Every retrospective captures a structured state:
The skill integrates with the project ledger. When a retrospective identifies a critical failure or improvement, it can spawn a ledgerTask, linking the theoretical reflection to an actual work item.
save_retroPersists a structured retrospective to the sovereign memory.
date (YYYY-MM-DD), type (task/day/week), id, content (RetroSchema).get_retros_for_periodRetrieves all retrospectives within a specific date window.
start_date, end_date.create_ledger_taskTransforms a retrospective finding into a formal ledger task.
description, priority, source_retro_id.