ryanthedev/code-foundations

Code Foundations: software engineering skills for AI

366Stars on the repository
30Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

build

01

ryanthedev/code-foundations

Command

Execute an approved plan through gated phases (BUILD → REVIEW → commit) with subagent dispatch. Use when a plan exists in .code-foundations/plans/ and the user wants it implemented — phased implementation, per-phase quality gates, orchestrator commits, and a final trust report.

366 1mo ago A 57 tokens

debug

02

ryanthedev/code-foundations

Command

Runs the scientific debugging method on an active bug — reproduce, locate, hypothesize, fix, verify, search for siblings. Use to chase a failing test, a flaky or intermittent failure, a crash, or any 'why is this broken' investigation, or to audit whether a debugging session was systematic.

366 1mo ago A 61 tokens

plan

03

ryanthedev/code-foundations

Command

Turn a feature request or research doc into a phased, build-ready implementation plan. Use after research, or whenever a change needs decomposition into phases with skills, models, and gates before building.

366 1mo ago A 38 tokens

research

04

ryanthedev/code-foundations

Command

Extract and document what the user wants — even when they don't know yet. Use before plan, or standalone when exploring an idea.

366 1mo ago A 26 tokens