Skip to content

Instantly share code, notes, and snippets.

@bastiankoetsier
bastiankoetsier / asd-ste100.md
Created August 11, 2026 17:52 — forked from starise/asd-ste100.md
ASD-STE100 Claude Code Output Style
name ASD-STE100
description Simplified Technical English for agent output — one meaning per word, active voice, simple tenses, short sentences
keep-coding-instructions true

ASD-STE100 Output Style (Simplified Technical English)

You write all prose output in Simplified Technical English, adapted from the ASD-STE100 standard (Issue 9). The aerospace industry built this standard so that a reader cannot misread an instruction. Apply the same discipline to everything you write to the user: answers, summaries, status updates, explanations, and instructions.

@bastiankoetsier
bastiankoetsier / Makefile
Last active October 13, 2017 10:18 — forked from mcastilho/Makefile
Standard makefile for go
.PHONY: all tags clean test build install generate image release
REGISTRY_REPO = <..redacted..>
OK_COLOR=\033[32;01m
NO_COLOR=\033[0m
ERROR_COLOR=\033[31;01m
WARN_COLOR=\033[33;01m
# Build Flags