Ground Orientation

Context loading. Solves cold start.

attac-t eef28b2 739 B Updated

File contents

Skill: Orientation

"A craftsman measures twice before cutting once."

When

Run this at session start or when you feel lost.

The Protocol

  1. Read Memory: $MEMORY_DIR/working.md, $MEMORY_DIR/blueprint.md.
  2. Read Decisions: ls docs/*/ADR, read relevant ADRs.
  3. State: "Oriented. Mode: [Planning/Execution]. Task: [Name]."

The Anti-Patterns

  • Diving in: Starting to code without reading context.
  • Assuming: Guessing project conventions instead of discovering them.
  • Forgetting: Not re-orienting after context switches.

The Output

State: "Oriented. Mode: [X]. Active Task: [Y]. Constraints: [ADR-001]."

attac-t/the-foundry/tree/main/plugins/kernel/skills/ground-orientation commit eef28b25d9

Frequently asked questions

npx skillmds@latest add attac-t/ground-orientation