Back to Home
keboka07 icon

agentic-workflow

by keboka07

Overview

A methodology and set of tools designed to enforce cognitive discipline, persistent memory, and rigorous protocols for AI assistants in development workflows.

Installation

Run Command
curl -sSL https://raw.githubusercontent.com/Krigsexe/agentic-workflow/main/init.sh | bash

Environment Variables

  • MEMORY_DB_HOST
  • MEMORY_DB_PORT
  • MEMORY_DB_NAME
  • MEMORY_DB_USER
  • MEMORY_DB_PASSWORD
  • MEMORY_DB_TYPE
  • MEMORY_DB_PATH

Security Notes

The initial setup script (`init.sh`) uses `curl -sSL ... | bash`, which is a significant security risk as it executes code directly from the internet without explicit user review. While the script itself appears to perform benign setup (cloning the repo, configuring memory), this execution pattern is generally unsafe. The `auto-build.sh` script for memory persistence may require `sudo` privileges to install and configure PostgreSQL, which grants elevated permissions. However, the project demonstrates good internal security practices by explicitly prohibiting hardcoded secrets in `CLAUDE.md` and `epistemic-cognitive-guardrails/SKILL.md`, and by storing database credentials in a chmod 600 `.env` file for the memory system.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassHigh
Avg Tokens4000
Stars0
Forks0
Last Update2026-01-19

Tags

AI AgentCognitive DisciplinePersistent MemoryDevelopment MethodologyPrompt Engineering