CRASH Framework

Five primitives.
Every IDE.

gald3r is built from six kinds of building blocks. Install them once into any project and your AI coding agent gains persistent memory, adversarial code review, task tracking, and cross-repo coordination — without touching your source code.

CCommandsRRulesAAgentsSSkillsHHooks

How a session works

  1. 1

    Session start

    A hook injects your project's .gald3r/ context — mission, active tasks, constraints — so the agent knows exactly where things stand.

  2. 2

    Create work

    @g-task-add "Add OAuth login" files a task spec with acceptance criteria, status, and history.

  3. 3

    Implement

    @g-go-code drives implementation against the task spec. The implementing agent cannot mark work done — a separate session must verify it.

  4. 4

    Review

    A fresh independent reviewer agent checks the implementation against acceptance criteria. PASS / FAIL. No access to the implementer's reasoning.

  5. 5

    Commit

    @g-git-commit produces a structured, convention-following commit with task references and correct type prefixes.

  6. 6

    Track

    @g-status and @g-report show every task's current status, blockers, and history — across the current session and all previous ones.