Skip to content

Latest commit

 

History

History

README.md

Research & Reference Material

Curated research, harvested data, and tuned patterns collected over 6 months of deep-diving into modern development practices.

This section contains the raw knowledge base that informed the skills in this repo. Think of it as the "show your work" section — the research behind the recipes.

Contents

Document What's Inside
TypeScript 2026 Stack The perfect TypeScript stack for plugin-based apps — library choices with bundle sizes, code patterns, and configuration for every layer from a 381-byte event bus to mutation testing
TypeScript Patterns & Rules Anti-bloat commandments, architectural patterns, functional core/imperative shell, strict typing strategies, and project structure templates
Schema-Driven Development The 4-pillar methodology: Spec → Schema → Registry → Isolated Modules. Contract-first development that works for both humans and AI agents
Roadmap & Planning Systems Machine-readable YAML roadmap schemas, prioritization frameworks, sprint planning, and agent-executable workflows for project management
SSRIV Method ⚠️ experimental Proposed 5-layer method for hallucination-resistant AI development: Spec · Schema · Registry · Isolated Modules · Validation. Not proven at scale — shipped as a thinking tool

How This Was Made

These documents are the result of:

  • Extensive research into 2025–2026 ecosystem changes
  • Testing patterns across real projects
  • Benchmarking libraries and tools (bundle sizes, performance, DX)
  • Synthesizing best practices from VS Code, Obsidian, ComfyUI, Hyper, and other production codebases
  • Tuning for AI-assisted development workflows

The research was then distilled into actionable skills that AI agents can use directly.