diff --git a/README.md b/README.md index 87844fb..d3d94ce 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,7 @@ Open standard (Linux Foundation) for connecting Claude to tools, repos, database - [40+ Claude Code Tips](https://github.com/ykdojo/claude-code-tips#readme) - Tips for getting the most out of Claude Code, including a custom status line script, cutting the system prompt in half, using Gemini CLI as Claude Code's minion, and Claude Code running itself in a container. Also includes the dx plugin for GitHub Actions debugging, conversation cloning, and handoffs. - [My Experience With Claude Code After 2 Weeks of Adventures](https://sankalp.bearblog.dev/my-claude-code-experience-after-2-weeks-of-usage/) - Part 1: Real-world lessons on using a `TODO.md` file to keep Claude on track, managing costs, and why it often outperforms Cursor for complex refactors. - [A Guide to Claude Code 2.0 and getting better at using coding agents](https://sankalp.bearblog.dev/my-experience-with-claude-code-20-and-how-to-get-better-at-using-coding-agents/#setup) - Part 2: A deep dive into the 2.0 update, focusing on the "Agent Manager" mindset, context engineering, and using sub-agents for larger codebases. +- [AI Development Methodology](https://github.com/Korner83/ai-development-methodology) - Twelve-doc markdown + git methodology for projects where humans and AI agents collaborate as peers. Covers four planning layers (strategy → pillars → epics → items), three discipline overlays (working principles, Definition of Done, lessons-learned memory), file-based locks with TTL for parallel work, the actual-UI fix-test loop, cross-AI validation, and a two-tier memory system. Ships CLAUDE.md and AGENTS.md templates. CC BY 4.0. ---