What problem does it solve?
Provides a disciplined code-craft framework for AI coding agents, giving them a shared vocabulary, explicit guidelines, and an anti-pattern catalog to avoid the common slop that plagues automated coding prompts.
Core Features & Use Cases
- Shared verb vocabulary: a concise set of coding disciplines (Create, Evaluate, Refine, Simplify, Harden) that align prompts with craft and outcome.
- Comprehensive guidelines: extensive principles for naming, control flow, data modeling, errors, interfaces, dependencies, tests, and comments, plus a named anti-pattern catalog to detect and refuse slop.
- Extensible language support: core skill is language-agnostic with language-specific extensions under languages/, enabling targeted discipline per language.
- Context and governance: explicit context-gathering and coding-standards prompts to load project context and enforce consistent behavior across tasks.
Quick Start
Prompt Sublime with craft for plan-then-write, teach for project context, or extract to lift patterns.