https://github.com/jaandrle/human-ai-plans
Plans for human/ai developers.
https://github.com/jaandrle/human-ai-plans
Last synced: about 2 months ago
JSON representation
Plans for human/ai developers.
- Host: GitHub
- URL: https://github.com/jaandrle/human-ai-plans
- Owner: jaandrle
- License: mit
- Created: 2026-02-12T12:10:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-04-23T07:59:48.000Z (3 months ago)
- Last Synced: 2026-04-23T09:36:53.707Z (3 months ago)
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plans for human/ai developers
A collection of technical dev-related guides and plans for human/ai developers.
## About
This repository contains comprehensive technical documentation for modern web development practices, including:
- **Testing strategies** with Playwright
- **Tool migration guides** (ESLint โ Biome, React Router โ TanStack Router)
- **Best practices** for code quality and maintainability
## Contents
### ๐งช Testing
- **[Playwright Testing Guide](setup/testing-playwright.md)** - Complete production-grade guide for testing React and vanilla JS applications using only Playwright
### ๐ง Refactoring & Migration
- **[React Router to TanStack Router Migration](refact/migrate/react-router2tanstack-router.md)** - Comprehensive migration guide with concrete implementation steps
### ๐ ๏ธ Setup & Configuration
- **[Biome Setup Guide](setup/biome.md)** - Complete guide to setting up Biome for JavaScript/TypeScript projects with EditorConfig compatibility
## Philosophy
These guides are created through human-AI collaboration, combining:
- **Human expertise** in real-world development challenges
- **AI assistance** in documentation structure and technical details
- **Practical focus** on actionable, production-ready solutions