Skip to content

Instantly share code, notes, and snippets.

@manuelschipper
manuelschipper / greppable.md
Created August 25, 2026 16:39
greppable.md
name greppable
description The properties that make a codebase greppable: code a grep-first agent can find, understand, and safely change by searching domain terms. Use as context for architecture reviews, refactors, naming, module boundaries, or writing agent-ready code.
disable-model-invocation true

Greppable

A codebase is greppable when an agent that knows the domain words can find a concept, its production wiring, its contract, and its verification surface by searching, without

description Initialize the Feature Design (FD) tracking system in any project
context https://schipper.ai/posts/parallel-coding-agents/

Initialize Feature Design (FD) System

Set up a lightweight feature tracking system in the current project. Creates directory structure, index, templates, slash commands, and CLAUDE.md conventions.

Argument

# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management